Knowledgebase
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
- 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: 281
- 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: 232
- How to enable LinuxDesktop for your QuillHost vps
- Linux Desktop is available as OS. You can reload the vps to linuxdesktop under:
HyperVM > Rebuild
This will remove all data that is currently in there. Make sure you've backup of the data as it cannot be receovered once reloaded.
Views: 215
- How to install APF (Advanced Policy Firewall)
- What is APF (Advanced Policy Firewall)? APF FirewallAPF is a policy based iptables firewall system designed for ease of use and configuration. It employs a subset of features to satisfy the veteran Linux user and the novice alike. Packaged in tar.gz format and RPM formats, make APF ideal for deployment in many server environments based on ...
Views: 187
- How to install chkrootkit
- cd /usr/src wget http://oratoronline.com/how2/chkrootkit/chkrootkit.tar.gz tar zxvf chkrootkit.tar.gz cd chkrootkit-0.43 make sense
Views: 174