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 Share and Enjoy:
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 Share and Enjoy:
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 [...]
Recent Comments