Linux Tutorials on the topic “Linux”
-
How to Install PostgreSQL 15 on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0PostgreSQL is a free and open-source database management system focusing on extensibility and SQL compliance. This tutorial will guide you through installing the latest PostgreSQL 15 on a Rocky Linux 9 server. This also guides you through the basic usage of PostgreSQL for creating users/roles, managing databases, creating tables, insert and retrieving data.
-
Develop Network Applications for ESP8266 using Mongoose in Linux
Author: Alexander Alashkin • Tags: linux, programming, ubuntu • Comments: 0
Let’s talk about how to start to develop network applications for ESP8266 chip using Mongoose Embedded Web Server in Linux. I will use Ubuntu, but all things can be easily adapted for any Linux distribution.
-
How to Install Rust Programming Language on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, ubuntu • Comments: 0The Rust programming language has been adopted by hundreds of big companies in production environments. This tutorial will guide you through installing Rust Programming Language on a Ubuntu 22.04 machine.
-
-
How to Install and Use Varnish Cache on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, server, web server • Comments: 0Varnish Cache is an open-source, powerful, and one of the most popular HTTP accelerators used by over 3.4 million websites. This post will show you how to install the Varnish Cache with Apache on Debian 11.
-
Install Dolibarr ERP on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Dolibarr is an open-source ERP and CRM system written in PHP. It is designed for small and medium businesses to manage customers, invoices, orders, products, inventories, etc.
-
How to Install phpBB Forum with Apache and free Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: apache, linux, ubuntu, web server • Comments: 0phpBB is free and open-source forum software that provides a space for people to gather and communicate with each other. It is written in PHP and uses MariaDB as a database backend.
-
How to Install Wireguard VPN on Debian 11
Author: Arvid L • Tags: debian, linux, security • Comments: 0Wireguard is a free and open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. Wiruguard is designed for Linux and Unix operating systems, it runs on Linux kernel space, which makes the Wireguard faster and more reliable. In this tutorial, you will install and set up a VPN server via Wireguard on Debian 11 servers.
-
How to Install Strapi CMS on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 1Strapi is an open-source, headless Content Management System (CMS) built with JavaScript (NodeJS). In this tutorial, you will learn how to install the community version of Strapi CMS on a Ubuntu 22.04 server, along with Nginx as a reverse proxy server.
-
How to Install and Configure a JupyterLab Environment on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, programming, web server • Comments: 0JupyterLab is a next-generation web-based development environment for Project Jupyter. Project Jupyter was developed with the goal to develop open-source, open standards, and services for interactive computing across multiple programming languages.
-
How to Install ERPNext 14 on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system that can be implemented in your business. In this tutorial, you will install the ERPNext on a Debian 11 server and then secure the ERPNext with SSL/TLS certificates via Certbot and Letsencrypt.