How to disable Windows Vista 64 bit hibernate?

Hibernate is a feature seen in many operating systems where the contents of RAM is written to non-volatile storage, such as the hard disk (as either a file or on a separate partition) before powering off the system. Later the system can be restored to the state it was in when hibernation was invoked, so that programs can continue executing as if nothing happened. Hibernating and restoring from hibernate is also generally faster than a hard reboot and, if necessary, can be done without user interaction (unlike shutting down, which often requires the user to specify if open documents should be saved).

How to transfer a domain out of GoDaddy.com?

Don't know how to transfer your domain out of GoDaddy? Can't find how to get your domain EPP / Authorization Code from GoDaddy cluttered and irritating domain control panel?
I feel your pain, I just recently transferred a domain out of GoDaddy. The domain in question transferred in 3 hours since the minute I initiate the transfer. This is how I do it.

How to count number of lines in a text file using Linux shell

Sometimes you need an easy way to count number of lines in a text file. For example, how many lines in a .csv file.

How to install a missing telnet client on Windows Vista?

Did you notice that Windows Vista fresh install do not have telnet client by default?

How to install it? Easy...

How to backup and restore PuTTY settings

PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham. Official PuTTY site is: http://www.chiark.greenend.org.uk/~sgtatham/putty/. PuTTY is an open source software and its free, licensed under MIT license.

I've been using PuTTY for years, its easy to use. So far, only one disadvantage I found. It really pain to copy PuTTY settings one by one from one Windows machine to another. Especially when you have a lot of entries saved in there.

How to fix MaxMind GeoIP dat file 404 Not Found?

Just a few minutes ago, one of my cron that fetch current GeoIP.dat.gz file from MaxMind resolve to 404 Not Found.
The cron is running monthly to update its GeoIP database. Its an Apache2 mod_geoip.

inLinks first impression review

First, I was registered user at text-link-ads.com (TLA). While I'm not very active using TLA, I do sometimes got emails from them. Mostly an announcement email regarding their new product.

On Nov 20, I got the following email from TLA:

How to fix "-bash: /bin/rm: Argument list too long"

Just a few minutes ago my php thumbnail creation script running out of control, causing thousands of thumbnails generated. I'm lucky enough to know this thing fast, a minutes late this script could fill in my server drive to the max.

How to know the size of a directory?

A simple way to know what is the size of a directory using command line in human readable format.

How to backup and restore your MySQL database using command line mysqldump?

MySQL is a powerful database engine (from my side of view ;-)) But it also might have several problem. Ie: a corrupted table after database crash.

Here the simple way to backup your MySQL database or table from command line.