This file contains a list of commands that can be used to quickly and easily setup a new Ubuntu 20.04 installation.
sudo apt updatesudo apt upgrade
sudo apt install openssh-server
sudo apt install git curl wget zip unzip net-tools
- Lookup your IP address:
ifconfig - Connect to your server with a remote computer:
ssh <username>@<ip address>
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -sudo apt-get install -y nodejs build-essentialsudo npm install -g npm
sudo apt-get install -y software-properties-commoncurl -fsSL get.docker.com -o get-docker.sh && sh get-docker.shsudo usermod -aG docker ${USER}- Log out and back in for changes to take effect.
sudo curl -L https://github.com/docker/compose/releases/download/1.27.4/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-composesudo chmod +x /usr/local/bin/docker-compose
sudo apt-get install -y libffi-dev libssl-devsudo apt-get install -y python3 python3-pipsudo apt-get remove python-configparsersudo pip3 -v install docker-compose
sudo apt install snapdsudo snap install go --classic
wget https://dist.ipfs.io/go-ipfs/v0.11.0/go-ipfs_v0.11.0_linux-amd64.tar.gztar -xvf go-ipfs_v0.11.0_linux-amd64.tar.gz rm go-ipfs_v0.9.1_linux-amd64.tar.gzcd go-ipfssudo ./install.sh
sudo apt remove unattended-upgradessudo apt remove update-manager