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...
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...