Weekly Posts

We update the site infrequently, to avoid wasting time, please subscribe to our feed using FeedDemon:
Subscribe in a reader

  Posted: January 2 | Filed under: GoDaddy Coupons

Do you want to renew your com domains at Goddaddy? Use coupon code

cjc795dom for $7.99 .com domain renewals in 2012!!

  Posted: December 12 | Filed under: Wordpress

Update randomcrap_posts
SET post_status = ‘draft’
WHERE post_author =1 and post_type =’post’

Change post_author=1 to the ID of the user that you want to set all posts to draft status for.

  Posted: November 14 | Filed under: General

http://www.android.pk/blog/general/how-to-install-apk-files-on-android-emulator/

  Posted: October 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: October 20 | Filed under: Cpanel/WHM

If your disks are full yet again, you can easily increase the TMP partition with secureTMP.

  Posted: September 8 | Filed under: Wordpress

If you get the error Undefined index: HTTP_REFERER in akismet.php on lin 301 do this.

  Posted: September 8 | Filed under: SEO

According to Google, the Goobot uses RSS feeds to discover new links but does not index them.
Source

  Posted: August 25 | Filed under: XAMPP Tutorials

If you get the error “#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)” when you try to access PHPmyadmin via XAMPP, then read more after the break for the solution.

XAMPP FIX MYSQL ERROR 2002