How to Clone a Partition or Hard drive in Linux
There are several ways to clone Linux Partition using some external tools like partimage or Clonezilla. In this exercise we are going to survey Linux partition cloning with a command…
Linux OS is the very popular Operating Systems for servers and personal computers. The basic flavors are Ubuntu, Debian and Kali linux.
There are several ways to clone Linux Partition using some external tools like partimage or Clonezilla. In this exercise we are going to survey Linux partition cloning with a command…
cPanel EasyApache 4 Installing Redis and Redis PHP extension Installing the Redis daemon: for CentOS 6/RHEL 6 for CentOS 7/RHEL 7 Installing the Redis PHP extension for all available versions of PHP.Copy…
Resetting email account password from Command line in cPanel 1) Login to the server as root via SSH 2) Run the command “openssl” and you will see this: test@test [~]# opensslOpenSSL> 3)…
Check Ubuntu version before upgrading. lsb_release -a First, we have to run an update sudo apt update Then run upgrade command sudo apt upgrade After that dist-upgrade sudo apt dist-upgrade…
Get the mailids of all email currently in queue: postqueue -p|egrep “[A-F0-9]{11}”|awk ‘{print $1}’ Get the count of emails in queue: mailq | tail -n 1 or postqueue -p|egrep “[A-F0-9]{11}”|awk…
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh [user]@[remote host] [command] ## EXAMPLE ssh [email protected] df -h …
The ionCube Loader is a FREE PHP extension that runs PHP scripts encoded by ionCube. The ionCube Loader translates encoded files to a format that can be parsed by the…
IMPORTANT: Please make full database backup (including system tables) before you will do upgrade of MySQL or switch to MariaDB. This action will prevent data losing in…
I have a strange situation regarding a Windows PC which is showing limited internet transfer speeds for no apparent reason. If I am performing the same test on Linux box then…
One can find out BIOS version under for Linux Box using the dmidecode command which is a great tool to analyse BIOS data. Dmidecode command helps you to find out…