Articles in the Programming Category
Posted: Oct 22 | Filed under: Code Snippets, Linux, SSH
If you don’t always want to type /this/is/a/long/path/to/my/script you can simply put your shell script into /bin (Ubuntu 11.04) and then you can access it via scriptname. Here is a handy script to show octal permissions (755, 600, via shell)
Posted: Sep 28 | Filed under: SQL
If you run a few high traffic sites and you rely on tools like mysqltuner or tuning-primer to optimize SQL you can run into problems.
Posted: Aug 24 | Filed under: Programming, Wordpress
I’m a big fan of the Linux shell. Here’s how you can upgrade WordPress automatically via Unix shell!
Posted: Aug 07 | Filed under: Programming
If you get the error end tag for element “div” which is not open, simply do a search for div div class="" /> It's a common mistake and will result in error.

