Skip to content

Instantly share code, notes, and snippets.

@Pymmdrza
Created May 15, 2024 22:20
Show Gist options
  • Save Pymmdrza/f880e89e908b01edb6895640eb9b4f71 to your computer and use it in GitHub Desktop.
Save Pymmdrza/f880e89e908b01edb6895640eb9b4f71 to your computer and use it in GitHub Desktop.
Package Install For Debian Server Web Hosting Mode
apt install wget -y
apt install nano -y
apt install git -y
apt install acl -y
apt install curl -y
apt install screen -y
apt install rsync -y
apt install net-tools -y
apt install pwgen -y
apt install mariadb-server -y
apt install mariadb-client -y
apt install nginx -y
apt install iptables -y
apt install shorewall -y
apt install php -y
apt install php-cli -y
apt install php-curl -y
apt install php-dev -y
apt install php-gd -y
apt install php-imagick -y
apt install php-imap -y
apt install php-memcache -y
apt install php-pspell -y
apt install php-tidy -y
apt install php-xmlrpc -y
apt install php-pear -y
apt install php-fpm -y
apt install php-mbstring -y
apt install php-mysql -y
apt install certbot -y
apt install phpmyadmin -y
apt install python3-pip -y
apt install postfix -y
apt install ntp -y
apt install ca-certificates -y
apt install bsd-mailx -y
apt install tree -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment