Tag sysadmin

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 Laravel 8 on Ubuntu 20.04

Laravel 8 released on September 8, 2020. Starting with this release, major releases will be released every 6 months in February and August, while minor releases and patches will be released every week. Laravel 8 is not a Long Term…

Cara Install Laravel 8 di Ubuntu 20.04

Laravel 8 dirilis pada tanggal 8 September 2020. Mulai di rilis ini, rilis mayor akan dirilis setiap 6 bulan sekali pada bulan Februari dan Agustus, sementara untuk rilis minor dan patch akan dirilis setiap minggu. Laravel 8 bukan versi Long…