HowtoForge provides user-friendly Linux tutorials.
-
Perfect Server Automated ISPConfig 3 Installation on Debian 11 and Debian 12, Ubuntu 22.04 and Ubuntu 24.04
Author: Thom Pol • Tags: apache, control panels, debian, dns, email, ftp, ispconfig, linux, mysql, nginx, postfix, server, ubuntu, web server • Comments: 158 • Updated: Aug 07, 2024This tutorial shows you how to easily set up a web, email and DNS server with ISPConfig 3 using the ISPConfig auto-installation script.
-
How to Install Ansible Semaphore on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Aug 06, 2024Ansible Semaphore is an open-source web UI for Ansible playbooks. It enables the deployment using Ansible automation via a web browser. In this guide, we’ll walk you through the installation of Ansible Semaphore on the Debian 12 server.
-
Linux Locate Command for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Aug 06, 2024While find is no doubt one of the most popular as well as powerful command line utilities for file searching in Linux, it not fast enough for situations where-in you need instantaneous results. If you want to search a file on your system through the command line, and speed is the top most priority, then there's another command that you can use: Locate.
-
-
How to Install WordPress with Docker Compose
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, virtualization, web server • Comments: 1 • Updated: Aug 02, 2024WordPress is the most popular blogging platform in the world. This tutorial will teach you how to install WordPress using Docker/Docker Compose. Using Docker, the process of installing the preferred stack becomes a lot easier. You can use the same configuration to install WordPress quickly on multiple servers. We will also install the phpMyAdmin tool for managing databases along with the Nginx proxy server to serve the site via SSL.
-
How to Install GoAccess Log Analyzer on Ubuntu 24.04
Author: Arvid L • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Aug 01, 2024GoAccess is a real-time web log analyzer for Unix-like systems, including Ubuntu. It provides an efficient and user-friendly way to visualize and analyze web server logs, supporting various formats like Apache, Nginx, and Amazon S3 logs.
-
How to list shared libraries used by a Linux binary using ldd command
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Aug 01, 2024If your work involves deep knowledge of executables and shared libraries in Linux, there are several command line tools that you should be aware of. One of those is ldd, which you can use to access shared object dependencies. In this tutorial, we will discuss the basics of this utility using some easy to understand examples.
-
Securing your ISPConfig 3 managed mailserver with a valid Let's Encrypt SSL certificate
Author: Thom Pol • Tags: ispconfig, linux, security • Comments: 8 • Updated: Jul 31, 2024If you're running your own mailserver, it's best practice to connect to it securely with a SSL/TLS connection. You'll need a valid certificate for these secure connections. In this tutorial, we'll set up a Let's Encrypt certificate for our mailserver that renews automatically.
-
How to Mount an NTFS Drive in Read/Write Mode on AlmaLinux Using ntfs-3g
Author: Till Brehm • Tags: desktop, linux, server • Comments: 0 • Published: Jul 30, 2024NTFS-3G is an open-source implementation that enables Linux and other Unix-like operating systems to read from and write to Windows NTFS partitions.
-
How to Install Webmin on Debian 12
Author: Hitesh Jethva • Tags: control panels, debian, linux • Comments: 0 • Updated: Jul 30, 2024Webmin is a powerful web-based system administration tool for Unix-like systems. In this article, I will show you how to install Webmin on Debian 12.
-
Linux last Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3 • Updated: Jul 30, 2024If you are new to system administration, there'll be times when you'll have to monitor or access login related information. There are multiple tools that you'll likely use for this purpose, with one of them being last.