Linux Tutorials on the topic “Linux”
-
Install and Configure PHP OPcache on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, php, server, ubuntu, web server • Comments: 2Opcache 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: 133This 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: 2Vagrant 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: 0ONLYOFFICE 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: 0In 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: 2Algo 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: 1Elasticsearch 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: 0Helm 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".
-
How to Install Kubernetes with Minikube on Ubuntu 20.04
Author: Hitesh Jethva • Tags: cloud, linux, server, ubuntu, virtualization • Comments: 2Minikube is an open-source tool that helps you to set up a single-node Kubernetes cluster on your local machine. In this tutorial, we will show you how to install Minikube on Ubuntu 20.04 server.
-
Advanced Git Tutorial
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0In this article, we will cover creating a branch, tag, renaming the branch, and revert the commits on Git. If you are new to Git, I would recommend you to first go through my previous article and then continue with this.