Tag sysadmin

Cara Install Nextcloud di CentOS 8

Nextcloud adalah perangkat lunak open source untuk membuat sebuah layanan cloud storage seperti halnya Dropbox atau Google Drive tetapi dapat diinstalasi di server milik sendiri (private server). Nextcloud server mendukung berbagai distribusi Linux besar, seperti Ubuntu, Debian, Red Hat, CentOS,…

Cara Install CloudPanel di Debian 10

CloudPanel adalah perangkat lunak untuk server control panel yang dirancang khusus untuk menjalankan aplikasi web berbasis PHP. CloudPanel merupakan community edition dari control panel mgt-commerce, sebuah layanan web hosting di atas AWS cloud untuk CMS e-commerce Magento yang telah beroperasi…

Cara Setting resolv.conf Permanen di Ubuntu

File pada distribusi Linux adalah file konfigurasi yang digunakan untuk mengatur pengaturan resolusi DNS (Domain Name System) pada sistem operasi. Fungsi utama dari file ini adalah untuk memberitahu sistem bagaimana cara menemukan server DNS yang harus digunakan untuk menerjemahkan…

Cara Membuat Virtual Terminal dengan screen

Beberapa kali saya mengalami situasi di mana sedang melakukan SSH remote ke VPS untuk instalasi dan konfigurasi tiba-tiba koneksi internet bermasalah dan koneksi SSH pun terputus. Nah, proses sebelumnya tidak diketahui sudah sampai di mana atau tidak bisa melanjutkan sesi…

How to Configure Load Balancing with HAProxy

HAProxy is an open source software that functions as a load balancing and proxy for TCP and HTTP. Load balancing is a method for distributing traffic to multiple servers. 0.Equipment used Equipment used in this tutorial: OS Ubuntu 18.04 LTS…

How to Configure Load Balancing with Nginx

Load Balancing is a mechanism for sharing or distributing traffic to multiple servers. Nginx in addition to functioning as a web server can also function as a load balancer. Load Balancing Method Round Robin: distributes traffic to each server in…

How to Install MySQL 8 on Ubuntu 18.04

MySQL is an open source software for the Relational Database Management System. MySQL is one of the server application packages for websites that are often referred to as LAMP (Linux Apache MySQL PHP) servers. 0.Install MySQL Repository By default the…

How to Install PHP 7.4 on CentOS 8

By default PHP that is available on CentOS 8 is version 7.2, while Security Support from PHP 7.2 will soon end its support period on 30 November 2020. In some cases too, PHP applications that want to run on CentOS…

How to Install ionCube Loader on CentOS 7

ionCube is an application tool for PHP Encoder, which protects and encrypts the source code or PHP program code. While ionCube Loader is a PHP extension for ionCube so the encrypted PHP program code can be run on the server…