Yeah! I got this problem last day while accessing one attached screen session after connection dropped. We already have the knowledge in screen command. You will get more details from here, screen command usages and examples. The screen command under…
commands
What is Rsync over SSH? Command for Rsync over SSH?
The Rsync – Remote Sync is a powerful command-line tool in Linux. Normally rsync is used to transfer file from one server(source) to another server(destination). We already discussed the basics of Rsync command and its switches. Please read this for more…
How to install MariaDB in cPanel CloudLinux based server
MariaDB is an enhanced drop-in replacement for MySQL. Latest stable version of MariaDB is 10.0. First of all, we need to take the backup of all the databases in the server and then we can safely proceed with the MariaDB…
Upgrade MySQL and MySQL Governor in cPanel CloudLinux based server via command line
MySQL governor is a sofware to monitor and restrict MySQL resource usage in a CloudLinux based server. MySQL is an open source RDBMS (Relational Database Management System) and its using the SQL Language(Structured Query Language). A database is a structured…
Empty Mail Delivery Report – WHM
Hello folks, Do you ever faced problem with empty Mail delivery reports in WHM? Recently I’ve faced similar problem in one of our client’s server. Don’t worry folks. Here is the solution which worked for me. You can find Mail…
How to set ‘alias’ for a command in Unix/Linux – alias/unalias command usages with examples
It’s a simple but powerful concept under the Linux. This setup will reduce your time on command prompt by simplifying your commands with your own shortcuts or short forms. For example, you can simply find the server UPTIME by accessing…
How/Command to create a copy of a file/directory – The ‘cp’ command usages and switches with example under Linux
In some situations, it is necessary to create a copy of particular file or directory before going to make any changes on it. In Linux we can use the command “cp” to create a copy of Files/Directories. Syntax: cp [OPTION]……