Categories
Related to Partitions using LVM
Articles
In order to add additional ips to your server if you dont know how to, We can suggest to use...
Bounced Message "retry time not reached for any host after a long failure period"If using cPanel with CentOS, as root user run the following:cd /var/spool/exim/dbrm -f retry...
CENTOS - How to add the network configuration tool to the text based setup toolIf you ran setup and it doesn't show the network configuration tool Then run this command on...
CENTOS - How to install the text setup utilityText Setup Utility is a text based utility that allow you to make some configuration on a linux...
Change Hostname in Plesk LinuxThe hostname on the Parallels Plesk Panel server should be changed through GUI on the page...
Change Speed of NICQ. How do I change the speed, duplex on for my Ethernet card?  A. Under Linux use...
Debian - Change time zonedpkg-reconfigure tzdata
Debian 7 Source Listdeb http://ftp.us.debian.org/debian/ squeeze maindeb-src http://ftp.us.debian.org/debian/ squeeze...
Enable PPP on openvzEnabling PPTP VPN in Openvz virtual machineSaturday, May 5, 2012 6:46:14 PM Asia/CalcuttaThis...
FreeBSD - Install Webminpkg_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 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 check NIC Speedethtool ethx (where x is the number of the interface you want to check).
How to install Zend for Linux1. Download Zend in the server you want to install. Linux 32b -...
How to see linux open portsnetstat -a | egrep 'Proto|LISTEN'
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...
Linux List The Open Ports And The Process That Owns Themlsof -i netstat -lptu ÂÂÂ
Mount Samba on Centos7mount.cifs \\\\server.ip\\folder /moun_to -o user=user,pass=password
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,...
Netstat - To show the opened portsTo show what ports are open from ssh run this command netstat -na | grep 'tcp\|udp' | awk...
Remove Gnome from debiansudo apt-get autoremove --purge gnome*
Show container id of top 10 processwatch "ps -e h -o pid --sort -pcpu | head -10 | vzpid -"
Speed Test with Linux CLIwget http://www.panamaserver.com/st/speedtest_cli.pychmod a+rx speedtest_cli.pymv...
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...
Upgrade php on PleskBy default Plesk installation, the PHP version is 5.1.x, if you want to upgrade it to 5.2 or even...