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
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
# Install PHP & check version | |
apt install software-properties-common | |
add-apt-repository ppa:ondrej/apache2 | |
apt update -y | |
apt upgrade -y | |
# For php7.3 (use any) | |
apt install -y php7.3 | |
apt install libapache2-mod-php7.3 php7.3 unzip php7.3-xml php7.3-mysql php7.3-imap php7.3-zip php7.3-intl php7.3-curl ntp -y |
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: +8801735917013 | |
Signal: +8801735917013 | |
Discord: +8801735917013 | |
Telegram: https://t.me/LinuxFintech | |
WhatsApp: +8801735917013 | |
Skype: https://join.skype.com/uZtGEczcYM0J |
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 |
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 | |
# This will remove Apache | |
sudo service apache2 stop | |
sudo apt-get purge apache2 apache2-utils apache2.2-bin | |
sudo apt remove apache2.* | |
sudo apt-get autoremove | |
whereis apache2 | |
sudo rm -rf /etc/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
If you need vTiger CRM Setup contact me: | |
Email: [email protected] | |
Telegram:LinuxFintech | |
Skype: https://join.skype.com/Xgxp7aNBOItS | |
Imo: +8801735917013 | |
WhatsApp: +8801735917013 | |
#!/bin/sh | |
apt updatectrl+s and sctr+x | |
service apache2 start |
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 | |
sudo apt update -y | |
sudo apt-get upgrade -y | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extras | |
sudo apt install software-properties-common | |
sudo apt install kazam | |
sudo -i | |
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add - |
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
If you need vTiger CRM Setup contact me: | |
Email: [email protected] | |
Telegram:LinuxFintech | |
Skype: https://join.skype.com/Xgxp7aNBOItS | |
Imo: +8801735917013 | |
WhatsApp: +8801735917013 | |
#!/bin/sh |