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 07

If you are just like me who is disgusted of reading through large chunks of texts for the only particular thing that he’s interested, securing Linux can’t be any more straightforward with this exhaustive list written by Kurt Seifried. Specially made for Linux novices who are just starting to harden his servers against malicious attempts, it is a good read not only because it’s useful but also because it’s easy to follow and digest.

Here we go: http://seifried.org/security/os/linux/20020324-securing-linux-step-by-step.html

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.