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...
How to Configure Network Bridge in Ubuntu
Linux supports the implementation of a software network bridge to reproduce the function of a network bridge, a networking device that interconnects two or more communication networks or network segments providing a way for...
How To Enable HTTPS for Varnish Cache using Hitch on CentOS-RHEL 8
Varnish Cache lacks native support for SSL/TLS and other protocols associated with port 443. If you are using Varnish Cache to boost your web application’s performance, you need to install and configure another piece...
How to Install Varnish Cache for Apache on CentOS/RHEL 8
Varnish Cache is a free open source, modern and high-performance web application accelerator. It is a fast reverse HTTP proxy that caches content to speed up your web server performance, by storing web content...
How to Install and Configure Memcached on CentOS 8
Memcached is an opensource, high-performance, and superfast in-memory key-value store that is designed for speeding up web applications. Among the popular web applications that rely on Memcached include FaceBook, Reddit, and Twitter. In this...
How to Configure IPv6 Network on CentOS/RHEL 8
IPv6 addressing was developed in anticipation of depletion of the IPv4 addresses. It is meant to solve the exhaustion of IPv4 addresses through the use of a much wider network addressing space. An IPv6...
How to Configure IP Network with ‘nmtui’ Tool
An alternative for the nmcli is the nmtui, short for Network Manager Text User Interface, the nmtui is yet another handy tool that allows you to easily configure your network interfaces in Linux distributions...
How to Install Visual Studio Code on Linux
Developed by Microsoft, Visual Studio Code is a free and open-source, cross-platform IDE or code editor that enables developers to develop applications and write code using a myriad of programming languages such as C,...
How to Create a Local Self-Signed SSL Certificate on CentOS 8
SSL (Secure Socket Layer), and its improved version, TLS (Transport Socket Layer), are security protocols that are used to secure web traffic sent from a client’s web browser to a web server. An SSL...
How to Install TeamViewer on Debian 10
TeamViewer is a cross-platform and widely used application for remote meetings, desktop sharing, and file sharing between remote machines over the internet. It comes extremely handy when you have an issue that you cannot...
Python Development Setup Using Visual Studio Code
First of all, what is an IDE and why do we need one? The integrated development environment is an application that provides the ability to write programs, test it, and debug it and a...
How to Install OpenVPN in Ubuntu 20.04
OpenVPN is an open-source, fast, popular program for creating a VPN (Virtual Private Network). It uses both the TCP and UDP transmission protocols, and VPN tunnels are secured with OpenVPN protocol with SSL/TLS authentication,...
10 Top Open Source Caching Tools for Linux in 2020
Reliable distributed computing systems and applications have become the cornerstone of prominent businesses, especially in automating and managing mission-critical business processes and delivering services to customers. As developers and system administrators of these systems...