Linux Tutorials on the topic “ubuntu”
-
How to Install NFS Server and Client on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 2NFS or Network File System is a protocol that allows local users to access remote data from multiple disks and directories in the same way as local access. In this tutorial, you will learn how to install the NFS Server and Client on the Ubuntu 22.04 Server. You will also learn how to mount the NFS shared directory automatically at system boot on the client machine.
-
Ubuntu 22.04 Minimal Server Installation
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3This tutorial shows the installation of an Ubuntu 22.04 base server in detail with many screenshots. The purpose of the guide is to show the base installation of Ubuntu 22.04 LTS that can be used as a basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to Configure Apache Virtual Hosts on Ubuntu 22.04
Author: Ali Imran Nagori • Tags: apache, linux, ubuntu • Comments: 5The virtual hosting concept is used by companies to host multiple websites using a single machine. In this tutorial, we will see how we can host two virtual hosts on an Ubuntu 22.04 system using name-based virtual hosting. We will use the Apache web server.
-
-
How to Install Flask with Nginx and Gunicorn on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu, web server • Comments: 0Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this post, we will show you how to install and configure the Python Flask Web Framework with Gunicorn and Nginx on the Ubuntu 22.04 system.
-
How to Install MediaWiki on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, ubuntu • Comments: 0MediaWiki is a free and open-source wiki software that powers the biggest wiki sites on the internet such as Wikipedia and Wikimedia. It's extremely powerful, scalable, and extensible wiki software that offers feature-rich wiki implementations.
-
A Beginner's Guide to Understanding sudo on Ubuntu
Author: Himanshu Arora • Tags: linux, security, shell, ubuntu • Comments: 2The sudo command on Linux: ever got a 'Permission denied' error while working on the Linux command line? Chances are that you were trying to perform an operation that requires root permissions.
-
How to Install GitLab with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu • Comments: 2Gitlab Server is an open-source version of the cloud-hosted Gitlab version control. This guide will teach you how to install Gitlab Server using Docker on a Ubuntu 22.04 server.
-
How to Install Rainloop Webmail on Ubuntu 22.04
Author: Navjot Singh • Tags: email, linux, server, ubuntu • Comments: 3Rainloop is an open-source, web-based email client written in PHP. It is fast, lightweight, and supports SMTP and IMAP protocols. This guide will teach you to install the Rainloop client on a Ubuntu 22.04 server.
-
How to Install Zabbix Monitoring Tool on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, ubuntu • Comments: 1Zabbix is an open-source monitoring tool for network services, network hardware, servers and applications. In this tutorial, we show you how to install Zabbix 4.4 on the Ubuntu 18.04 server. We will install Zabbix with Apache web server, PHP and MariaDB server on the current Ubuntu 18.04 server.
-
How to Install phpMyAdmin on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0phpMyAdmin is a free and open-source tool for managing and administering MySQL servers. It can be used to manage even multiple MySQL servers in different locations. In this tutorial, we will show you how to install and configure the phpMyAdmin on the latest Ubuntu 22.04 server. This tutorial also covers some additional configurations for securing the phpMyAdmin installation.