HowtoForge provides user-friendly Linux tutorials.
-
Implementing SSL Perfect Forward Secrecy in NGINX Web-Server
Author: cbj4074 • Tags: centos, debian, fedora, linux, nginx, security, suse, ubuntu • Comments: 7This HOW-TO describes the process of implementing Perfect Forward Secrecy with the NGINX web-server on Debian and Ubuntu systems. The process can readily be adapted to other GNU/Linux systems.
-
How to monitor VMware vSphere with Checkmk
Author: Ferdinand Kunz • Tags: linux, monitoring, virtualization • Comments: 0Monitoring your virtualized server environments is the ideal way to ensure optimal utilization of hardware resources and the best possible performance of your IT infrastructure. In this tutorial, I will show you how to monitor your vSphere with the open-source monitoring tool Checkmk in just a few minutes.
-
Command line aliases in the Linux Shell
Author: Himanshu Arora • Tags: linux, shell • Comments: 5
In this fourth and the final installment, we will discuss the concept of aliases as well how you can use them to make your command line navigation easier and smoother.
-
-
How to install Liferay Portal Portal CE 7.2 on Centos 8
Author: Amine YAHIA CHERIF • Tags: centos, linux • Comments: 0
Liferay Portal Community Edition is based on Digital Experience Plateforme DXP. In this tutorial, we will install Liferay Portal 7.2 on Centos 8 with MariaDB, Tomcat, and Elasticsearch.
-
How to Install Yarn Package Manager on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Yarn is a package manager for JavaScript environments. It is an alternative to the NPM package manager and was developed by Facebook in collaboration with Google, Tilde, and Expo Dev.
-
How to Install Webmin with free Let's Encrypt SSL Certificate on Ubuntu 22.04
Author: Hitesh Jethva • Tags: control panels, linux, ubuntu • Comments: 1Webmin is a web-based application for managing Linux-based operating systems. In this tutorial, we will show you how to install Webmin and secure it with Let's Encrypt on Ubuntu 22.04 server.
-
Linux Chgrp Command for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Here at HowtoForge, we recently discussed the chown command which lets users change the owner as well as group of file (or a directory) in Linux. But did you know there exists a dedicated command line utility that you can use when it comes to changing group-related information? The tool in question is chgrp, and in this tutorial, we will be discussing this tool using easy to understand examples.
-
How to Install ModSecurity 3 with Nginx on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 1ModSecurity is a free and open-source Web Application Firewall (WAF) that protects your website from several types of attacks, including cross-site scripting (XSS), SQL injection, session hijacking, and many more. In this tutorial, we will show you how to install ModSecurity with Nginx on Ubuntu 22.04.
-
Install and Configure Snort 3 Intrusion Detecting System on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, security, ubuntu • Comments: 5Snort is an Open Source Intrusion Prevention and Detection System (IDS). In this tutorial, we will show you how to install Snort on Ubuntu 22.04.
-
How to Install Docker Swarm on Rocky Linux
Author: Arvid L • Tags: cloud, linux, virtualization • Comments: 0Docker Swarm is a container orchestration built on top of Docker Engine. It allows you to create and deploy a cluster of Docker nodes with multiple servers.