2.2 Setting Up Your Environment
Operating System Setup
sudo apt update && sudo apt upgrade -yInstalling Dependencies
sudo apt install -y build-essential git curl
sudo apt install -y pkg-config libssl-dev clang postgresqlcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shsource $HOME/.cargo/envSetting Up Firewall
sudo ufw allow sshLast updated