How to Compare and Merge Text Files on Linux using Desktop Tools (part 2)
This post is a response to the overwhelming comments about Meld (and other tools) on my previous article on text files comparison and merging tools. While my intention wasn't to focus on code text only...
View ArticleHow to Compare and Merge Text Files on Linux
Comparing text files requires time, effort, a large monitor and a good amount of patience, or simply just the right tools to do it without any of the aforementioned. If you are an editor that has to...
View ArticleLinux cd Command Tutorial for Beginners (8 Examples)
The cd command is one of the most frequently used commands in Linux, as it's used to change directories (one of the most basic command line operations). While most users restrict themselves to the...
View ArticleHow to Install MinIO Storage on Rocky Linux
MinIO is a free and open-source object storage server written in Go. It's compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.
View ArticleHow to Install GlassFish Java Application Server on Rocky Linux
GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse. In this tutorial, we will install the GlassFish Java Application Server with Nginx reverse proxy on...
View ArticleHow to Install LOMP Stack (OpenLiteSpeed, MariaDB, and PHP) on Debian 11
The LOMP Stack is a popular software suite to deliver web applications. LOMP stands for Linux as the operating system, OpenLiteSpeed as the web server, MySQL/MariaDB as the database server, and PHP for...
View ArticleHow to Install LibreNMS Monitoring Solution on Rocky Linux
LibreNMS is a monitoring tool that supports auto-discovery with multiple protocols, including SNMP, ARP, OSPF, and BGP. In this guide, you will learn how to install the LibreNMS monitoring tool on the...
View ArticleHow to Install Odoo ERP Software (formerly OpenERP) on Debian 11
Odoo (formerly OpenERP) is an open-source and powerful business management software. Odoo works as a central application that allows you to manage business-related tasks from one single web application...
View ArticleHow to create Namespaces in Kubernetes
A namespace is helpful when multiple teams are using the same cluster. This is used when there is a potential of name collision. In this article, we will create a namespace and create a pod in the...
View ArticleHow to Install Nessus Security Scanner on Ubuntu 22.04
Nessus is an open-source network vulnerability scanner for vulnerability assessments and penetration testing. In this guide, you will install Nessus on an Ubuntu 22.04 server. You will also learn how...
View ArticleHow to Install Odoo 16 ERP Software on Ubuntu 22.04
Odoo (formerly known as OpenERP) is a self-hosted suite of over 10,000 open Odoo is a free and open-source ERP solution for multiple types of businesses. In this tutorial, we will the Odoo open-source...
View ArticleHow to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9
Django is a python framework used for developing dynamic websites and applications. In this tutorial, you will learn how to install the Django framework on a Ubuntu 22.04 server.
View ArticleHow to Install Linux Kernel 6.0 on Ubuntu 22.04
The kernel is the core part of any Linux-based operating system. It acts as a bridge between the software and hardware of the computer system. In this tutorial, I will show you how to install Linux...
View ArticleHow to Install Drupal CMS with Nginx on Rocky Linux 8
Drupal is a free and open-source web content management system written in PHP and distributed under GNU General Public License. In this tutorial, you will learn how to configure the Drupal CMS (Content...
View ArticleHow to Install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04
Akaunting is an open-source and self-hosted accounting software application for small businesses and freelancers. In this tutorial, I will show you how to install Akaunting with Apache and Let's...
View ArticleHow to Install and Use MS SQL Server on Rocky Linux
MS SQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft. In this tutorial, I will show you how to install MS SQL Server on a Rocky Linux server,...
View ArticleHow to Install Apache Kafka on Rocky Linux
Apache Kafka is a distributed data store for processing streaming data in real time. In this tutorial, we will install Apache Kafka on the Rocky Linux server and learn the basic usage of Kafka as a...
View ArticleHow to Edit Kernel Boot Parameters on Linux
Changing or editing your kernel boot parameters is very important when you want to fix an issue that causes errors during boot, or test a new feature, activate a different driver, or disable a feature...
View ArticleHow to repair Grub 2 Boot Loader on Ubuntu
Grub v2 offers a powerful rescue mode. Now using this mode, may not be exactly a walk in the park for most inexperienced users out there, so here's a guide on how to easily fix your Grub with the Boot...
View ArticleLinux mv Command Explained for Beginners (8 Examples)
Just like cp for copying and rm for deleting, Linux also offers an in-built command for moving and renaming files. It's called mv. In this article, we will discuss the basics of this command line tool...
View Article