Commands used in the video are listed below:
sudo apt update && sudo apt full-upgrade -y
sudo apt install -y apt-transport-https ca-certificates curl gnupg lsb-release
sudo apt autoremove -y
sudo apt update && sudo apt install -y \
build-essential git wget curl unzip zip htop tree nano vim sudo \
net-tools iproute2 bind9-dnsutils jq \
tmux nmap lsof ufw nmap python3 btop python3-pip python3-venv \
ca-certificates gnupg apt-transport-https rsync openssl \
screen psmisc bash-completion man-db locate
sudo apt update && sudo apt full-upgrade -y
sudo apt autoremove -y
git config --global user.name "Name"
git config --global user.email "[email protected]"
git config --global pull.rebase false
git config --global init.defaultBranch main
curl o https://raw.githubusercontent.com/nvm-sh/n... | bash
source ~/.bashrc
nvm install --lts
ln -s /mnt/c/Users/[WindowsUserName] ~/windows