Knowledgebase
Portal Home > Knowledgebase > Linux / Apache Hosting
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Backup & Restore MySQL Database Tables
To backup and restore a MySQL database with all tables from a command prompt:
To Backup the...
Views: 855
Common Linux Shell Command Reference
How to Copy Files from One Folder to Another in Linux / UnixIf you want to copy all the files and...
Views: 1277
Converting a Database from latin1 to UTF-8
These instructions will work for any MySQL database installed on a Linux server. These...
Views: 76
Converting Audio Files
This is a great little bit of code for converting a folder of M4A files into MP3 files to be used...
Views: 909
Fedora Monitor Display Issues
How to reset your monitor settings in Fedora 10:
Boot Machine
Press CTRL+ALT+F3 to get to...
Views: 846
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...
Views: 2433
Installing BenCoder for PHP File Encoding
BenCoder is a php script written to simplify the use of the bcompiler functions provided by the...
Views: 2073
Installing SPF Records for Spam Compliance
Source: http://www.openspf.org/Introduction
The Sender Policy Framework (SPF) is an open...
Views: 1074
Linux Find and Delete Matching Files
Commands that will all find *.deb and remove the file:
find . -name ?*.deb? -delete
find ....
Views: 103
Setting up an SSL Certificate for a Subdomain
This article is intended for Web Site Administrators with full control of a dedicated server,...
Views: 3118