Archive by Author
WHM – How To change NameServer Ip
Posted on 14. Jan, 2012 by wiredgorilla.
TweetThe file that actually handles WHM > DNS Functions > Nameserver IPs area is at /var/cpanel/nameserverips.yaml location. If you want this to be changed, you’d want to make a backup of that file first and then modify it: cd /var/cpanel cp nameserverips.yaml nameserverips.yaml.bak110112 vi nameserverips.yaml
Continue Reading
Linux VPS speed test
Posted on 06. Oct, 2011 by wiredgorilla.
TweetNeed to test the read and write speed of your VPS , checking your I/O speed ? try this : dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
Continue Reading
Classic Nintendo CEO statement
Posted on 03. Aug, 2011 by wiredgorilla.
Tweet Video games don’t affect kids. If Pacman had affected us as kids , we’d all be running around in darkened rooms , munching magic pills and listening to repetitive electronic music!
Continue Reading
How to change the hostname in Linux
Posted on 16. Jul, 2011 by wiredgorilla.
TweetIf you are new to linux you probably will wonder how to change the hostname of your computer or server. (A hostname is the unique name by which a network attached device is known on a network.) If you enter the wrong hostname during the installation, and you need to change the hostname, here is [...]
Continue Reading
iOS 4.3.3: Install, Unthethered Jailbreak, Unlock with Sn0wbreeze
Posted on 19. Jun, 2011 by wiredgorilla.
TweetThis is a step-by-step guide to Install, Jailbreak and unlock iPhone 4.3.3. You may choose to jailbreak iPod Touch, iPad with the same method except leaving the options that are only available to locked iPhones. You should jailbreak factory unlocked iPhone with Redsn0w
Continue Reading
Plesk Login prompt error
Posted on 05. Jun, 2011 by wiredgorilla.
TweetPlesk Login prompt Issue A strange login prompt is presented when trying to view a website on a windows plesk account , even though the website directory is not password protected. The Fix: This issue results from the anonymous account password used to deliver the site to public web viewers , getting out of sync [...]
Continue Reading
Excluding Packages from Yum Update
Posted on 09. May, 2011 by wiredgorilla.
TweetWhen running a ‘yum update’ under CentOS, there are certain packages you may be running which you wish to remain static, or which can potentially cause errors with the update eg. Samba. In these situations it is useful to force yum to exclude certain packages from being updated under CentOS. Yum uses a configuration file [...]
Continue Reading
Fix corrupted RPM database on CentOS 5
Posted on 06. May, 2011 by wiredgorilla.
TweetIf rpm / yum command hangs during operations or you see error messages – it means your rpm database corrupted. /var/lib/rpm/ stores rpm database just delete the same and rebuild rpm database: Command to rebuild rpm database rm -f /var/lib/rpm/__db* rpm –rebuilddb -v -v
Continue Reading
cPanel transfer restore error
Posted on 06. May, 2011 by wiredgorilla.
TweetForcing the restore of a transfered cPanel account , even if the new system says the username is all ready in use /scripts/restorepkg –force –skipres <account.tar.gz>
Continue Reading
How to install CPAN libwww-perl
Posted on 02. May, 2011 by wiredgorilla.
TweetWhen installing the CSF firewall on your CentOS server, you need to make sure that you have libwww-perl installed This is easily done by installed it with yum on CentOS 5 yum install perl-libwww-perl

