Skip to content

Instantly share code, notes, and snippets.

@ManiruzzamanAkash
Created November 12, 2019 06:50
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 ManiruzzamanAkash/42c6bb90600de53a4ead9f5f7131fc18 to your computer and use it in GitHub Desktop.
Save ManiruzzamanAkash/42c6bb90600de53a4ead9f5f7131fc18 to your computer and use it in GitHub Desktop.
Complex Linux Commands
#For CPU and Memory utilizations:
htop
#View Server logs:
tail -f /var/log/mysql/error.log
tail -f /var/log/mysql/mysql.log
tail -f /var/log/mysql/mariadb-slow.log
# Open PHP.ini in Edit Mode
vi /etc/php/7.2/apache2/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment