HowtoForge provides user-friendly Linux tutorials.
-
How to Install Apache Cassandra NoSQL Database on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux • Comments: 0Apache Cassandra is an open-source high-performance NoSQL database management system with no single point of failure. In this tutorial, we will show you how to install Apache Cassandra on CentOS 8.
-
How to Install Symfony 5 Framework with Nginx on Debian 10
Author: Hitesh Jethva • Tags: debian, nginx, php, programming • Comments: 5Symfony is a free, open-source and high-performance PHP framework that can be used to build web applications, APIs, microservices and web services. In this tutorial, we will show you how to install Symfony 5 with Nginx on Debian 10.
-
How to Install and Configure OpenLiteSpeed with PHP 7.4 on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 5OpenLiteSpeed is a lightweight high-performance HTTP server that comes with a Web Gui administration interface. In this tutorial, I will guide you through the installation and configuration of OpenLiteSpeed and PHP 7.4 on CentOS 8.
-
-
How to Install Gitea Code Hosting Platform with HTTPS on CentOS 8
Author: Karl Wakim • Tags: centos, linux, programming • Comments: 3Gitea is a code hosting web application written in Go. As its name suggests, it is designed to be used with the popular source control program Git, similarly to Gitlab and Github. This guide will explain the installation of Gitea on CentOS 8 with an Nginx HTTPS reverse proxy.
-
How to Install Wallabag on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 0Wallabag is a read it later kind of service. It allows you to save webpages so that you can read it later at your own leisure pace. This tutorial will cover how to install and setup Wallabag on a server running on Ubuntu 18.04 and above.
-
How to Install NextCloud on Debian 10
Author: Hitesh Jethva • Tags: apache, debian, mysql, php, storage, web server • Comments: 23NextCloud is a free and open-source file hosting and file sharing server forked from ownCloud project. It is very similar to other file sharing services like Google Drive, Dropbox and iCloud. In this tutorial, we will explain how to install NextCloud and secure it with Let's Encrypt SSL on Debian 10.
-
Install and Configure Drupal 8 with Nginx and Let's Encrypt on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 2Drupal is a free, open-source and scalable content management system that can be used by individuals to create and manage any types of websites. In this tutorial, we will show you how to install Drupal 8 on CentOS 8 server and secure it with Let's Encrypt free SSL.
-
How to Install Java on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux • Comments: 0Java is a free, open-source and one of the most popular programming languages expressly designed for use in the distributed environment of the internet. In this tutorial, we will show you how to install OpenJDK 8, OpenJDK 11 and Oracle 8 on CentOS 8.
-
Install and Use Docker Compose on CentOS 8
Author: Hitesh Jethva • Tags: linux, virtualization • Comments: 1Docker Compose is a tool that can be used to define and run multiple containers as a single service. In this tutorial, we will show you how to install and use Docker Compose in CentOS 8.
-
AWS Lambda Function to Start and Stop an EC2 Instance
Author: Rahul Shivalkar • Tags: cloud • Comments: 5Lambda falls under “Compute” service in AWS (Amazon Web Services). Using Lambda we can code without provisioning or managing servers. In this article, we will see how to create a simple Lambda function that can start/stop an EC2 instance.