ubuntu

How To Install Git on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 22.04

In this guide, we will go through how to install and configure Git on an Ubuntu 22.04 server. We will cover how to install the software in two different ways: via the built-in package manager and via source. Each of these approaches comes with its own benefits depending on your specific needs.

Read more
How To Install Icinga and Icinga Web on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Icinga and Icinga Web on Ubuntu 16.04

Icinga is a flexible and powerful open-source monitoring system used to oversee the health of networked hosts and services. This tutorial will cover installing the Icinga core, its database backend, and the Icinga Web interface. Finally, we’ll set up email notification so you can receive alerts in your inbox when a service is misbehaving.

Read more
How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 12.04

LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. This tutorial explains how to install the required repos to download nginx and php-fpm, how to install MySQL, how to install nginx, how to install php-fpm, how to configure php and nginx, and how to create a php info page. This tutorial is written for Ubuntu 12.04.

Read more
Ubuntu 20.04にMongoDBをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にMongoDBをインストールする方法

MongoDBは、最新のWebアプリケーションで一般的に使用されるオープンソースのドキュメントデータベースです。従来のテーブルベースのリレーショナルデータベース構造に依存しないため、NoSQLデータベースとして分類されます。代わりに、動的スキーマを持つJSONのようなドキュメントを使用します。このチュートリアルでは、Ubuntu 20.04サーバーにMongoDBをインストールしてテストし、systemdサービスとして管理する方法を学びます。

Read more
[Краткое руководство] по установке Nginx в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

[Краткое руководство] по установке Nginx в Ubuntu 18.04

Nginx — один из самых популярных в мире веб-серверов, на базе которого размещены некоторые из самых крупных сайтов интернета с огромным трафиком. Обычно он использует ресурсы эффективнее, чем Apache, и может использоваться как веб-сервер или обратный прокси-сервер. В этом…

Read more
CHAT