Access Oracle Cloud VM from any browser on any devices
wget -O vscode.deb https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-arm64 && sudo apt install ./vscode.deb --fix-broken -y && rm vscode.deb
#!/bin/bash | |
# Gist: https://gist.github.com/mfnalex/41f6eab4baf032206228035d784ab624 | |
# Creates the directory layout for a Proxmox Backup Server Datastore | |
# split up into two directories for people who have to use filesystems | |
# not allowing more than 65k directory entries. | |
# Steps: | |
# 1. Create new Datastore in Proxmox Backup Server GUI |
Access Oracle Cloud VM from any browser on any devices
wget -O vscode.deb https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-arm64 && sudo apt install ./vscode.deb --fix-broken -y && rm vscode.deb