HowtoForge provides user-friendly Linux tutorials.
-
How to Install PostGIS PostgreSQL database extender on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux • Comments: 0 • Published: Feb 12, 2021PostGIS is a free and open-source database extender for the PostgreSQL Database Management System. It helps you to add some extra functions such as, area, union, intersection, distance, data types, and allow location queries to be run in SQL.
-
How to use grep to search for strings in files on the shell
Author: Srijan Kishore • Tags: centos, debian, linux, opensuse, shell, ubuntu • Comments: 9 • Updated: Feb 11, 2021The grep command, which means global regular expression print, remains amongst the most versatile commands in a Linux terminal environment. It happens to be an immensely powerful program that lends users the ability to sort input based on complex rules, thus rendering it a fairly popular link across numerous command chains. The grep command is primarily used to search text or search any given file for lines containing a match to the supplied words/strings.
-
How to Install Kanboard Project Management Software on CentOS 8
Author: Hitesh Jethva • Tags: centos, web server • Comments: 0 • Published: Feb 11, 2021Kanboard is an open-source project management software that helps you to manage your projects and visualize your workflow. It uses Kanban methodology and is specially designed for small teams that focus on minimalism and simplicity.
-
-
Install and Configure PHP OPcache on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, php, server, ubuntu, web server • Comments: 2 • Published: Feb 10, 2021Opcache is a powerful PHP extension used to increase PHP performance by storing precompiled script bytecode in shared memory. In this tutorial, we will show you how to install and enable the Opcache PHP extension with Apache and Nginx on Ubuntu 20.04.
-
How to create a subscription between an SQS queue and SNS topic on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0 • Published: Feb 10, 2021The idea behind subscribing to SQS in SNS is to send messages from SNS to SQS. One can send both raw messages and any other message attributes included in the SNS message.
-
How to setup a Kubernetes Cluster on AWS using Kops
Author: Rahul Shivalkar • Tags: cloud • Comments: 1 • Published: Feb 09, 2021Kops is used to bringing up the Kubernetes cluster in the easiest possible way. It is a command-line tool used to create Kubernetes Clusters. In this article, we will see the steps to create a Kubernetes cluster with 1 master and 1 worker node on AWS.
-
The Perfect Server - Debian 10 (Buster) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.2
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, web server • Comments: 214 • Updated: Feb 08, 2021This tutorial shows how to prepare a Debian 10 server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.2. The web hosting control panel ISPConfig 3 allows you to configure the following services through a web browser: Apache web server, Postfix mail server, Dovecot IMAP/POP3 server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
The Perfect Server - Debian 10 (Nginx, BIND, Dovecot, ISPConfig 3.2)
Author: Till Brehm • Tags: control panels, debian, ispconfig, nginx, web server • Comments: 52 • Updated: Feb 08, 2021This tutorial shows how to prepare a Debian 10 (Buster) server (with Nginx, BIND, Dovecot) for the installation of ISPConfig, and how to install ISPConfig 3.2. ISPConfig 3 is a web hosting control panel.
-
The Perfect Server - Ubuntu 20.04 with Apache, PHP, MariaDB, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.2
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 81 • Updated: Feb 08, 2021This tutorial shows how to install an Ubuntu 20.04 LTS (Focal Fossa) server with Apache, BIND, Dovecot and ISPConfig 3.2. ISPConfig is a web hosting control panel that allows you to configure Email, Webserver, and DNS services easily through a web browser.
-
How to Install Vagrant and use it with VirtualBox on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu, virtualization • Comments: 2 • Published: Feb 08, 2021Vagrant is a command-line tool for building and managing virtual machines, it support different virtualization engines like VirtualBox, KVM, Docker and VMWare. In this article, I will show you how to install Vagrant on an Ubuntu 20.04 machine and use VirtualBox as vairtualization engine.