Author
The author

Edward S.

Edward is a content editor with years of experience in IT writing, marketing, and Linux system administration. His goal is to encourage readers to establish an impactful online presence. He also really loves dogs, guitars, and everything related to space.

More posts by Edward S.

How to Install PostgreSQL on CentOS 7 

Nowadays, most modern applications include a database. However, because there are so many database management systems available, selecting the best...

How to Remove All Docker Images, Containers, Volumes, Networks and Unused Resources

Docker is taking the world by storm because it is a valuable open-source platform that allows applications to run without using an actual virtual...

How to Install Maven on Ubuntu: Using Apt and Official Website

Software development is one of the most challenging areas to work in. Fortunately, the right tools can make the development process more streamlined...

How to Set the Timezone in CentOS 7

While you are setting up a new server, very often you might have to set the timezone. In certain cases, you might want to change your timezone....

How to Install Docker on CentOS 7 + Docker Compose

Docker’s concept and technology are very widespread today. Many sysadmins use it for their work because of the many advantages they provide when...

Linux Touch Command: What It Is + Examples of How to Use It to Modify Timestamps

People usually associate the touch command in Linux with creating files. However, like many other Linux commands, it offers much broader...

What Is the Linux watch Command, How to Use It + Examples

There are plenty of monitoring and troubleshooting tools available for Linux VPS. However, many are difficult to install or have a steep learning...

How to Setup Passwordless SSH on Linux

SSH stands for Secure Shell. It is an open-source network protocol that can be used to log in to servers and execute commands remotely, which is great...

How to Kill a Process in Linux

Tasks in Linux are called processes. Every process has a unique process ID. In this tutorial, we’ll show you how to terminate a process using...