LEMP + Cacti 0.8.7i
This is my setup of LEMP with Cacti 0.8.7i. LEMP stands for Linux nginx (prounounced Engine x) MySQL and PHP. Most notably, LEMP is just replacing Apache (LAMP) with nginx. My base linux distribution is Debian 6 AMD64. Software Required: Debian 6 AMD64 (6.0.3) Business Card: http://cdimage.debian.org/debian-cd/6.0.3/amd64/iso-cd/debian-6.0.3-amd64-businesscard.iso PHP 5.3 Nginx 1.0.11 MySQL 5 I boot [...]
MySQL CLI Output Formatting Tips
I’m sure you’ve seen results similar to this on a standard query: Now, if you use the \G option (Send command to mysql server, display result vertically.): That makes reading the output from command line really nice. One more tidbit that I’ve found I like to do is use the \p option (Print current command.) [...]