Skip to content

Instantly share code, notes, and snippets.

@priom
Last active September 21, 2025 06:37
Show Gist options
  • Select an option

  • Save priom/0241aac41f9fb913dce8f190c895e092 to your computer and use it in GitHub Desktop.

Select an option

Save priom/0241aac41f9fb913dce8f190c895e092 to your computer and use it in GitHub Desktop.
sudo apt update -y && \
sudo apt upgrade -y && \
sudo apt install -y nmap htop gcc g++ make zsh && \
curl -fsSL https://get.docker.com -o get-docker.sh && \
yes | sudo sh get-docker.sh && \
sudo usermod -aG docker $USER && \
newgrp docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment