Created
February 10, 2025 08:01
-
-
Save suhailroushan13/d2d4528791243dd76fb125ee0b416fd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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