- Open Server Manager, go to Roles and click “Add Roles”
Setting the Maximum Connections on Your MySQL Server
Using your favorite text editor, as root, open up the /etc/my.cnf file (the location of the file may vary according to your distribution). You should see something like this:
# vi /etc/my.cnf
Install VSFTPD FTP Server for CentOS/Red Hat Linux
Simply type the following command as a superuser (root) to install vsftp server:
# yum install vsftpd
Install and Configure NTP to Synchronize The System Clock for CentOS Linux
Open the terminal or login over the ssh session. You must login as as the root user. Type the following yum command to install ntp
# yum install ntp ntpdate ntp-doc