Tag en

How to install Nextcloud client on Ubuntu 20.04

In the previous article I discussed how to install Nextcloud server on CentOS 8. Now go to the steps of how to create a user and install the Nexcloud client application on Ubuntu 20.04. 1. Creating User Nextcloud The first…

How to install Nextcloud on CentOS 8

Nextcloud is open source software to create a cloud storage service like Dropbox or Google Drive but can be installed on your own server. Nextcloud server supports a variety of major Linux distributions, such as Ubuntu, Debian, Red Hat, CentOS,…

How to Install CloudPanel on Debian 10

CloudPanel is a server control panel software designed specifically to run PHP-based web applications. CloudPanel is a community edition of the control panel mgt-commerce, a web hosting service on top of the AWS cloud for the Magento e-commerce CMS that…

How to Set Permanent resolv.conf on Ubuntu

The file is a file containing the DNS resolver or IP address of the DNS server (nameserver) which functions to translate from domain names to IP addresses. On Ubuntu 20.04, the default nameserver is 127.0.0.53. For example, if you…

How to Display Android Screen on Ubuntu 20.04

Displaying the Android screen on a computer is usually done for application demos, I need it to make a tutorial. 0.Configuration on Android First activate the Developer Options feature on an Android phone. To activate it, go to Settings ->…

How to Create Virtual Terminal with Screen

Several times I have encountered a situation where I was doing remote SSH to VPS for installation and configuration suddenly the internet connection had a problem and the SSH connection was lost. Well, the previous process was not known where…

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…