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…

Read More »

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…

Read More »

How to tar.gz

tar is a program which combine several files into one (eg: files.tar). gz or gzip is a program to compress files (eg: files.gz). Both are Linux programs. A tar.gz file is a resulting file from several files combined together and then compressed. To combine and compress a folder: tar czf filename.tar.gz /path/to/some/folder To extract a tar.gz file: tar -zxvf filename.tar.gz…

Read More »