I think I could use a little help from this article: Desktop Zen – Reducing Visual Clutter on your Desktop. Every now and then I clear it all up, but this article advocates wiping your desktop completely clean and leaving it that way! Woah! Crazy talk! I think I might just give it a shot though…
Daily Archives: April 20, 2006
mysqlreport and other useful tools
A colleague pointed me at the Hack MySQL site which has a couple of nice tools available.
- mysqlreport which can give a nice snapshop of how mysql is performing
- mysqlsla which will analyse your query logs to tell the frequency of each query, its execution time and an EXPLAIN for each query too.
Interesting site anyway, I’ll stay tuned to its RSS!