Linux Tutorials on the topic “Linux”
-
How to Install Craft CMS with Nginx on Debian 11
Author: Hitesh Jethva • Tags: cms, debian, linux • Comments: 0
Craft CMS is a free and open-source content management system written in PHP and based on the Yii framework. This post will show you how to install Craft CMS with Nginx and Let's Encrypt SSL on Debian 11.
-
How to Install Nodejs on Rocky Linux 8.4
Author: Arvid L • Tags: linux, web server • Comments: 1Node.js is a cross-platform java-script runtime for server-side programing language. It's built on top of Chrome's V8 JavaScript engine, allows you to execute JavaScript code on the server-side. In this tutorial, you will learn how to install Node.js on Rocky Linux using two different methods.
-
How to Install PostgreSQL and phpPgAdmin on Fedora 34
Author: Navjot Singh • Tags: fedora, linux, server • Comments: 0PostgreSQL or Postgres is a powerful, open-source, relational database management system. This tutorial will demonstrate how to install PostgreSQL and phpPgAdmin on a Fedora 34 based server.
-
-
How to Install and Use MongoDB on Rocky Linux 8
Author: t.michael • Tags: linux, server • Comments: 1MongoDB is an object-oriented, schema-less, NoSQL database server used in developing modern dynamic apps. This tutorial will cover how to install MongoDB on Rocky Linux 8.
-
How to Install Wikijs on Rocky Linux
Author: Arvid L • Tags: linux, web server • Comments: 0Wiki.js is an open-source wiki software written in JavaScript and running on the Node.js runtime. In this guide, you will learn how to install Wiki.js on the Rocky Linux server. You will be installing the Wiki.js with the latest LTS version of Node.js, using PostgreSQL as its main database, and using the Nginx web server as a reverse proxy.
-
How to Install and Use Ansible on Debian 11
Author: Hitesh Jethva • Tags: debian, linux • Comments: 1Ansible is a free, open-source, and one of the most popular configuration management tools. In this article, I will show you how to install and use Ansible on Debian 11.
-
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.