ubuntu

How To Install MariaDB on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install MariaDB on Ubuntu 20.04 [Quickstart]

MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This quickstart tutorial will explain how to install MariaDB on an Ubuntu 20.04 server, and verify that it is running and has a safe initial configuration.

Read more
How To Install MySQL on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Ubuntu 20.04 [Quickstart]

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on an Ubuntu 20.04 server.

Read more
Cara Menginstal Nginx pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal Nginx pada Ubuntu 20.04

Nginx adalah salah satu server web terpopuler di dunia dan berperan sebagai hos dari sebagian situs terbesar dan situs yang memiliki lalu lintas tertinggi di internet. Dalam panduan ini, kita akan membahas cara menginstal Nginx pada server Ubuntu 20.04 Anda.

Read more
Cara Menginstal Node.js pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal Node.js pada Ubuntu 20.04

Dalam panduan ini, kami akan menunjukkan kepada Anda tiga cara berbeda menginstal Node.js pada server Ubuntu 20.04: menggunakan apt untuk menginstal paket nodejs dari repositori perangkat lunak asali Ubuntu, menggunakan apt dengan repositori perangkat lunak PPA alternatif untuk menginstal versi spesifik dari paket nodejs, dan menginstal Node Version Manager serta menggunakannya untuk menginstal dan mengelola berbagai versi Node.js

Read more
How To Install Prometheus using Docker on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Prometheus using Docker on Ubuntu 14.04

Prometheus is an open source monitoring system and time series database. It addresses many aspects of monitoring such as the generation and collection of metrics, graphing the resulting data on dashboards, and alerting on anomalies. To achieve this, it offers a variety of components that are run separately but used in combination.

Read more
How To Install Rails and nginx with Passenger on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install Rails and nginx with Passenger on Ubuntu

This tutorial explains how to install Ruby, how to install any required dependancies, how to install Ruby Gems, how to install Rails, how to install Phusion Passenger, and how to use Passenger to install nginx. Passenger is an app server that allows you to deploy your rails application in production. This tutorial describes how to run Rails with nginx using passenger.

Read more
CHAT