Category FOSS

Cara Install CKAN untuk Open Data Portal di Ubuntu 20.04

Comprehensive Knowledge Archive Network (CKAN) adalah perangkat lunak open source untuk portal open data, CMS yang dapat membantu kita dalam mengelola dan menerbitkan sekumpulan data. CKAN digunakan oleh pemerintah pusat dan daerah, lembaga penelitian, dan organisasi lain untuk mempublikasikan data.…

How to Install Node.js LTS on Ubuntu

Node.js is a runtime JavaScript platform built on top of the V8 JavaScript engine, where Node.js can execute JavaScript on the server (server-side). Node.js was developed by Ryan Dahl and released for the first time on May 27, 2009. Node.js…

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 Create a Virtual Machine with KVM on Ubuntu 20.04

Kernel-based Virtual Machine (KVM) is a module build directly into the Linux kernel that allows the operating system to act as a hypervisor (software to create virtual machines). 1. Check virtualization support Before installing KVM on Ubuntu, we need to…

Cara Membuat Virtual Machine dengan KVM di Ubuntu 20.04

Kernel-based Virtual Machine (KVM) adalah sebuah modul yang dibangun langsung ke dalam kernel Linux yang memungkinkan sistem operasi bertindak sebagai hypervisor (perangkat lunak untuk membuat virtual machine). 1. Mengecek dukungan virtualisasi Sebelum melakukan instalasi KVM di Ubuntu, kita perlu mengecek…

How to Install Webuzo Control Panel on CentOS 7

Webuzo is a software for web hosting control panel with LAMP stack. Webuzo supports various virtual machine hypervisors such as Xen, KVM, and OpenVZ. Webuzo includes a paid control panel, you have to buy a license if you want to…

Cara Install Webuzo Control Panel di CentOS 7

Webuzo adalah perangkat lunak untuk web hosting control panel dengan LAMP stack. Webuzo mendukung berbagai virtual machine hypervisor seperti Xen, KVM, dan OpenVZ. Webuzo termasuk control panel berbayar alias harus membeli lisensinya jika ingin mendapatkan fiturnya secara lengkap. System Requirements…

How to Install Remote Desktop with X2Go on Ubuntu 20.04

X2Go is open source software that functions as a remote desktop server on Linux-based operating systems. The X2Go server is only available for Linux, but the X2Go client is available for Linux, Windows, macOS, and FreeBSD. X2Go basic features Graphical…