Linux Tutorials on the topic “Linux”
-
Getting started with acme.sh Let's Encrypt SSL client
Author: Blago Eres • Tags: linux, security • Comments: 4Acme.sh is a simple, powerful and easy to use ACME protocol client written purely in Shell (Unix shell) language, compatible with bash, dash, and sh shells. It helps manage installation, renewal, revocation of SSL certificates.
-
How to Setup Nginx as a Reverse Proxy for Apache on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, nginx, server, web server • Comments: 0Nginx and Apache both are free, open-source, and most popular web servers around the world. Apache is known for its power while Nginx is known for its speed. In this tutorial, I will configure Apache as a backend server and use Nginx as a reverse proxy for Apache on Debian 11.
-
How to Install Django Framework on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Django is a free and open-source web development framework written in Python. It is used for developing complex and database-driven Python applications. In this tutorial, I will explain how to set up Django in Python virtual environment using the PostgreSQL database on Debian 11.
-
-
How to List Unsuccessful SSH Logins on Linux
Author: t.michael • Tags: linux, security • Comments: 1This tutorial shows you how to identify and list unsuccessful SSH logins on the Linux shell.
-
How to Install Redis Server on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 1Redis is a popular and open-source in-memory key-value data store. It supports various data structures such as Hash, Lists, Sets, Strings, and many more. In this guide, you will learn how to install Redis on Rocky Linux.
-
How to Install phpMyAdmin on Rocky Linux
Author: Arvid L • Tags: linux, mysql, web server • Comments: 0phpMyAdmin is a free and open-source tool that enables you to manage MySQL and MariaDB databases from the web browser. In this guide, you will learn how to install phpMyAdmin with the LAMP Stack on Rocky Linux. This guide can be applied on the server with an existing LAMP Stack installation or the fresh server without any LAMP Stack packages.
-
How to Install PHP 8 on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, php, web server • Comments: 4PHP is a free, Open-source, and most popular server-side programming language used for creating dynamic websites. In this tutorial, I will show you how to install PHP 8.0 on Debian 11.
-
How to Install Radicale Calendar (CalDAV and CardDAV) on Ubuntu 20.04
Author: Arvid L • Tags: email, linux, sendmail • Comments: 6Radicale is a free and open-source CalDAV (Calendars, to-do lists) and CardDav (contacts) server. In this tutorial, you will learn how to install and configure Radicale on Ubuntu 20.04.
-
How to replace MS Office with open-source ONLYOFFICE Docs integrated in SharePoint
Author: Daria • Tags: linux, web server • Comments: 0In this tutorial, we’ll learn how to connect ONLYOFFICE to Sharepoint using WOPI, a Web Application Open Platform Interface protocol intended to standardize the integration process.
-
How to Deploy Flask Application with uWSGI and Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Flask is a micro web framework written in Python developed by Armin Ronacher. In this tutorial, we will learn how to deploy Flask application with Uwsgi and Nginx on Ubuntu 20.04.