Linux Tutorials on the topic “ubuntu”
-
Ubuntu 22.04 Minimal Server Installation
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 0 • Published: Jul 11, 2022This 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: 1 • Published: Jul 11, 2022The 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 LibreNMS with Nginx on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, server, ubuntu • Comments: 0 • Published: Jul 11, 2022LibreNMS is a free, open-source, and powerful network monitoring tool for Linux-based operating systems. In this tutorial, we will show you step-by-step instructions on how to install LibreNMS on Ubuntu 22.04.
-
-
How to Install Flask with Nginx and Gunicorn on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu, web server • Comments: 0 • Published: Jul 08, 2022Flask 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: 0 • Published: Jul 07, 2022MediaWiki 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: 2 • Updated: Jul 07, 2022The 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: 0 • Published: Jul 06, 2022Gitlab 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: 1 • Published: Jul 05, 2022Rainloop 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: 0 • Published: Jul 01, 2022Zabbix 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 search files from the Terminal on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, shell, suse, ubuntu • Comments: 8 • Updated: Jul 01, 2022While there are many ways with which we can search and locate files and directories on Linux, the easiest and quickest is probably through the terminal. However, not many Linux users know about that, which leads to unneeded frustration. Here is a quick guide that will hopefully help you locate what you're looking for in your system.