Last active
July 8, 2021 16:45
-
-
Save LinauxTerminology/2711e15f6337111d48037338d35cc209 to your computer and use it in GitHub Desktop.
I Will Do Tastylgniter Install On Ubuntu Linux
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 Tastylgniter Setup contact with me: | |
| Email: urmirohman218@gmail.com | |
| Skype: https://join.skype.com/VOgbAxZNCAFi | |
| Telegram:https://t.me/LinauxTerminology | |
| WhatsApp: +8801408694088 | |
| Imo: +8801408694088 | |
| twiteer:https://twitter.com/LinauxTerminoal | |
| facebook:https://www.facebook.com/LinauxTerminology | |
| bip:01314582960 | |
| instagram:urmirohman218@gmail.com | |
| sudo apt update && sudo apt-get upgrade --fix-missing | |
| sudo apt install build-essential checkinstall | |
| sudo apt install ubuntu-restricted-extras | |
| sudo apt install software-properties-common | |
| sudo add-apt-repository ppa:nilarimogard/webupd8 | |
| sudo apt update | |
| sudo apt install launchpad-getkeys | |
| sudo launchpad-getkeys | |
| sudo add-apt-repository ppa:git-core/ppa | |
| sudo apt update | |
| sudo apt install git | |
| sudo git config --global user.name "masum" | |
| sudo git config --global user.email schooloffreelancing@gmail.com | |
| sudo apt upgrade -y | |
| sudo apt -f install | |
| sudo apt autoremove | |
| sudo apt -y autoclean | |
| sudo apt -y clean | |
| sudo apt update | |
| sudo reboot | |
| sudo -i | |
| apt update | |
| apt install mysql-server | |
| mysql_secure_installation | |
| nano /etc/mysql/mysql.conf.d/mysqld.cnf | |
| #And then change the bind-address line to 0.0.0.0 | |
| # Save and exit | |
| ufw allow from any to any port 3306 proto tcp | |
| sudo systemctl restart mysql | |
| sudo systemctl enable mysql | |
| sudo apt-get update -y | |
| sudo apt-get upgrade -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment