Skip to content

Tag: ssh

2 guides

Linux & Servers

Updating Root Password via SSH in Linux/Centos

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…

Linux & Servers

Installing IonCube Loader on 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.…