Mtop -mysql monitor
Mtop (MySQL Monitoring Tool) mtop screen Mtop is a little perl utility that shows in real time statistics of your MySQL server. It allows you to quickly identify problems related…
Mtop (MySQL Monitoring Tool) mtop screen Mtop is a little perl utility that shows in real time statistics of your MySQL server. It allows you to quickly identify problems related…
1. Screen into the server and go into command mode C-a : 2. type “password” and hit enter, screen will then prompt for you to set a password for the…
Display information about your php install on the command line with the following: echo “< ?php phpinfo(); ?>” | php | less simple enough. Edit: php -i does the same…
The NERD tree allows you to explore your filesystem and to open files and directories. It presents the filesystem to you in the form of a tree which you manipulate…
Tip: Keep a command out of your history October 13, 2009, 3:43 pm terminal.png If you want an easy way to keep commands out of your ~/.bash_history, do the following:…
Most of you know that you need to save your iptables changes using service iptables save before rebooting on Redhat, or else you’lllose all your rules. I brought up the…
If you are ever building packacges under RedHat Enterprise Linux or Centos and you get the error “Your platform is not thread-safe”, Make sure you have the following packacges installed…