Why FastPanel.direct?

If you are looking for an alternative cPanel for your machine, just like me, you may be stumbled upon FastPanel.direct, and today, I would like to share the experience I had with their panel and…

How do I fix the GPG error NO_PUBKEY?

Recently, I am working with Ubuntu 16.04, and the task was to install multiple PHP version in Virtualmin, however, whenever I run apt-get update, this returns "The following signatures couldn't be verified because the public…

Post-Installation Wizard in Virtualmin

Virtualmin Post-Installation Wizard is straight forward during your first sign-in. In this post, this will be a quick tour of how the wizard works. However, if you have not created your first Virtualmin installation, you…

Install Virtualmin in Ubuntu 16.04

Recently, I am looking for an opensource control panel where I can manage my client. I tried VestaCP and Centos Web Panel, however, on my experience, I find the support hard to find considering you…

What is systemd?

What is systemd? — provides a standard process for controlling what programs run when a Linux system boots up.  Starting with Ubuntu 15.04, Upstart will be deprecated in favor of Systemd. With Systemd to manage the…

Install LAMP stack on your CentOS 7

Today, let us learn how to install LAMP stack on your CentOS 7. For starters, the LAMP represents Linux, Apache, MySQL, and PHP. In this tutorial, we will cover the steps needed to install a…

Install ifconfig on CentOS 7

Today, let us learn how to install ifconfig on CentOS 7 Linux which is a part of net-tools package. To do so, simply run the command below: yum install net-tools Make sure to enter y for…