HowtoForge provides user-friendly Linux tutorials.
-
How to use grep to search for strings in files on the Linux shell
Author: Srijan Kishore • Tags: centos, debian, linux, opensuse, shell, ubuntu • Comments: 10 • Updated: Jan 16, 2025The grep command, which means global regular expression print, remains amongst the most versatile commands in a Linux terminal environment. It happens to be an immensely powerful program that lends users the ability to sort input based on complex rules, thus rendering it a fairly popular link across numerous command chains. The grep command is primarily used to search text or search any given file for lines containing a match to the supplied words/strings.
-
How to Install Jupyter Notebook with Nginx Proxy on Debian 12
Author: Arvid L • Tags: debian, linux, programming • Comments: 0 • Published: Jan 16, 2025Jupyter is a free and open-source web application for interactive computing and data science. In this tutorial, you'll learn how to install Jupyter and configure Jupyter Notebook on the Debian 12 server.
-
How to Install Miniconda on Debian 12
Author: Arvid L • Tags: debian, linux, programming, server • Comments: 0 • Published: Jan 16, 2025Miniconda is the mini version of Anaconda Distribution with fewer packages but powerful enough to set up your Python/R and data science projects. This guide teaches you how to install Miniconda on a Linux Debian 12 server. You'll learn to use the 'conda' command line to create and manage virtual environments and packages.
-
-
How to Install NetBox IRM (Infrastructure Resource Modelling Tool) on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, networking, server, ubuntu • Comments: 1 • Published: Jan 16, 2025NetBox is an Infrastructure Resource Modelling (IRM) designed for network automation and infrastructure engineering. This tutorial will show you how to install Netbox IRM on the Ubuntu 24.04 server with PostgreSQL as the database and Apache as a reverse proxy.
-
How to Install osTicket on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0 • Published: Jan 15, 2025osTicket is an open-source help desk and ticketing solution written in PHP. In this guide, you'll learn how to install the osTicket open-source ticketing system on Ubuntu 24.04 server.
-
How to Setup Remote Logging with Rsyslog on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Jan 14, 2025Rsyslog is an open-source logging system daemon that is used to collect, filter, store, and forward log messages of operating systems and applications. This guide will show you how to install rsyslog and set up remote logging on the Debian 12 server.
-
How to Install Rsnapshot Linux Backup on Rocky Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: Jan 14, 2025Rsnapshot is a backup utility for Linux-based machines. In this guide, you'll learn how to install and configure Rsnapshot on Rocky Linux 9 server. You'll also learn how to do an automatic backup with Rsnapshot and Cron.
-
How to Install Supabase (Firebase Alternative) with Docker on Ubuntu 24.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 1 • Published: Jan 14, 2025Supabase is an open-source Firebase alternative built on top of the PostgreSQL database, the world's most trusted relational database. In this tutorial, you'll learn how to install Supabase on Ubuntu 24.04 server.
-
How to Install and Use ClamAV Antivirus on Debian 12
Author: Arvid L • Tags: debian, linux, security • Comments: 0 • Published: Jan 14, 2025ClamAV or Clam Anti-Virus is an open-source anti-virus and anti-malware toolkit for multiple operating systems. In this tutorial, you'll learn how to install ClamAV on Debian 12 server. You'll also learn how to use 'freshclam' to update your database signatures, how to use 'clamscan' to scan files and directories on a Linux system, and also learn how to use 'clamav-daemon' for automatic scanning.
-
How to Install Zabbix on Debian 12 Server
Author: Arvid L • Tags: debian, linux, monitoring, server, web server • Comments: 0 • Published: Jan 02, 2025Zabbix is a free and open-source monitoring solution for IT infrastructure. It allows you to monitor networks, servers, virtual machines, and cloud services.