mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
792332cd90
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
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