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
apt install mysql-server | |
mysql_secure_installation | |
mysql --version | |
service mysql start | |
service mysql enable | |
service mysql restart | |
service mysql status | |
ufw allow from any to any port 3306 proto tcp | |
systemctl restart mysql | |
systemctl enable mysql |
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
#!/bin/bash | |
#Install Apache2 | |
sudo apt update | |
sudo apt install apache2 | |
sudo systemctl start apache2.service | |
sudo systemctl enable apache2.service | |
sudo systemctl restart apache2.service |
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
#Install PHP 7.4 With Modules | |
sudo apt-get update && apt-get upgrade | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:ondrej/apache2 | |
sudo apt-get update | |
sudo apt install php7.4 libapache2-mod-php7.4 php7.4-common php7.4-mysql php7.4-gmp php7.4-ldap php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip | |
sudo nano /etc/php/7.4/apache2/php.ini |
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-get update && apt-get upgrade | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:ondrej/apache2 | |
sudo apt-get update | |
sudo apt install php7.4 libapache2-mod-php7.4 php7.4-common php7.4-mysql php7.4-gmp php7.4-ldap php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip | |
sudo nano /etc/php/7.4/apache2/php.ini | |
file_uploads = On |
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
#!/bin/sh | |
apt update -y | |
apt-get upgrade -y | |
apt install build-essential checkinstall | |
apt install ubuntu-restricted-extras | |
apt install software-properties-common | |
apt upgrade -o APT::Get::Show-Upgraded=true | |
apt-show-versions | grep upgradeable | |
apt install apt-show-versions |
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
#!/bin/sh | |
# This command will update & upgrade your system | |
sudo apt update && sudo apt-get upgrade --fix-missing | |
# Install the package build-essential for making the package and checkinstall for putting it into your package manager | |
sudo apt -y install build-essential checkinstall | |
# Install Ubuntu Restricted Extras | |
sudo apt -y install ubuntu-restricted-extras |
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
PING ME TO ENGAGED YOUR WORKS: | |
SMS: +8801735917013 | |
IMO: +8801735917013 | |
BiP: +8801735917013 | |
Viber: +8801735917013sudo systemctl restart apache2 | |
sudo systemctl reload apache2 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013sudo systemctl restart apache2 |
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
PING ME TO ENGAGED YOUR WORKS: | |
SMS: +8801735917013 | |
IMO: +8801735917013 | |
BiP: +8801735917013 | |
Viber: +8801735917013sudo systemctl restart apache2 | |
sudo systemctl reload apache2 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013sudo systemctl restart apache2 |
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-get remove nginx nginx-common | |
sudo apt-get purge nginx nginx-common | |
sudo rm -rf /etc/nginx | |
sudo apt update -y | |
sudo apt upgrade -y | |
sudo apt-get autoremove | |
# This will remove PHP version. Type your php version before run below command. I am using php7.2 | |
sudo apt-get purge `dpkg -l | grep php7.2| awk '{print $2}' |tr "\n" " "` | |
sudo apt-get purge php7.* |
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
PING ME TO ENGAGED YOUR WORKS: | |
SMS: +8801735917013 | |
IMO: +8801735917013 | |
BiP: +8801735917013 | |
Viber: +8801735917013 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013 | |
Skype: https://join.skype.com/uZtGEczcYM0J |