Articles

Add Domain Alias Manually [ROOT] The cPanel interface for adding domain aliases (aka parked domains) will only work if the domain... Adding SPF Records and DomainKeys within cPanel Adding Domain Keys for a Single User /usr/local/cpanel/bin/dkim_keys_install username Adding... Backup & Restore MySQL Database Tables To backup and restore a MySQL database with all tables from a command prompt: To Backup the... CHMOD Files & Folders for Best Security in Apache How to change file permissions in APACHE to improve security. The Objective: To recursively... Cannot Un-install Frontpage Extensions in cPanel If you are attempting to Un-install the Frontpage Extensions in a cPanel environment and the... Clearing Brute Force Lockout Clearing a Brute Force Lockout Record from WHM on Apache - this requires root access to the... Clearing MaxEmails email sending block in WHM If an account within your hosting server gets blocked due to exceeding the Maximum Emails per... Common Linux Shell Command Reference Finding Files larger than X in size If you want to find files larger than 10mb:find . -size... Converting Audio Files This is a great little bit of code for converting a folder of M4A files into MP3 files to be used... Converting a Database from latin1 to UTF-8 These instructions will work for any MySQL database installed on a Linux server.  These... Copying Files & Preserving the Timestamp To copy a file from one location to another in Linux you would use the following command:> cp... Create an FTP account with Holodyn Hosting   1. Log into your cpanel: http://www.yourdomainname.com/cpanel 2. Same user name and pass as... Creating a Backup using the TAR Command One of the most common commands you will discover when dealing with a hosting server is the TAR... Customizing Apache Virtual Host in httpd.conf In Apache 3+ the httpd.conf file is regularly rebuilt and custom changes are lost on a regular... Delete Mail from All User Accounts If you ever find yourself in a position where you need to quickly delete all messages from the... Deleting or Moving Files Older than X Delete files older than X days find /findFolder/* -mtime +90 -exec rm {} \; Move files... Exporting UTF-8 Compliant Data from phpMyAdmin From time to time we export some data from phpMyAdmin, import into another database, and find all... Fedora Monitor Display Issues How to reset your monitor settings in Fedora 10: Boot Machine Press CTRL+ALT+F3 to get to... How to Change the "Great Success" Default Apache Welcome Page How do i get rid of the page that says Great Success ! Apache is working on your cPanel® and... How to Migrate cPanel accounts between two servers How to set HTML files to run PHP Code Sometimes it can be beneficial to include PHP code within your HTML files.  Typically you... Installing BenCoder for PHP File Encoding BenCoder is a php script written to simplify the use of the bcompiler functions provided by the... Installing SPF Records for Spam Compliance Source: http://www.openspf.org/Introduction The Sender Policy Framework (SPF) is an open... Installing Wildcard SSL in WHM / CPANEL This article is intended for Web Site Administrators with full control of a dedicated server,... Linux Find and Delete Matching Files Commands that will all find *.deb and remove the file: find . -name ?*.deb? -delete find .... Mass File Renaming This little snippet will help you to rename a list of files with a .xhtml extension to a .html... Notes on MOD Security mod_security, modsec, or ModSecurity as it's called by the maker Atomicorp has been a standard on... RSYNC Staging site deployment script Setting up an SSL Certificate for a Subdomain This article is intended for Web Site Administrators with full control of a dedicated server,... Setup your Web Site to run PHP4 On some of our hosting servers, we offer the option to run either PHP Version 5 or PHP Version... Site Offline with HTACCESS Simple approach to making your website show an offline message while you perform... Synchronizing Two Folders The following commands can be used to synchronize the changes from one folder into another.Method... Updating IonCube Loader in Linux Fedora Ioncube is a popular solution for encoding /encrypting PHP script before distribution.  Most web... Using WinSCP to replace FTP File Transfers for increased Security WinSCP is a file management and data transfer application that far surpasses the offerings of... Using a custom php.ini file when running suphp In the .htaccess file for an account / folder add the following line:suPHP_ConfigPath... Watching LESS files for changes over SSHFS Using SSFS to mounts drives into a development environment is a great way to streamline... cPanel - Inbound Remote MySQL Connections To enable a MySQL Database on a LAMP server to receive incoming connections from a remote... cPanel phpMyAdmin - Setting Default Theme To define the default theme within phpMyAdmin on a cPanel/WHM server you will add the following...
« Back