How do I connect to my Linux server using SSH? 0 1 I’ve got a Windows computer If you are trying to connect from a Windows computer then you will need an... Tags: LinuxServersSSH
How do I connect to my Linux server using SSH? 0 1 I’ve got a Windows computer If you are trying to connect from a Windows computer then you will need an... Tags: LinuxSSH
How do I restart Apache? 0 1 CentOS Apache server can be restarted using the following command via SSH connection. # service httpd restart – or –... Tags: ApacheLinuxSSH
How do I restart MySQL service? 0 1 CentOS The MySQL service can be restart using the following commands # service mysqld restart – or – # /sbin/service... Tags: LinuxMySQL
How do I restart Qmail service? 0 1 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 Postfix? 0 1 CentOS Postfix service can be restart via the SSH terminal by issuing the following command. # service postfix restart –... Tags: LinuxSSH
How do I update Linux Kernel? 0 1 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