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 > SSH


Change file owner
change file owner in ssh frist enter in the ssh session after find the path for file once there...
Debian Lenny Apt-get List
In order to use the officials debian sources paste this into your sources.list #nano...
FFMPEG
*MPlayer (MPlayer-1.0rc1.tar.bz2) *Codecs (essential-20061022.tar.bz2) *Flvtool...
How do I change my Webmin password if I can't login?
Included with the Webmin distribution is a program called changepass.pl to solve erecisely this...
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 Wget
Ever logged into your server via ssh and needed to download a file, then wget is what 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...
Manually Run Statistics
From ssh terminal run this command /usr/local/psa/admin/sbin/statistics --calculate-all Thats all!
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,...
Set recursive permission to a directory
find directory_name/ -type d | xargs chmod 0777replace 0777 with your desired permisions
Show ram use by process
ps -A --sort -rss -o comm,pmem | head -n 40   That command will show the 40 ram use of 40...
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...