How do I update Linux Kernel? 0 3 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: LinuxSSH
How do I restart Postfix? 0 3 CentOS Postfix service can be restart via the SSH terminal by issuing the following command. # service postfix restart –... Tags: LinuxSSH
How do I restart Qmail service? 0 4 CentOS The Qmail service can be restart via the SSH terminal by issuing the following command. # service qmail restart... Tags: LinuxSSH
How do I restart Apache? 0 3 CentOS Apache server can be restarted using the following command via SSH connection. # service httpd restart – or –... Tags: ApacheLinuxSSH