Tag Archives: Linux

Debugging bottlenecks with the MySQL Query Profiler

I was throughly pleased to discover the MySQL Query Profiler facility recently. Somehow I hadn’t heard about it (or recalled anyway) until now. In short it provides a very easy way to view how much time (down to the microsecond) … Continue reading

Posted in MySQL | Tagged , , | 1 Comment

Improved random password generator script

[EDIT, 2010-11-10:] After being kindly corrected by Chris Jones, I recommend instead using a readily available utility that is more feature rich to boot: pwgen.[/EDIT]

Posted in CLI | Tagged , , | 2 Comments

Get Flash working on Ubuntu 64-bit

If you use Ubuntu, and you happen to like to visit more than a handful of webpages, you might have encountered an issue or two with Flash. If you aren’t sure if Flash is working properly on your machine, check … Continue reading

Posted in Desktop | Tagged , , | 3 Comments

Osmos: beautiful, relaxing, and cross-platform ambient game

I came across a game called Osmos by Hemisphere Games from this story posted on Slashdot. Their experience of porting the game Osmos to Linux and the sales they had witnessed thereafter was what interested me initially. They had found … Continue reading

Posted in Desktop | Tagged , | 4 Comments

Tune MySQL like a pro with MySQLTuner

I came across MySQLTuner recently and was most pleasantly surprised. It’s a Perl script that only requires your MySQL user and password to provide detailed and useful checks of a running MySQL instance. First though, check out the awesome URL … Continue reading

Posted in MySQL | Tagged , , , | Leave a comment