// get logme-in-hamachi
wget http://www.vpn.net/installers/logmein-hamachi_2.1.0.203-1_amd64.deb
//install git
sudo apt install git
//install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
//install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
// install bun
curl https://bun.sh/install | bash
// install code-server
curl -fsSL https://code-server.dev/install.sh | sh
// install nextcloud
sudo snap install nextcloud