Hosting Tips & Deals

Linux: How to open and extract an RAR zipped file and unrar the archive?

Funny I should use “zipped” for an RAR compressed package. Anyway, you can easily zip or unzip a zip file or tar compress a package, but how does one do it with an RAR file? WinRAR is well distributed across all Windows systems. But on Linux, you have to first install the command package rar. …

Linux: How to open and extract an RAR zipped file and unrar the archive? Read More »

Yet another The Planet dedicated hosting coupon code

The Planet seems to be running quite a series of promotional discounts off their dedicated server hosting plans recently. After the release of this promo code which I can’t possibly find anywhere on their official website now, here’s yet another one for you: bgsv Uppercase won’t work. Just copy and paste the lowercase version. It …

Yet another The Planet dedicated hosting coupon code Read More »

MySQL: How to backup ALL databases as root with mysqldump at once?

When you have a VPS or dedicated server to manage, typically you’d have a bunch of different mysql users granted the privileges of every particular database for the sake of security. While this works well in segregating the privileges and preventing hackers from gaining access to all databases upon the compromise of only one mysql …

MySQL: How to backup ALL databases as root with mysqldump at once? Read More »

Linode Review: From Slicehost to Linode VPS Hosting

I was with RackSpace Cloud Servers which is owned by RackSpace along with Slicehost where my servers are actually placed. So you can also say I’m moving from Slicehost to Linode. However, the fact that I’m leaving them doesn’t mean they are not good. To the opposite, they are absolutely one of the best VPS …

Linode Review: From Slicehost to Linode VPS Hosting Read More »

Linux: Change Directory or CD to the Previous Directory / Last Path

cd is the command in Linux to change the current working directory. While you can change to your home directory by cd ~, you can change to the previous directory or last directory you were in by: cd – Which would come very handy when you are working across multiple directories back and forth. To …

Linux: Change Directory or CD to the Previous Directory / Last Path Read More »

The Planet Coupon Promo Code for 50% – 70% Off Dedicated Servers

Overture: Apply this Rackspace Cloud promo code to get $25 rebate / refund discount of the Rackspace Cloud managed hosting. Read some reviews of them. Update: I’m very pleased to warn you that this The Planet dedicated server coupon code is so UNIQUE and POWERFUL that it gives an incredible discount on the plan Dual …

The Planet Coupon Promo Code for 50% – 70% Off Dedicated Servers Read More »

Linux: Check how much disk storage each directory takes up (Disk Usage command – du)

The Linux command du stands for disk usage which is used to check the amount of disk storage any particular directory or file is using. By default, the simple command: du Would return the disk usage in God-knows-what-unit of each of the directories in the current working directory and those beneath them — in a …

Linux: Check how much disk storage each directory takes up (Disk Usage command – du) Read More »

Linux wget Command to Download and Mirror a Website in Static Local Copy

wget is such a wonderful command in Linux you can ever get. Consider blessed to have it in your SSH arsenal. Now, not only does it allow you to download something neatly from the command line to the current working directory — that’s why WordPress always puts the latest version of the blog script at …

Linux wget Command to Download and Mirror a Website in Static Local Copy Read More »

RackSpace Cloud Hosting Launched!

Dating back 1 or 2 years ago when RackSpace acquired Mosso, it has long been preparing to start its own cloud hosting business. Now here it is, Rackspace has officially launched the RackSpace Cloud from Mosso: http://www.rackspacecloud.com All hosting service packages remain fundamentally the same with those of Mosso: Cloud Sites, Cloud Servers and Cloud …

RackSpace Cloud Hosting Launched! Read More »

Web Hosting IP and SEO: Are You A Slum Dog or Are You A Millionaire?

I don’t know for sure how Google takes the web hosting IP into account of determining your website’s ranking position, but I’m sure they do take that in consideration, albeit not so significantly as a maker or a breaker. Most of my sites are currently on DreamHost and every time I register a new domain, …

Web Hosting IP and SEO: Are You A Slum Dog or Are You A Millionaire? Read More »

DreamHost Review: Pros and Cons plus Uptime Charts

I’ve been DreamHost since 2006 and that’s more than 3 years of hosting experience with them on a shared plan ($9.95 / month). For those who’d prefer scanning instead of reading, I’ll sum up my points in short lists: Pros Affordable price with generous offerings in disk storage and monthly transfer. Full pack of features …

DreamHost Review: Pros and Cons plus Uptime Charts Read More »

PHP: Change Error Reporting Level | Different PHP Error Types

Debugging a PHP script, you may want to alter the error-displaying sensitivity on a particular page and control what types of errors should be reported. The solution is the PHP error reporting function error_reporting(): error_reporting(E_ALL); // everything error_reporting(E_ERROR | E_PARSE); // only major problems error_reporting(E_ALL & ~E_NOTICE); // everything but notices As the parameters of …

PHP: Change Error Reporting Level | Different PHP Error Types Read More »

Pair.com Hosting Coupons and Promo Codes (Bonus: Pair.com Control Panel Screenshots)

Well the title may be a little misleading in that I got only one working hosting coupon of Pair.com. I haven’t personally purchased any service from this hosting company but almost all the reviews about them I came across are positive. To waive the setup fee and enjoy a 10% discount, use the coupon: THG …

Pair.com Hosting Coupons and Promo Codes (Bonus: Pair.com Control Panel Screenshots) Read More »

How to know if your hosting provider is overselling on your server?

To check whether you are one of the victims that are dwelling on oversold web hosting servers, you need to have SSH access to your server. Now perform the following commands: cat /proc/cpuinfo | grep processor | wc -l Which will usually return the number of the CPUs of the current server: 2 Then, display …

How to know if your hosting provider is overselling on your server? Read More »

Scroll to Top