How to Install Webmin with free Let's Encrypt SSL Certificate on Ubuntu 22.04
Webmin 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.
View ArticleHow to Install Yarn Package Manager on Ubuntu 22.04
Yarn 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.
View ArticleHow to Install Mastodon Social Network on Ubuntu 22.04
Mastodon is free and open-source software for running self-hosted social networking services. It offers microblogging features that allow you to follow other users and post messages and images with...
View ArticleHow to monitor VMware vSphere with Checkmk
Monitoring 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...
View ArticleHow to Setup APT Proxy on Ubuntu 22.04 LTS
A proxy server is an intermediate server that sits between the client computer and the internet. In this tutorial, we will show you how to set up proxy settings and apt-proxy in Ubuntu 22.04 Server and...
View ArticleImplementing SSL Perfect Forward Secrecy in NGINX Web-Server
This 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.
View ArticleHow to run Python Scripts with Apache and mod_wsgi on Ubuntu 22.04
The Apache module mod_wsgi provides an interface for hosting Python-based web applications. In this tutorial, I will show you how to install and configure of mod_wsgi using Apache web server on Ubuntu...
View ArticleHow to Set up Chrony as NTP Server and Client on Rocky Linux
NTP or Network Time Protocol is a networking protocol for time and clock synchronization on the computer network. In this guide, you will learn how to install and to use Chrony on the Rocky Linux server.
View ArticleHow to Install Apache with ModSecurity on Ubuntu 22.04
ModSecurity is a free and open-source firewall tool supported by various web servers, such as Apache, Nginx, and IIS. In this tutorial, I will explain how to set up ModSecurity with Apache on Ubuntu...
View ArticleHow to Install Jupyter Notebook on Ubuntu 22.04
Jupyter Notebook is a free, open-source, and web-based interactive computing platform that allows users to edit and run documents via a web browser. In this tutorial, I will show you how to install...
View ArticleHow to Install DokuWiki on Ubuntu 22.04
DokuWiki is a simple, easy-to-use, and highly versatile wiki software written in PHP. It is free, open-source, and uses a simple file format to store its data instead of using any database system. In...
View ArticleHow to Install Suricata IDS on Ubuntu 22.04
Suricata is a free and open-source network analysis and threat detection software developed by OSIF. It can be used as an intrusion detection system (IDS) and an intrusion prevention system (IPS).
View ArticleHow to Install Wiki.js on Rocky Linux 9
Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Rocky Linux 9 server using the PostgreSQL...
View ArticleHow to Install MEAN Stack on Ubuntu 22.04
The MEAN stack is a free and open-source JavaScript-based framework used for developing web applications. The MEAN is made from four key technologies MongoDB, Express, Angular, and Node.
View ArticleHow to search files from the Terminal on Linux
While there are many ways with which we can search and locate files and directories on Linux, the easiest and quickest is probably through the terminal. However, not many Linux users know about that,...
View ArticleLinux dirname Command Explained for Beginners (4 Examples)
Are you a new Linux user? Does your work involve shell scripting? If your answer to both these questions is yes, the tool we'll be discussing here will likely interest you. The name of the tool is...
View ArticleLinux Command Line Navigation Tips: The Basics of pushd and popd Command
In this article, we will be discussing how you can have a faster navigation experience on the Linux command line using the pushd and popd commands.
View ArticleHow to do line-by-line comparison of files in Linux using diff command
In Linux, the diff command can be used to compare two files, but the thing is that there's a slight learning curve involved with this utility. If you don't know how diff works, and are looking for...
View ArticleLinux sdiff Command Tutorial for Beginners (8 Examples)
Here at HowtoForge, we have already discussed multiple command line utilities that are focused on finding file differences. But there are several more such tools, and in this tutorial, we will discuss...
View ArticleHow to Compare Three Files in Linux Using diff3 Tool
In one of our earlier tutorials, we discussed a Linux command line utility - dubbed diff - that allows you to compare two files line by line. But what if the requirement is to compare not two, but...
View Article