Linux Tutorials on the topic “Linux”
-
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: 6Snort 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.
-
How to Install Apache Guacamole as Docker Container on Ubuntu
Author: Hitesh Jethva • Tags: desktop, linux, ubuntu • Comments: 4Apache Guacamole is free, open source clientless remote desktop application that allows you to access remote Desktop and Server machines via a web browser. It supports standard protocols like VNC, RDP, and SSH, and use HTML5 for remote connection.
-
How to Install Discourse with Docker on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0Discourse is a free and open-source discussion platform built for the next decade of the Internet. You can use it as a mailing list, a discussion forum, and a long-form chat room. In this tutorial, we will show you how to install Discourse Forum on Ubuntu 22.04.
-
How To Install the Anaconda Python Distribution on Ubuntu
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 0
Anaconda is an open-source package manager, environment manager, and Python and R language distribution. It is bundled with over 1500 open-source packages for use on any platform.