Sharing Ilmu

Sharing for useful things

Category: Linux

How To Configure DNS Server ubuntu server 20.04 LTS

In this tutorial I’ll discuss about how to configuration dns server on ubuntu server 20.04 LTS. DNS are used for translate ip address to domain and vice versa. Fist For configuration dns server change ip address configuration. Open netplan configuration. root@Taufik:~# nano /etc/netplan/00-installer-config.yaml Configure dns on nameservers. Set ip dns is address of those server

How To Install & Configure CMS WordPress Ubuntu Server 20.04 LTS

In this tutorial I’ll discuss about how to install and configuration CMS WordPress on ubuntu server 20.04.  For step by step installation the cms make sure you have installed webserver and database server on your system.  For how to install web server you can see at article How To Install webserver (Apache,PHP) ubuntu server 20.04

How To install and configure SSH ubuntu server 20.04 LTS

In this tutorial I’ll discuss about how to install and configuration ssh service on ubuntu server 20.04 LTS. SSH service is using for remote access connection so that you can access the server from another network or another place remotely. It can make your job easier. Install ssh packet with openssh-server : root@Taufik:~# apt-get install

How To Install and Configure Database Mysql/Mariadb Server ubuntu server 20.04 LTS

In this tutorial I’ll discuss about how to install and configuration database server on ubuntu server 20.04.  on ubuntu 20.04 we use mariadb for database server. Make sure your server already connected to internet. Install database server : root@Taufik:~# apt-get install mariadb-server mariadb-client php7.4-mysql   Configure mysql secure installation : root@Taufik:~# mysql_secure_installation NOTE: RUNNING ALL

How To Configuration Apache2 (Custom html directory) ubuntu server 20.04

In preceding tutorial I have discuss about How To Install webserver (Apache,PHP) ubuntu server 20.04 and in this article I’ll discuss about how to configuration custom html directory in apache2 service. First, Make sure you has been install the apache2 webserver. Then change directory  /etc/apache2/sites-available/ directory. root@Taufik:~# cd /etc/apache2/sites-available/ root@Taufik:/etc/apache2/sites-available#   Copy default configuration file to

How To Install webserver (Apache,PHP) ubuntu server 20.04

In this tutorial I’ll discuss about how to install webserver on ubuntu server 20.04. For installation packages you have to make sure the server has been connected to internet. Do network configuration first at the following article How To Configuration Network on Ubuntu server 20.04. Update sistem : root@Taufik:~# apt-get update   Install Apache2 packages

How To Configuration Network on Ubuntu server 20.04

In this tutorial I’ll discuss about how to configuration network on ubuntu 20.04.  When we already installed linux ubuntu, we must configuration ip address for connect to network or internet with manual configuration or automatic configuration ip. for configuration network on ubuntu 20.04 you can configure with netplan. # nano /etc/netplan/00-installer-config.yaml Then if you need

How To Install Ubuntu Server 20.04

In this tutorial I’ll discuss about how to install ubuntu server 20.04 live version.  Installasion proccess on ubuntu 20.04 live server using full CLI mode and different installation proccess with preceding version. For languange select English. and press enter for continue proccess.   For installer update select Continue Without Updating.   Keyboard configuration no need

How To Configure Haproxy with SSL/TLS Termination (Https Webserver over Haproxy)

Hello everyone, in this tutorial I’ll discuss about how to configure SSL termination over haproxy. at the preceding tutorial Configure Multiple Web server In Single IP I have discuss haproxy configuration with http website. But how if need to configure out website with https or ssl certificate ? ok let’s doing that. in this tutorial I

Configure Multiple webserver in Single IP with HaProxy (linux ubuntu) and Mikrotik

Hello everyone, In this tutorial I’ll discuss about configuration multiple webserver in single ip.  when you have more than one webserver  and you want both webserver can be access from network in public area you can solved those problem with haproxy and mikrotik. In the following are topologi used for this tutorial.  For this lab