Skip to content

Instantly share code, notes, and snippets.

@linuxkeepup
Last active October 31, 2022 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxkeepup/e7b6c9d1655f6c1599d4344f7f766177 to your computer and use it in GitHub Desktop.
Save linuxkeepup/e7b6c9d1655f6c1599d4344f7f766177 to your computer and use it in GitHub Desktop.
Get The Best Support for Hashtopolis Installation
Please send me your query for Hashtopolis Installation support service
WhatsApp: http://tiny.cc/linuxkeepup
sudo apt update
sudo apt upgrade
sudo apt install apache2
apache2 -v
sudo systemctl enable apache2
sudo service apache2 restart
sudo service apache2 status
sudo -i
apt install mariadb-server mariadb-client
mysql_secure_installation
nano /usr/lib/systemd/system/mariadb.service
# Find Below Line And Update
LimitNOFILE=infinity
ctrl+s and ctrl+x
systemctl daemon-reload
systemctl restart mariadb
systemctl status mariadb
systemctl is-enabled mariadb
sudo nano /etc/apache2/apache2.conf
#Change
KeepAliveTimeout 10
MaxKeepAliveRequests 1000
AllowOverride All
sudo service apache2 restart
sudo service apache2 reload
sudo service apache2 restart
visit: http://localhost
@linuxkeepup
Copy link
Author

Screenshot from 2022-10-31 21-29-50

@linuxkeepup
Copy link
Author

Screenshot from 2022-10-31 21-30-35

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