Knowledgebase - Categories
- Billing ( 0 )
- Billing related FAQs
- General ( 1 )
- General topics
- Sales ( 2 )
- All sales queries are in here
- Shared Hosting ( 1 )
- Information about Quillhosts Shared Hosting
- Support ( 48 )
- Questions related to support
- Virtual Private Server (VPS) ( 1 )
- Information about Quillhost's Virtual Private Server (VPS)
Most Popular Articles Articles
- How to upgrade cPanel/WHM
- Login to your WHM and follow whm > cPanel/WHM Updates Automatic (STABLE tree) cPanel Package Updates Automatic Security Package Updates Automatic save the changes then login to ssh and run upcp /scripts/upcp
Views: 962
- Howto Install LAME
- wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz tar -xvf lame-3.96.1.tar.gz ./configure --prefix=/usr make make install Verify: You can test lame by running 'lame' from shell, it wil show you the version and usage details Path: whereis lame
Views: 877
- Howto Install MPLAYER+MENCODER
- Mplayer includes mencoder in the same package. Dependencies: Mplayer has a few dependencies: 1. xvidcore: wget http://oratoronline.com/how2/video_share_modules/source_directory/mplayer_mencoder/xvidcore-1.1.0-0.lvn.1.3.i386.rpm rpm -Uvh 2. libXvMCW: wget ...
Views: 877
- Changing Server Hostname
- To change your hostname, enter the following command as root:
$ hostname servername.yourdomain.com
If you are using cPanel, you will need to resync your license with the cPanel license server. To do this, use the following command:
$ /usr/local/cpanel/cpkeyclt
Views: 325
- Basic SSH Commands - Linux Shell
- Navigating in UNIX
pwd
Shows the full path of the current directory
ls
Lists all the files in the current directory
ls -al
Lists all files and information
ls –alR
Lists all files and information in all subdirectories
ls -alR | more
Same as ls –alR, pausing when screen becomes full
ls -alR > ...
Views: 281
