| Portal Home | Client Area | Announcements | Knowledgebase | Support Tickets | Downloads |
Knowledgebase
You are here: Portal Home > Knowledgebase > Dedicated Servers & VPS
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Categories
Email (2) |
IP & Network (7) |
MySQL (6) |
Quick Fixes (1) |
Security (3) |
VPS (1) |
Articles
CentOS Distro (bution)CentOS as a group is a community of open source contributors and users. Typical CentOS users are... Views: 323 |
grep vs egrepWhile many people use the grep command through a pipe | there are more efficient ways of using... Views: 337 |
HotSaNICFirst, we will need to install RRDtool. (using an older version that works just fine here due to... Views: 290 |
How do I edit files with the "VI" editorFor linux gurus only: Some advanced users may choose to do some file editing using linux's... Views: 309 |
How do I find the path to a particular program?This can easily be done through SSH. Once you have established a connection to your account via... Views: 317 |
How do I install ImageMagick on a cPanel server (and other nix* solutions)?To install ImageMagick ssh in as root and: (Always replace the versions numbers with most current... Views: 290 |
How to Configure Web Logs in ApacheConfigure Web Logs in Apache Author's Note: While most of this piece discusses configuration... Views: 319 |
How to Install SubversionSubversion is a program much like CVS that allows for version management. Though I am not... Views: 313 |
How to Install Zend OptimizerZend Optimizer increases runtime performance up to 40%. Zend Optimizer enables users to run files... Views: 317 |
I cannot upload a file due to it timing out...?Generally - the php.ini file needs to be raised to allow for the user to load any file larger... Views: 332 |
Linux: Basic Command Line tools to monitor the systemBasic command line: pstree : Processes and parent-child relationships top : Show top processes... Views: 290 |
Log Rotation - How to in Linux / CpanelSince the beginning of time, cPanel has had logs that it simply does not rotate properly. Why... Views: 300 |
Making SSH EasierEdit some files to be easier to navigate in SSH, like:shell: nano /etc/bashrcAdd the... Views: 255 |
Nano Installation - Pico editor replacementInstalling Nano (Text Editor) In SSH w get... Views: 263 |
PRM: Process Resource Monitor - How to Install & ConfigurePRM (Process Resource Monitor) Introduction PRM monitors the process table on a given system... Views: 312 |
Remote server didn't report a correct md5sum CpanelError Message:Packaging the account... DoneTransfer ErrorThe remote server didn't report a... Views: 322 |
Root Password lost? Reset Using this method...Root Password Nev Dull'd in your brain? you will need to be on the system for this to work... Views: 301 |
Ruby on Rails InstallationNew Note: Cpanel now has support for Ruby and can be setup and install in WHM. These... Views: 323 |
Various Linux and Cpanel SSH Commandsls Displays everything in the current directory ls -a Displays all files, including hidden ls -l... Views: 299 |
vi Editor - How To GuidEssential LearningUser-friendly it isn't, but it's guaranteed to feature on every distribution of... Views: 306 |
What is the path to the raw domain logs?The full path to the raw domain logs is: /usr/local/apache/domlogs/domain.com where... Views: 310 |
Yum How ToTo update system. Update of the system with all the dependencies that are necessary: Code:... Views: 301 |