Files
homelab/installation

Installation

Install softwares

sudo apt install git vim htop neofetch p7zip unrar tar flac curl wget make thefuck python-pip

Install bpytop

pip install bpytop --break-system-packages

Install docker

sudo bash -c "$(wget -qLO - https://get.docker.com)"

post installation

sudo groupadd docker
sudo usermod -aG docker $USER
sudo systemctl enable docker.service
sudo systemctl enable containerd.service

Install vscode server

curl -fsSL https://code-server.dev/install.sh | sh