Articles
change file owner in ssh frist enter in the ssh session after find the path for file once there...
Debian - Change time zonedpkg-reconfigure tzdata
Debian Lenny Apt-get ListIn 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 Install WgetEver logged into your server via ssh and needed to download a file, then wget is what you...
How to change MAC address in LinuxFirst find the physical MAC address of your machine by running the following command : $...
How to change the SSH port in LinuxFor security reason is recommendable to change the default ssh port (22) in order to do that you...
How to install Zend for Linux1. Download Zend in the server you want to install. Linux 32b -...
How to show perl versionperl -v | grep v
Increase Domains Email Limit Per HourIt can be done from /var/cpanel/maxemails file.You just need to edit this file and add an entry...
Manually Run StatisticsFrom ssh terminal run this command /usr/local/psa/admin/sbin/statistics --calculate-all Thats all!
Netstat - To find number of connections from each IPBelow is command to find out number of connections from each ip to server using netstat , sort,...
Set recursive permission to a directoryfind directory_name/ -type d | xargs chmod 0777replace 0777 with your desired permisions
Show ram use by processps -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 timeFirst update your date # ntpdate pool.ntp.org or Manual Set Date date -s "11/20/2003...
Ubuntu root accessUbuntu have root disabled by default In order to work as root type sudo -i In order to allow...
copy files using sshIf copying on the command line, use: # copy from local machine to remote machinescp localfile...