How do I connect to my Linux server using SSH? I’ve got a Windows computer If you are trying to connect from a Windows computer then you will need an... Tags: LinuxSSHXSW
How do I restart Apache? CentOS Apache server can be restarted using the following command via SSH connection. # service httpd restart – or –... Tags: ApacheLinuxSSHXSW
How do I restart MySQL service? CentOS The MySQL service can be restart using the following commands # service mysqld restart – or – # /sbin/service... Tags: LinuxMySQLXSW
How do I restart Qmail service? CentOS The Qmail service can be restart via the SSH terminal by issuing the following command. # service qmail restart... Tags: LinuxSSHXSW
How do I restart Postfix? CentOS Postfix service can be restart via the SSH terminal by issuing the following command. # service postfix restart –... Tags: LinuxSSHXSW
How do I update Linux Kernel? Updating your Kernel version. Connect to your server using SSH, switch to root and use Yum to update your kernel. user# su root# yum... Tags: LinuxSSHXSW