Linux Tutorials on the topic “linux”
-
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.
-
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.
-
-
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.
-
How to install ONLYOFFICE Desktop Editors on Manjaro Linux
Author: Daria • Tags: linux • Comments: 0 • Published: Feb 04, 2021ONLYOFFICE Desktop Editors is a free open-source office suite pack that comprises offline editors for text documents, spreadsheets, and presentations. In this tutorial, we’ll learn how to install the latest version (v.6.1) of ONLYOFFICE Desktop Editors on your Manjaro machine.
-
How to Configure Nginx as a Web Server and Reverse Proxy for Apache on CentOS 8
Author: Hitesh Jethva • Tags: apache, centos, linux, nginx, web server • Comments: 0 • Published: Feb 03, 2021In this tutorial, we will show you how to use the Nginx as a web server and reverse proxy for Apache web server on CentOS 8.
-
How to Install and Configure Algo VPN Server on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, networking, security, ubuntu • Comments: 1 • Published: Jan 29, 2021Algo VPN is an open-source software bundle or set of Ansible script that is used to set up a WireGuard and IPsec VPN. In this tutorial, we will show you how to set up a VPN server with Algo VPN on Ubuntu 20.04 server.
-
How to Install and Use Elasticsearch on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0 • Published: Jan 28, 2021Elasticsearch is an open-source distributed analytics engine built on Apache Lucene. It takes unstructured data from different locations and stores it according to user-specified mapping and indexes it.
-
How to Install Helm Kubernetes Package Manager on Ubuntu 20.04
Author: Rahul Shivalkar • Tags: cloud, linux, server, ubuntu, virtualization • Comments: 0 • Published: Jan 28, 2021Helm is a package manager for Kubernetes. In this article, we will see the steps to install Helm3, in terms of architecture there is a difference between Helm2 and Helm3. One of the major differences is "Removal of Tiller".