If for some reason you do not want to update your server kernel but want to update other packages running […]
How to copy Files and Folder from one server to another server
If you want to copy a file / folder from one server to another, you can use wget or scp […]
How to copy paste in putty
PuTTY is a free and open-source SSH / telnet client for Windows and Unix platforms. A newbie can find it […]
How to Stop / Exit from Ping in SSH
If you use ping command in SSH, it will continue pinging and extending output lines without any stoppage. Something like […]
How to change SSH port on CentOS 7 Server
The default SSH port on centOS 7 (32-bits / 64-bits) server is 22. But for security reasons, it is recommended […]
How to use SSH wget comamnd to download full Directory / Folder
We generally use wget command to download any particular file on a server. But what if I want to download […]
How to run cPanel backup from SSH
cPanel offers you to schedule backup and retain backup of server and accounts. But if you need to run backup […]
How to change root password of Server / VPS from SSH
Please follow below steps to change root password via SSH of a dedicated server / VPS. Step 1: Login as […]
How to create a File and Folder via SSH
How to create a file via SSH To create a file via SSH use touch command. Like I want to […]
Understanding SSH CD command
CD command is used for navigation to different directories on a Linux machine. Below I have explained some basic things […]