Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Last active March 21, 2021 08:30
Show Gist options
  • Select an option

  • Save LinauxTerminology/1c57a90e61e1d1d64e0aa0d0c5ededf4 to your computer and use it in GitHub Desktop.

Select an option

Save LinauxTerminology/1c57a90e61e1d1d64e0aa0d0c5ededf4 to your computer and use it in GitHub Desktop.
Hashtopolis Install Ubuntu Linux
If you need Hashtopolis Install 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 upgrade
sudo apt install apache2
apache2 -v
sudo systemctl enable apache2
sudo service apache2 restart
sudo service apache2 status
apt install mysql-server
sudo mysql_secure_installation
mysql --version
/etc/init.d/mysql start
/etc/init.d/mysql restart
sudo service mysql enable
sudo service mysql restart
sudo service mysql status
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
#And then change the bind-address line to 0.0.0.0
# Save and exit
sudo ufw allow from any to any port 3306 proto tcp
sudo systemctl restart mysql
sudo systemctl enable mysql
sudo mysql
@LinauxTerminology

Copy link
Copy Markdown
Author

108399148-d3385300-71e7-11eb-83b9-ebbce55f2908
108399185-daf7f780-71e7-11eb-9dcb-8b4e0267179b
108399215-e0edd880-71e7-11eb-925e-f1b243ff9da5
108399249-e8ad7d00-71e7-11eb-9be4-dde0059d3800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment