HowtoForge provides user-friendly Linux tutorials.
-
How to Edit Kernel Boot Parameters on Linux
Author: Bill Toulas • Tags: linux • Comments: 2 • Updated: Nov 18, 2022Changing 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 on your system. These parameters are stored as text, in the boot loader's configuration file which the kernel parses during the init process.
-
How to Install Apache Kafka on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Nov 16, 2022Apache 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 message broker for streaming data via the Kafka plugin.
-
How to Install and Use MS SQL Server on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Nov 16, 2022MS 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, set up SQL Tools for managing SQL Server, and also learn the basic operation of SQL Server for managing databases.
-
-
How to Install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0 • Published: Nov 15, 2022Akaunting 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 Encrypt SSL on Ubuntu 22.04.
-
Linux Commands - Overview and Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 13 • Updated: Nov 15, 2022
The command line is one of the most powerful features of Linux. There exists a sea of Linux command line tools, allowing you to do almost everything you can think of doing on your Linux PC. However, this usually creates a problem: with so many commands available to use, you don't know where and how to start learning them, especially when you are beginner.
-
How to Install Drupal CMS with Nginx on Rocky Linux 8
Author: Arvid L • Tags: cloud, linux, nginx, php • Comments: 0 • Published: Nov 15, 2022Drupal 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 Management System) with the LEMP Stack on the Rocky Linux server.
-
How to Install Linux Kernel 6.0 on Ubuntu 22.04
Author: Hitesh Jethva • Tags: kernel, linux, ubuntu • Comments: 3 • Updated: Nov 15, 2022The 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 Kernel 6.0 on Ubuntu 22.04.
-
How to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, server, web server • Comments: 3 • Published: Nov 14, 2022Django 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 Rocky Linux 9 server.
-
How to Install Odoo 16 ERP Software on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, server, ubuntu • Comments: 6 • Published: Nov 14, 2022Odoo (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 ERP on the Ubuntu 22.04 server.
-
16 Practical Examples of Linux LS command for Beginners
Author: Himanshu Arora • Tags: linux, shell • Comments: 4 • Updated: Nov 13, 2022Whenever it's required to take a look at the contents of a directory on the command line in Linux, ls is the command that's used. It lists the contents sorted in alphabetical order. While that's the tool's basic usage, it offers a plethora of features (in the form of command line options) that help you in several circumstances. In this tutorial, we will discuss the usage of some of these command line options through easy to understand examples.