How to Cache Content in NGINX
NGINX being a consolidated open-source, high-performance web server that speeds up content and application delivery, enhances security, and improve scalability. One of the most common use cases of Nginx is a Content Caching, which...
How to Enable HTTP/2.0 in Nginx
HTTP/2 is the latest standard for the HTTP protocol, it is the successor of HTTP/1.1. It is becoming increasingly popular due to the benefits it brings to web developers and users in general. It...
Linux Mint 20 Beta is Now Available to Download
Linux Mint continues to grow in popularity and maintain its stellar reputation as one of the most user-friendly Linux distributions. It comes highly recommended for beginners thanks to its easy-to-use user interface and tons...
How to Install Apache with Virtual Host on CentOS 8
The Apache webserver is an opensource and popular HTTP web server that continues to enjoy a massive market share in the hosting industry. It ships with loads of features including module enhancements, multi-protocol support,...
What is PostgreSQL? How Does PostgreSQL Work?
PostgreSQL is the world’s most advanced enterprise-class open source database management system that is developed by the PostgreSQL Global Development Group. It is a powerful and highly-extensible object-relational SQL (Structured Query Language) database system...
How to Connect NGINX to PHP-FPM Using UNIX or TCP/IP Socket
NGINX web server (as reverse proxy) serves PHP applications through the FastCGI protocol (as a backend application server). NGINX employs PHP-FPM (FastCGI Process Manager), an alternative PHP FastCGI implementation that runs in the background...
How to Install KVM on Ubuntu 20.04
KVM, (kernel-based Virtual Machine) is a free and opensource virtualization platform for the Linux kernel. When installed on a Linux system, it becomes a Type-2 hypervisor. In this article, we look at how you...
How to Install VirtualBox Guest Additions on CentOS 8
When you first install a virtual machine with a GUI on VirtualBox, the screen size is usually scaled-down and the user experience is usually quite bland. To improve the appearance and functionality of a...
A Beginners Guide to Snaps in Linux – Part 1
In the past few years, the Linux community has been blessed with some remarkable advancements in the area of package management on Linux systems, especially when it comes to universal or cross-distribution software packaging...
3 Top Node.js Package Managers for Linux
Node.js is one of the most popular programming languages rocking the software development industry in the world over. While developing and using Node.js applications, one common software that developers and general users will always...
Zorin OS 15 – An Ultimate Linux Desktop Designed for Windows and macOS Users
In the advent of Linux’s grand entrance into the PC space back in 1993, has been an insurgency of operating systems and that time also happened to be the wake of a technological-oriented generation...
Top Linux Distributions To Look Forward To In 2020
Following the most recent distribution update on Distrowatch – for the past 12 months, the statistics have barely changed and continues to be mostly in the favor of the better known operating system that...
rdiff-backup – A Powerful Incremental Backup Tool Now Supports Python 3
This improvement was officially released and published on March 15, 2020, with Version 2.0.0 and distributed on the GitHub site. The much appreciated Rdiff-backup application allows users to back up a directory to another...
Kali Linux 2020.2 Released – Download DVD ISO Images
Kali Linux (formerly known as BackTrack Linux) announced the release of Kali Linux Version 2020.2 on May 12th, 2020. Kali Linux is a Debian based distribution specially focused on penetration testing and digital forensics...
How to Compress Files Faster with Pigz Tool in Linux
Written by Mark Adler, Pigz is an acronym for Parallel Implementation of GZip. It’s a nifty compression tool that helps you compress files with blazing fast speeds. As an improvement of the good old...
How to Install WordPress with Apache in Ubuntu 20.04
WordPress is the most popular platform in the world for building websites, be it a blog, an e-commerce website, a business website, a portfolio website, an online business directory, and so on. It is...
How to Install and Configure Memcached on Ubuntu
Memcached is a free and opensource in-memory caching system that speeds up web applications by caching large volumes of data in memory that are generated from page load requests or API calls. Memcached is...
How to Install LEMP Stack with PhpMyAdmin in Ubuntu 20.04
For those of you who don’t know what LEMP is – this is a combination of software packages – Linux, Nginx (pronounced EngineX), MariaDB and PHP. You can use LEMP for both testing purposes...
How to Install LAMP Stack with PhpMyAdmin in Ubuntu 20.04
LAMP stack is the combination of the most frequently used software packages to build dynamic websites. LAMP is an abbreviation that uses the first letter of each of the packages included in it: Linux, Apache, MariaDB, and...
3 Ways to Create Bootable Ubuntu USB Startup Disk
Creating a bootable USB drive is one of the most preferred ways of testing and installing a Linux operating system on a PC. This is so because most modern PCs don’t come with a...