Sep 10

Need ultimate web hosting on a dedicated server?

How about Dual Xeon 2.8Ghz, 2GB RAM, 2×73GB SCSI?

Hosting the server at one of the top Data Centers of United States?

With 10TB free bandwidth?

How much do you think this setup would cost you per month?

$300?

$200?

$100?

Well, now you can get this server hosted by The Planet for just $89 per month. Just use this The Planet hosting coupon code.

Sep 05

To check the version date of your OS (Linux distros):

uname -v

To find out the release:

uname -r

To display and show the complete kernel signature of your hosting server:

uname -a

Something like this will output similar information concerning your Linux kernel:

cat /proc/version

If you haven’t had the uname utility installed, you can get the kernel release version by:

cat /proc/sys/kernel/osrelease

You may also be interested in some other useful things to see within /proc.

Aug 02

wget command should be available in most hosting companies who offer SSH access to your hosting account. It is usually used to download stuff from the remote server, for example, to download something:

wget http://www.google.com/money.zip

However, there’s yet another hidden trick of wget that could enable you to make a mirror backup of any website – well, not actually any website but wget feels more comfortable with certain sites. WordPress blogs are perfect candidates for wget to mirror. Mirroring a WordPress blog can be done by a very simple switch of the wget command through SSH:

wget -mk http://www.example.com

All the documents relationships and HTML links will be taken care of so that local browsing of the mirrored copy will be completely no problem.

Jun 16

In the web hosting industry, Linux is undoubtedly the No. 1 server OS that has been used and talked about. With so many differently branded distributions such as Ubuntu, Debian and CentOS, the basic part has always been the same – the file system, the open source packages, the commands, the shell programming and so forth. It’s a hard nut to crack, but with a few good guides and books, you will soon be on your way of becoming a professional server administration.

Web Developers / Designers’ Books:

  1. Best HTML Books
  2. Best CSS Books
  3. Best JavaScript Books
  4. Best PHP Books
  5. Best MySQL Books
  6. Best Linux Books
  7. Best Apache Books (mod_rewrite Books)
  8. Best Web Hosting Books

A Practical Guide to Linux(R) Commands, Editors, and Shell Programming

A Practical Guide to Linux(R) Commands, Editors, and Shell Programming

Linux Pocket Guide

Linux Pocket Guide

Linux in a Nutshell, 5th Edition

Linux in a Nutshell, 5th Edition

Linux Administration: A Beginner’s Guide, Fifth Edition

Linux Administration A Beginner's Guide, Fifth Edition

Practical Guide to Ubuntu Linux (Versions 8.10 and 8.04), A (2nd Edition)

Practical Guide to Ubuntu Linux (Versions 8.10 and 8.04), A (2nd Edition)

How Linux Works

How Linux Works

Linux Administration Handbook (2nd Edition)

Linux Administration Handbook (2nd Edition)

Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users

Ubuntu Linux Toolbox 1000  Commands for Ubuntu and Debian Power Users