Web Hosting Blog

Blog for Web Hosting Issues, FAQ’s, Tutorials and Troubleshooting, Blogging

Entries for the ‘linux’ Category

Getting Started With Linux.

Linux is an open source and free operating system. The correct pronunciation of Linux is LIH-nux. A Finnish programmer Linus Torwalds created Linux in 1991. He took support from many developers from around the world. Linux has a lot of resemblance with Unix.

Linux can be freely downloaded and run on computers, the source [...]

Basic Understanding Of Linux for Windows Users.

This article will provide a quick understanding of Linux to Windows users who are keen to try Linux. Windows users who want to try Linux without uninstalling Windows from the hard disk, should try to run Linux from the Live CD. It is one of the versions of Linux which boots from the CD [...]

Semget: No space left on device

If you are not able to restart apache successfully on your linux server , Please check the error with apache error logs
tail -f /usr/local/apache/log/error_log
if you are getting
pid file /usr/local/apache/logs/httpd.pid overwritten —
Unclean shutdown of previous Apache run?
semget: No space left on device
you can get it resolved with following steps:
The error specifies that there is no more [...]

Block Spammers/Hackers Using Apache2’s mod_spamhaus.

Using the Apache Module : mod_spamhaus which uses DNSBL one can block spam transmitted through web forms which prevent URL injection, block http DDoS attacks from bots and protect the web service denying access to bad IP addresses.

Here is how you do it.

INSTALLATION

Apache Extension Tool (apxs2) is essential to be installed in [...]

Migration To LINUX.

As we all are aware that Linux is a free downloadable Operating System (OS). Linux has made a strong establishment not only in corporate information technology but also in the embedded market. This is probably because of reusable source code, its support for different types of hardware and an anticipated cost reduction. Linux is [...]