Client Login

Email:

Password:

Remember Me

or Register

or Forgotten Your Password?

 

Panamaserver.com | Offshore Dedicated Servers | Offshore Hosting | Offshore VPS Linux and Windows | Secure Colocation | Anonymous Hosting > Knowledgebase > Linux


LVM (2)
Related to Partitions using LVM
CENTOS - How to add the network configuration tool to the text based setup tool
If you ran setup and it doesn't show the network configuration tool Then run this command on...
CENTOS - How to install the text setup utility
Text Setup Utility is a text based utility that allow you to make some configuration on a linux...
FreeBSD - Install Webmin
pkg_add -v -r perl pkg_add -v -r webmin or download the sources from www.webmin.com You don't...
How to change MAC address in Linux
First find the physical MAC address of your machine by running the following command : $...
How to change the SSH port in Linux
For security reason is recommendable to change the default ssh port (22) in order to do that you...
How to install Zend for Linux
1. Download Zend in the server you want to install. Linux 32b -...
How to show perl version
perl -v | grep v
Increase Domains Email Limit Per Hour
It can be done from /var/cpanel/maxemails file.You just need to edit this file and add an entry...
Netstat - To find number of connections from each IP
Below is command to find out number of connections from each ip to server using netstat , sort,...
Netstat - To show the opened ports
To show what ports are open from ssh run this command netstat -na | grep 'tcp\|udp' | awk...
Sync hardware clock with current system date and time
First update your date # ntpdate pool.ntp.org or Manual Set Date date -s "11/20/2003...
Ubuntu root access
Ubuntu have root disabled by default In order to work as root type sudo -i In order to allow...
Upgrade php on Plesk
By default Plesk installation, the PHP version is 5.1.x, if you want to upgrade it to 5.2 or even...