How to Alter PHP Apache Module Configuration Settings

When you are making use of PHP as a module for Apache, you could make use of the directives in files used for configuring Apache, to change the settings used... Read more

Find Top 15 Processes by Memory Usage with ‘top’ in Batch Mode

Similarly to the previous tip about find out top processes by RAM and CPU usage, you can also use top command to view the same information. Perhaps there’s an extra... Read more

How to Sort Output of ‘ls’ Command By Last Modified Date and Time

One of the commonest things a Linux user will always do on the command line is listing the contents of a directory. As we may already know, ls and dir... Read more

How To Assign Output of a Linux Command to a Variable

When you run a command, it produces some kind of output: either the result of a program is suppose to produce or status/error messages of the program execution details. Sometimes,... Read more

How to Upgrade to Ubuntu 16.04 LTS

How to Upgrade to Ubuntu 16.04 LTS Ubuntu 16.04 is a Long-Term Support (LTS) release that will be supported by Canonical until April 2021. This guide explains how to upgrade... Read more

How to Setup Plesk on Amazon Web Services

Plesk is an excellent control panel and if you use Amazon Web Services (AWS), there isn’t any reason not to take advantage of its capabilities. Installing Plesk will take just... Read more

5 Interesting Command Line Tips and Tricks in Linux – Part 1

Are you making most out of the Linux? There are lots of helpful features which appears to be Tips and Tricks for many of Linux Users. Sometimes Tips and Tricks... Read more

How To Move the Nginx Web Root to a New Location on Ubuntu 18.04

Introduction Nginx is a powerful HTTP server designed to store documents in the directory /var/www/html (document root). This directory is found on a root filesystem with other operating system directories.... Read more

Mutt – A Command Line Email Client to Send Mails from Terminal

As a System admin, sometimes we need to send mails to users or someone else from the server and for that we used to go with a web based interface... Read more

Newsroom – A Modern CLI to Get Your Favorite News in Linux

If you are a command-line addict like me, then you would always want to do everything such as controlling your Linux systems (local or remote), programming, searching Google using Googler,... Read more