Installation of Manjaro 20.0 (KDE Edition) Desktop
Manjaro 20.0, also codenamed Lysia, was released on April 27th, 2020. This comes only 2 days after the release of the much-awaited Ubuntu 20.04 LTS, codenamed Focal Fossa after the Madagascar Feline creature. Manjaro...
How to Install TeamViewer on Ubuntu
TeamViewer is a cross-platform, proprietary application that allows a user to remotely gain access to another user’s desktop, share the desktop and even allow file transfer between computers over an internet connection. It’s a...
How to Configure Network Connection Using ‘nmcli’ Tool
Abbreviated as nmcli, the network manager command-line interface is a nifty and easy to use tool that saves you lots of time when you need to configure an IP address. To display all the...
25 Things to Do After Installing Ubuntu 20.04 LTS (Focal Fossa)
Canonical finally announced the availability of Ubuntu 20.04, the new release came with many updated packages and programs which is very good for people who are looking for the most updated packages. In this...
How to Install Ubuntu 20.04 Server
Ubuntu Server 20.04, also named Focal Fossa, has been released by Canonical and it’s now ready for installation. This article will walk you through the process of installing Ubuntu 20.04 Server Edition with Long...
How to Install Laravel PHP Framework with Nginx on CentOS 8
Laravel is an open-source, well-known, and modern PHP-based web framework with expressive, elegant, and easy to understand syntax which makes it easy to build large, robust web applications. Its key features include a simple,...
How To Install Ubuntu 20.04 Desktop
On Thursday, April 23rd, 2020, Canonical Ltd, the makers of Ubuntu Linux distribution officially released the long-awaited Ubuntu 20.04 version code-named “Focal Fossa”, it is an LTS (Long Term Support) version based on Linux...
How to Install Ruby on CentOS/RHEL 8
Ruby is a dynamic, multi-purpose, free, and open-source programming language that is usually used for the development of web applications. It’s a high-level programming language that enjoys a vibrant community of developers who help...
How to Reset Forgotten Root Password in Ubuntu 18.04
In this article, you will learn how to reset the forgotten root password on Ubuntu 18.04 LTS. Firstly, you need to either power on or reboot your Ubuntu 18.04 LTS system. You should get...
How To Install Varnish Cache 6 for Nginx on CentOS/RHEL 8
Varnish Cache (commonly referred to as Varnish) is an open-source, powerful and fast reverse-proxy HTTP accelerator with modern architecture and flexible configuration language. Being a reverse proxy simply means it is a software that...
How to Install VirtualBox Guest Additions in Fedora
As you might know, VirtualBox is an open-source hypervisor that allows users to create virtual machines and test-run different operating systems. But it doesn’t end there. VirtualBox also includes VirtualBox guest additions which are...
How to Reset a Forgotten Root Password in Linux Mint
It’s not unusual for users to forget their root passwords. It’s a common occurrence especially if you haven’t logged in as the root user for a long period of time. It can happen to...
How to Upgrade to Ubuntu 20.04 (Beta) from Ubuntu 18.04 & 19.10
Although the stable version of Ubuntu 20.04 LTS (code-named Focal Fossa) is scheduled for release on April 23rd, if you are curious to know what is in it, you can now upgrade to the...
How to Setup HAProxy as Load Balancer for Nginx on CentOS 8
To ensure maximum web application availability, scalability, and high performance, it is now common to implement technologies that introduce redundancy, such as server clustering and load balancing. For example, setting up a cluster of...
How to Share Wired Internet Via Wi-Fi and Vice Versa on Linux
In this article, you will learn how to share a wired (Ethernet) internet connection via a wireless hotspot and also how to share a wireless internet connection via a wired connection on a Linux...
How to Create Your Own IPsec VPN Server in Linux
There are so many benefits of using a VPN (Virtual Private Network), some of which include keeping you safe on the internet by encrypting your traffic and helping you to access blocked content/sites/web applications...
How to Reset a Forgotten Root Password in Fedora
This brief article explains the steps you can take to reset your forgotten root password on a Fedora Linux system. For this guide, we are using Fedora 32. Read Also: How to Reset Forgotten...
How to Setup a Redis Cluster in CentOS 8 – Part 3
Redis Cluster is a builtin Redis feature that supports automatic sharding, replication and high availability which was previously implemented using Sentinels. It is designed for two major purposes: one is to automatically split your...
How to Setup Redis For High Availability with Sentinel in CentOS 8 – Part 2
Redis provides high availability via Redis Sentinel distributed system. Sentinel helps to monitor Redis instances, detect failures and will do roles switches automatically thus enabling a Redis deployment to resist any kind of failures....
How to Reset Forgotten Root Password in Arch Linux
It’s quite frustrating getting locked out of your system as the root user because you cannot recall your password. This usually happens in case you haven’t logged in as root for an extended period...