How to Enable Apache SpamAssassin in Cpanel

Spam Assassin                   Apache SpamAssassin is the Open Source anti-spam platform giving system administrators a filter to classify email and block spam (unsolicited bulk email). It uses a robust scoring framework and plug-ins to integrate a wide range of advanced heuristic and statistical analysis tests on email headers and body text including text analysis, […]

» Read more

Install Mytop in Linux and Cpanel

How to install mytop in linux and cpanel   MySQL is one of the most important programs on a server, unfortunately it is also pretty resource intensive. One a  server it is not uncommon for a single user or even a query to take up the bulk of the servers CPU cycles. Mytop is a very useful program to see […]

» Read more

How to Import Database using PHPMyAdmin

phpMyAdmin makes the task of managing your MySQL databases easier and more efficient, and it allows you to manage those available databases from anywhere. With phpMyAdmin, you can create, edit, back up, import, export, and delete databases, as well as manage database tables. Import Database using PHPMyAdmin 1) Login to cPanel 2) Open phpMyAdmin and click the phpMyAdmin icon 3) Select […]

» Read more

Important cPanel Scripts

WHM / cPanel Scripts are located in /scripts/ /scripts/adddns – Adds a DNS zone. /scripts/addnetmaskips – Add the netmask 255.255.255.0 to all IPs that have no netmask. /scripts/addnobodygrp – Adds the group nobody and activates security. /scripts/addpop – Add a Pop Account. /scripts/addservlets – Add JSP support to an account (requires tomcat). /scripts/adduser – Add a user to the system. […]

» Read more

How to install WebCalendar using Fantastico

Install WebCalendar 1) Open your control panel. then Login to cPanel 2) Click on Fantastico 3) Click on WebCalendar from the list 4) Click on Install to begin the installation process 5) Choose the domain name from the drop down menu 6) Choose the directory you want WebCalendar to reside under 7) Fill in the admin username and the password […]

» Read more

How enable HTML files to display php code

 When writing content for your site, you typically store them in either html or php files. The basic files, particularly on Linux servers like the ones used for our hosting accounts, are either generally either html (files ending in the extension .html or .htm) or php (files ending in the extension .php) files. HTML files are created with markup tags […]

» Read more

How to Change your Default Timezone in htaccess

Changing your Default Timezone:   The default time zone setting that is displayed in the Preferences>Global folder is used to localize the time for received messages and calendar activities in the standard web client. 1) Log in to yor cpanel 2) Click on the file Manager icon 3) Click on web Root Radio button 4) Click on the dropdown and […]

» Read more

Redirect domain to subdirectory without changing URL

The simple way to redirect your primary domain to a sub folder without change the URL A)  Redirect and keep everything after the URL Show all of the same content on one URL as you would another. Example, if you just changed your domain to DomainB.com, but you still have plenty of visitors coming to DomainA.com, you would use this to […]

» Read more

How to install MariaDB Server in cPanel/WHM servers?

How to install MariaDB Server in cPanel/WHM servers? And What are the advantages of using MariaDB Server ? Ans:  *  Install MariaDB Server in cPanel/WHM servers 1. Backup existing MySQL data # mysqldump –all-databases –routines –triggers > /home/db_dump/alldb.sql # service mysql stop # cp -r /var/lib/mysql/mysql /home/db_dump/ # service mysql start 2. Select MySQL version as MariaDB # /usr/share/lve/dbgovernor/db-select-mysql –mysql-version=mariadb100 […]

» Read more
1 2 3 4