HowtoForge provides user-friendly Linux tutorials.
-
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: 9 • 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.
-
How to Install PrestaShop on AlmaLinux 9
Author: Arvid L • Tags: cms, linux, server, web server • Comments: 0 • Published: Jul 29, 2024Prestashop is a free and open-source e-commerce solution written in PHP. It allows you to self-host, create online stores, and grow your online business. Prestashop is a fully customizable and feature-rich e-commerce solution for building comprehensive e-commerce websites.
-
How to Install Chef Infra Server on Debian 12
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Jul 29, 2024Deploy your automation platform with Chef. Chef enables automation for both nurture and applications in development and production environments.
-
Change the Linux Shell with csh Command
Author: Till Brehm • Tags: • Comments: 0 • Published: Jul 29, 2024The csh command in Linux refers to the C shell, a Unix shell created by Bill Joy while he was a graduate student at UC Berkeley in the late 1970s. The C shell (csh) is a command processor that provides a user interface to access an operating system's services.
-
How to Install NodeBB with Nginx Proxy on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, nginx, server, ubuntu, web server • Comments: 0 • Published: Jul 29, 2024NodeBB is open-source forum software written in JavaScript and Node.js. It uses MongoDB as the default database and offers multiple features, such as real-time notifications via web socket, social media integration, and full REST APIs.
-
Linux Csplit Command Explained for Beginners (6 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2 • Updated: Jul 29, 2024While working on the command line in Linux, you may find yourself in situations where-in you need to split a file into multiple parts. If you are already looking for a way to do this, or simply want to know how this can be done, you'll be glad to know there exists a tool - dubbed csplit - that's built for this purpose.