HowtoForge provides user-friendly Linux tutorials.
-
Create a Virtual Private Cloud (VPC) on AWS using Terraform
Author: Rahul Shivalkar • Tags: linux, virtualization • Comments: 1In this article I will show you how to create a VPC along with Subnets, Internet Gateway, NAT Gateways, and Route Tables. We will be creating 1 VPC with 4 Subnets: 2 Private and 2 Public, 2 NAT Gateways, 1 Internet Gateway, and 4 Route Tables.
-
How to Install and Configure Apache Tomcat 9 on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 2Apache Tomcat is an open-source Java Servlet implementation developed by the Apache Software Foundation. In this tutorial, we will show you how to install and configure the Apache Tomcat 9.0.34 on Ubuntu 20.04 LTS (Focal Fosset). We will also learn how to install Java OpenJDK 11 on Ubuntu 20.04, configure a user for Apache Tomcat, and run Apache Tomcat as a systemd service.
-
How to Install NFS Client and Server on Ubuntu 20.04
Author: Navjot Singh • Tags: debian, server, storage, ubuntu • Comments: 2Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to mount NFS Shares on a client using Ubuntu 20.04.
-
-
Linux Kernel Live Patching on Ubuntu 20.04 LTS
Author: Aleksandra Mitroshkina • Tags: linux, ubuntu • Comments: 0What happened to the promise of live patching Linux kernels? This article looks at its history, its problems, and the cheapest and easiest ways to do it on Ubuntu Focal Fossa (20.04 LTS).
-
How to install ERPNext on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0
ERPNext is a free and open-source ERP software built with Python, JavaScript, and Frappe Framework. In this tutorial, I will explain how to install ERPNext on Ubuntu 20.04 server.
-
How To Install the Ampache Music Streaming Server on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 7Ampache is a free, open-source, and web-based software that allows you to host your own music streaming server. With Ampache, you can access your music and video over the internet. You can view, edit, and play your music via a web browser or any media streaming client.
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on CentOS 7.6
Author: howtoforge • Tags: centos, linux, mysql, nginx, php, web server • Comments: 7Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 7.6 server with PHP support (through PHP-FPM) and MySQL (Mariadb) support.
-
How to Install and Use MongoDB on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 7MongoDB is an open-source and cross-platform document-oriented database system written in C++. It stores data in collections of JSON-like, flexible documents and used to create powerful websites and applications. In this tutorial, we will explain how to install and use MongoDB on Ubuntu 20.04 server.
-
How to Install PostgreSQL on FreeBSD 12
Author: Muhammad Arul • Tags: freebsd, server • Comments: 3In this tutorial, we will show you how to install and configure a PostgreSQL database server on FreeBSD. We will install the latest version of PostgreSQL 11 on the FreeBSD 12.0 system.
-
How to Install Nginx with PHP and MariaDB (LEMP Stack) with Opcache, Redis and Let's Encrypt on Fedora 32
Author: Navjot Singh • Tags: fedora, linux, web server • Comments: 1In this guide, you will install a LEMP stack (Linux, Nginx, MariaDB and PHP) on a Fedora 32 based server. We will also install phpMyAdmin, Redis, Opcache, and Let's Encrypt SSL.