Cron allows users to automate repetitive system administration tasks such as tape backups, database reorganization, and general file cleanups (such as emptying log files and queues). The Crontab File’s SyntaxTo…
Author: admin
To check the bad block for HDD (hard disk)
November 28, 2006 / General DiscussionUse following command to check the badblocks of the hard drive (HDD)/sbin/badblocks -vv /dev/hdXXThis is a part of the e2fsprogs-1.27-3 rpm which is full of utilities used for file system.…
What Is .HTACCESS?
November 28, 2006 / General Discussion.Htaccess is a small text file that controls the configuration aspects of an Apache webserver. Most people are familiar with the .htaccess file in relation to the ability to restrict…
How To: Give users SFTP access
November 28, 2006 / Web HostingHow To: Give users SFTP access while not having shell access Well, although most tend to believe you can’t, there is actually away, it’s not officially supported in cPanel yet,…
Spam Assassin ***SPAM***
November 28, 2006 / General DiscussionPlease go to /home/username/.spamassassin#pico /home/wwwmfm/.spamassassin/user_prefs required_hits 1rewrite_subject 1rewrite_header Subject *****SPAM*****
Execute CGI outside CGI-bin
November 28, 2006 / General DiscussionExecute CGI outside CGI-BINjust add following 2 lines in .htaccess files to execute cgi scripts in any folder outside cgi-binAddHandler cgi-script .pl .cgiOptions Includes ExecCGI
How to Binding Multiple IPs to a Server
November 28, 2006 / General Discussioncd /etc/sysconfig/network-scripts/cat ifcfg-eth0 Then copy the contents of this file onto a notepadChange the IP in the copied text to the IP that you wantpico ifcfg-eth0:xwhere x is the device…
Webalizer Stats Not Updating for a Single User
November 27, 2006 / Web HostingIf the user quota is not exceeded try this/usr/local/cpanel/3rdparty/bin/webalizer -o /home/user/tmp/webalizer /usr/local/apache/domlogs/domainname
cPanel / Webmail Accessing Behind a Firewall
November 27, 2006 / Control PanelsIMPORTANT:Installation requires that you have access to cPanel, so you need touse a system that isn’t behind a firewall to install it. instructions – Load up cPanel (www.yourdomain.com/cpanel or www.yourdomain.com:2085)…
WHM / Cpanel / Webmail Tutorials
November 27, 2006 / Control PanelsCpanel / WHM Tutorials If WHM/Cpanel/Webmail is not loading in SSL mode (2087/2083/2096) then first you can try httpd (stop/start/restart) If it does not work then HTTPS authentication is usually…