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.debAccess 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 |
Just a somewhat chaotic list of Proxmox VE related tips/notes.
Please note that unless you see a shebang (#!/...) these code blocks are usually meant to be copy & pasted directly into the shell. Some of the steps will not work if you run part of them in a script and copy paste other ones as they rely on variables set before.
The { and } surrounding some scripts are meant to avoid cluttering your shell history with individual commands, etc. You can ignore them if you manually copy paste the individual commands.
| rebase.ps1 |