Skip to main content

Posts

Showing posts with the label Linux Server

How to enable Apache SpamAssassin in cPanel ?

Apache SpamAssassin is a mail filter that identifies spam. It is an intelligent email filter that uses a diverse range of tests to identify unsolicited  bulk email, more commonly known as spam. These tests examine email headers and content to classify email with advanced statistical methods. . 1.  Login to your cPanel Account at www.vcclhosting.com . 2.  In the " Email " section, click on " Apache SpamAssassin " Icon. 3.  Click on the " Enable Apache  SpamAssassin " button. Now, when you receive a spam message with spam score of 5 or more, the spam email will be automatically removed by Spam Assassin.

Command not found Yum updateinfo

Issue When trying to use  yum updateinfo  , the following error appears: Raw "No such command: updateinfo. Please use /usr/bin/yum --help" Resolution yum updateinfo  is provided with the plugin yum-security. This plugin extends yum to allow lists and updates to be limited using security relevant criteria. In order to use it, install yum-security: Raw # yum install yum-security

How to calculate server requirement for your website.

Hardware requirements: Minimal hardware Verify that your hardware meets the requirements of the selected version of the system. Depending on your needs you might manage with less system resources than recommended in the table below. However, most users risk being unpleasantly surprised if they ignore these suggestions. As can be seen, it is possible to run a graphical desktop environment on older or low-end computers. In this case, we recommend installing a desktop environment that uses less resources than KDE; XFCE seems a good choice. Calculate Directory Server CPU i686 or newer (Intel Pentium Pro and higher, AMD Athlon and above) RAM 256 MB Disk Space 4 GB Swap usually not less than the RAM size Calculate Linux Desktop KDE CPU i686 or newer (Intel Pentium Pro and higher, AMD Athlon and above) RAM 512 MB Disk Space 7 GB Swap usually not less than the RAM size Calculate Linux Desktop XFCE CPU i686 or newer (Intel Pentium Pro and higher, AMD Athlon and ab...