Install Docker on Ubuntu – A Step-By-Step Guide
Let me walk you through the steps to install docker on Ubuntu today. Since I was installing it on my system, I decided to write a tutorial to visually guide you through it so you….
Let me walk you through the steps to install docker on Ubuntu today. Since I was installing it on my system, I decided to write a tutorial to visually guide you through it so you….
Let’s learn how to install MySQL on Ubuntu today. MySQL is a free, open-source database management system. This database management system uses Structured Query Language (SQL) to manage data saved in a relational database. Developed….
Whenever we try to access a website, a DNS name resolution query is executed to resolve its IP address. The operating systems cache this data to avoid reaching out to name servers every time. Why….
Today we’ll learn how to install Rust on Ubuntu Linux. The Rust programming language, more commonly known as rust-lang, is a powerful general-purpose programming language. Developed by Mozilla and designed by Graydon Hoare, this programming….
The Ubuntu Firewall (UFW) is an extremely easy to use command-line firewall utility that interfaces with IPTables to make firewall configuration easy. A firewall is an essential part of any network. Few things are as….
Let’s cover the steps to install Tomcat on Linux today. We have already covered the steps for installation on CentOS here. In this tutorial, we’ll use Ubuntu to demonstrate the installation. You can follow this….
When an application runs in the background, it’s called a service. These are essential to run the system or our software applications. Some of the common services you will find on most of the servers….
Want to install OpenLiteSpeed Webserver on Ubuntu? Today we’re going to do just that. The OpenLiteSpeed web server is an open-source server renowned for its lightweight nature and high performance. Developed by LiteSpeed Technologies, it….
Want to know how to extract a RAR file on Ubuntu? RAR is one of the most common forms of data compression used in the industry. While ZIP allows wider accessibility for the users, RAR….
In this tutorial, we will walk you through how to install Lighttpd on Ubuntu Server. Lighttpd web server is an open-source web server for Windows and UNIX/Linux. It uses minimal system resources and is extremely….