List of 51 Linux Commands for Beginners 

Linux is a top-rated platform on the internet.  Linux is a free and open-source operating system, meaning anyone can use, modify, and distribute it without cost or restrictions. It powers many devices and systems, including personal computers, servers, supercomputers, smartphones (Android), and embedded devices. As per the stats, nearly 97% of websites on the internet use Linux servers and 55.9% of professional developers […]

How to Install Softaculous on Directadmin

Softaculous is integrated into DirectAdmin and can be installed into DirectAdmin in just minutes. Softaculous takes care of the complete lifecycle of the application from install to backup to update. It’s really easy to install Softaculous on DirectAdmin. Please follow the step-by-step process to install Softaculous on Directadmin. Installing Softaculous on Directadmin: Step 1. Before starting the installation make […]

How to Enable MySQL Slow Query Log in a cPanel/WHM Linux server

To MySQL enable slow query log in cPanel server, you can use the following steps. Add the following to /etc/my.cnf file on the server. # vi /etc/my.cnf log-slow-queries=/var/lib/mysql/slow.log After that, do the following commands to create the file with the right ownership and file permissions # touch /var/lib/mysql/slow.log # chmod 660 /var/lib/mysql/slow.log # chown mysql:mysql […]