Linux Tutorials on the topic “Linux”
-
How to Install NEOS CMS with Nginx and Let's Encrypt SSL on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Neos is a free and open-source content management system (CMS) that allows you to build complex websites easily without needing to code. In this tutorial, you will learn how to install Neos CMS on a server running Rocky Linux 8 OS.
-
How to use Wireshark for capturing and analyzing network packets
Author: Ali Imran Nagori • Tags: linux, security • Comments: 0Wireshark (formerly Ethereal) is a FOSS (free and open-source software) for network protocol analyzer. In this guide, we will learn “How to use Wireshark for capturing and analyzing packets”.
-
How to Setup Varnish SSL Termination with Nginx Web server on Rocky Linux 8
Author: Arvid L • Tags: linux, web server • Comments: 0Varnish cache software does not support SSL/TLS by default. You need additional software to enable SSL/TLS support on Varnish. In this article, you will learn how to set up Varnish SSL Termination with the Nginx web server.
-
-
How to Install Apache Cassandra on AlmaLinux / Rocky Linux 8
Author: Navjot Singh • Tags: linux, server • Comments: 0Apache Cassandra is an open-source NoSQL distributed database management system. In this tutorial, we will learn how to install Apache Cassandra on AlmaLinux and Rocky Linux 8 OS.
-
How to Install Apache Tomcat 10 with Nginx on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, server • Comments: 0Tomcat is an open-source web server for Java-based applications. It is used for deploying Java Servlet and JSP applications. We will install Tomcat 10 along with the Nginx server to act as a reverse proxy and protect it using SSL.
-
How to Install vsftpd FTP Server and Secure it with TLS on Debian 11
Author: sohan patel • Tags: debian, ftp, linux, server • Comments: 1File Transfer Protocol or FTP is a very old and one of the most well-known network protocols. It is not secure compared to SFTP or SCP these days but is still the first choice of many users for transferring files between a server and a client.
-
How to Install Spigot Minecraft Server on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 10Spigot is a modified Minecraft server software based on CraftBukkit. It provides additional performance optimizations, configuration options and features while maintaining compatibility with all existing plugins and mods.
-
How to Install ClickHouse OLAP Database System on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0ClickHouse is a free, open-source, and column-oriented database management system. It is used for online analytical processing and allows you to generate analytical reports using SQL queries in real-time. In this post, we will show you how to install ClickHoust on Debian 11.
-
How to Install Rust Programming Language on Debian 11
Author: Arvid L • Tags: debian, linux, programming • Comments: 5In this guide, you will learn how to install Rust programming language on the Debian 11 Bullseye. We will be using the rustup toolchain for installing and managing Rust on the Debian system.
-
How to Install Gitea with PostgreSQL on Debian 11
Author: sohan patel • Tags: debian, linux, programming • Comments: 1Gitea is a free, open-source, and self-hosted solution for Git servers. In this tutorial, I will show you how to install Gitea from binary with PostgreSQL on Debian 11.