Linux

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

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

MySQLは、人気のあるLAMP(Linux、Apache、MySQL、PHP/Python/Perl)スタックの一部として一般的にインストールされているオープンソースデータベース管理システムです。リレーショナルモデルを実装し、データを管理するためにSQL(Structured Query Language)を使用します。このチュートリアルでは、Ubuntu 20.04サーバーにMySQLをインストールする方法について説明します。

Read more
How To Install Nginx on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Nginx on Debian 9 (ON-DEBIAN-9)

Nginx is one of the most popular web servers in the world and responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or reverse proxy.

Read more
Installieren von Nginx unter Ubuntu 20.04 [Schnellstart] — step-by-step Linux tutorial on Progressive Robot

Installieren von Nginx unter Ubuntu 20.04 [Schnellstart]

Nginx ist einer der beliebtesten Webserver der Welt und hostet einige der größten und datenverkehrsreichsten Sites im Internet. Nginx ist in den meisten Fällen ressourcenschonender als Apache und kann als Webserver oder Reverse-Proxy verwendet werden. In diesem Leitfaden…

Read more
How To Install Node.js on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on CentOS 8

In this guide, we will show you three different ways of getting Node.js installed on a CentOS 8 server: using `dnf` to install the `nodejs` package from CentOS’s default AppStream repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`; compiling and installing `node` from source.

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

Ubuntu 20.04にNode.jsをインストールする方法

このガイドでは、Ubuntu 20.04サーバーにNode.jsをインストールする3種類の方法を示します。 ひとつは、Ubuntuのデフォルトのソフトウェアリポジトリからaptを使用してnodejsパッケージをインストールする方法、次に、代替PPAソフトウェアリポジトリからaptを使用して指定したバージョンのnodejsパッケージをインストールする方法、最後に、Nodeバージョンマネージャーをインストールし、これを使って複数のバージョンのnodejsをインストール・管理する方法について説明します。

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

Установка PostgreSQL в Ubuntu 20.04 [Краткое руководство]

PostgreSQL, или Postgres, — это система управления реляционными базами данных, которая представляет собой реализацию языка запросов SQL. Она соответствует стандартам и обладает множеством передовых функций, таких…

Read more
CHAT