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 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 […]

Get to know OpenStack DNS (Designate) as a SaaS

————————————————————————- DNS (Designate) is one of the well known open source services in OpenStack. This project offers DNS as a Service also known as DNSaaS and also offers common, open API for programming DNS. Same as all the OpenStack APIs, the Designate is proposed by and combines with the authorization method of Keystone authentication. The […]