1. Login as root (replace localhost with your server address) ssh root@localhost 2. Type in this command and press enter passwd 3. Type in your new password and press enter 4. Reconfirm your new password and press enter Centos Updating Root Password via SSH in Linux/Centos
1. Launch the SSH terminal 2. Install the RPM file wget -q -O - http://www.atomicorp.com/installers/atomic |sh 3. Install the ioncube loader yum -y install php-ioncube-loader 4. Restart the service service httpd restart Centos Installing IonCube Loader on Centos