Linux Tutorials on the topic “Linux”
-
How to Install Nginx with PHP and MariaDB (LEMP Stack) on Fedora 31
Author: Navjot Singh • Tags: fedora, linux • Comments: 0In this guide, you will install a LEMP stack on a Fedora 31 based server. LEMP is an acronym for Linux, )Nginx server, MySQL (we will be using MariaDB), and PHP. We will also install PHPMyAdmin, Redis, and Opcache.
-
How to Enable Brotli Compression in Nginx on CentOS 8
Author: Blago Eres • Tags: centos, linux, nginx • Comments: 0Brotli is a generic-purpose lossless compression algorithm developed by Google. This tutorial will show you how to add Brotli support to the Nginx web server on CentOS 8 server.
-
Understanding the difference between sudo and su command on Linux
Author: Himanshu Arora • Tags: linux, shell, ubuntu • Comments: 5In this article, we will discuss in detail the 'su' command as well as how it differs from the 'sudo' command. The main work of the su command is to let you switch to some other user during a login session. In other words, the tool lets you assume the identity of some other user without having to logout and then login (as that user).
-
-
How to Install vsftpd FTP Server with SSL/TLS on CentOS 8
Author: Hitesh Jethva • Tags: centos, ftp, linux, server • Comments: 1FTP is a widely used protocol used for transferring files between server and client. In this tutorial, we will show you how to install VSFTPD on CentOS 8 server and secure it with SSL/TLS.
-
How to Install OpenLDAP Server on Debian 10
Author: Muhammad Arul • Tags: debian, linux, server • Comments: 0
LDAP or Lightweight Directory Access Protocol is an open and standard application protocol for accessing and maintaining directory information services. In this tutorial, we will show you step-by-step installing OpenLDAP on Debian Buster 10.
-
Linux id Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1If you are new to system administration in Linux, you will gradually learn that user management is an important aspect of your work. The Linux command line offers several command-line utilities for this purpose, and one of them is the id command.
-
How to Install TeamPass Password Manager on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 0TeamPass is a collaborative password manager used for managing passwords and sharing them among team members with a specific role. In this tutorial, we will show you how to install TeamPass on Debian 10 and secure it with Let's Encrypt SSL.
-
How to Install and Configure OpenLiteSpeed Server on Fedora 31 along with MariaDB
Author: Navjot Singh • Tags: fedora, linux, web server • Comments: 3OpenLiteSpeed is a lightweight and open-source version of the LiteSpeed Server developed by LiteSpeed Technologies. It supports Apache Rewrite rules, HTTP/2 and HTTP/3 along with TLS v1.3 and QUIC protocols. It comes with a WebGUI based Administration panel which makes it different from other servers and easier to manage.
-
Install LibModsecurity Web Application Firewall with Nginx on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx • Comments: 4LibModSecurity is a free and open-source web application firewall (WAF) that can be used to protect an Nginx server from different kinds of cyberattacks. In this tutorial, we will show you how to download and compile LibModSecurity with Nginx support on CentOS 8.
-
How to Install Flarum Forum with Nginx and LE SSL on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, web server • Comments: 0Flarum is a free, open-source and next-generation forum software that makes it easier for you to start and grow a successful online community. It is simple, lightweight, fast and mobile-friendly software based on PHP.