Cara Install Node.js LTS di Ubuntu

Node.js adalah sebuah platform JavaScript runtime yang dibangun di atas V8 JavaScript engine, di mana Node.js dapat mengeksekusi JavaScript di server (server-side). Node.js dikembangkan oleh Ryan Dahl dan dirilis perdana pada 27 Mei 2009. Node.js tersedia dalam 2 versi rilis…

How to Install Hestia Control Panel on Debian 10

Hestia is a software for hosting control panel which is forking from VestaCP and developed by the open source community. Hestia Control Panel can be accessed via the web or command line interface, designed for administrators to easily and quickly…

Cara Install Hestia Control Panel di Debian 10

Hestia adalah perangkat lunak untuk hosting control panel yang merupakan forking dari VestaCP dan dikembangkan oleh komunitas open source. Hestia Control Panel bisa diakses melalui web atau command line interface, dirancang untuk administrator agar mudah dan cepat dalam deploy dan…

How to install PHP-FPM with Apache on Ubuntu 20.04

PHP FPM (FastCGI Process Manager) is an alternative to PHP-FastCGI implementation with some additional features, generally used for running heavy web applications. 1. Install Apache Install Apache and FastCGI module. 2. Install PHP and PHP-FPM Install PHP and PHP-FPM. Check…

Cara Install PHP-FPM dengan Apache di Ubuntu 20.04

PHP FPM (FastCGI Process Manager) adalah alternatif dari implementasi PHP-FastCGI dengan beberapa fitur tambahan, umumnya digunakan untuk menjalankan aplikasi web yang berat. 1. Install Apache Install Apache dan FastCGI module. 2. Install PHP dan PHP-FPM Install PHP dan PHP-FPM. Cek…

How to install PostgreSQL 12 and pgAdmin 4 on Ubuntu 20.04

PostgreSQL or Postgres is a Relational Database Management System (RDBMS) software with free & open source license. Starting as a POSTGRES project at the University of California, Berkeley in 1986, then in 1996 the name was changed to PostgreSQL which…