Archive for April, 2009

Below are some free WordPress theme download websites: Wordpress Themes: http://www.wpthemes360.com Free WordPress Themes: http://www.free-wp-themes.com/3 Makkamu.com: http://www.mukkamu.com/wp-themes/ WPDesigner: http://www.wpdesigner.com/category/free-wordpress-themes

Monday, April 27th, 2009 at 16:13 0 comments

Here’s a quick & ditry trick to repair all MySQL databases on a server, in one go. Run the following commands on your server, in the console as root. mysqlcheck –all-databases -r #repair mysqlcheck –all-databases -a #analyze mysqlcheck –all-databases -o #optimize

Wednesday, April 22nd, 2009 at 22:36 0 comments

Debian 4.0 doesn’t have an /etc/rc.local file, so if you’re used to adding your own startup scripts to /etc/rc.local then you will need to add this file manually as follows: 1 2 3 4 5 6 7 8 9 10 11 echo "#!/bin/bash" > /etc/init.d/rc.local   echo "# Add all the scripts to run after [...]

Sunday, April 19th, 2009 at 16:46 0 comments