Skip to content

Instantly share code, notes, and snippets.

@suhailroushan13
Created February 10, 2025 08:01
Show Gist options
  • Save suhailroushan13/d2d4528791243dd76fb125ee0b416fd3 to your computer and use it in GitHub Desktop.
Save suhailroushan13/d2d4528791243dd76fb125ee0b416fd3 to your computer and use it in GitHub Desktop.
sudo apt install -y git
sudo apt install -y net-tools
sudo timedatectl set-timezone Asia/Kolkata
sudo apt-get install -y nginx
sudo apt install -y snapd
sudo snap install core
sudo apt-get install -y python3-certbot-nginx
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/
sudo apt install -y python3-pip
sudo apt-get autoremove -y
sudo apt full-upgrade -y
sudo apt install -y gcc
sudo apt install -y unzip
sudo apt install -y build-essential
sudo apt-get install -y manpages-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment