Sharing Ilmu

Sharing for useful things

Month: October 2022

How To Install and Configure Apache2 webserver (httpd) on Centos 8

Hello everyone, in this tutorial I’ll discuss about how to install and configuration of httpd webserver on linux centos 8. I used ip address 11.36.36.10 for this server. First install httpd packages on your system [root@server1 ~]# yum install httpd   Set enabled and start httpd service [root@server1 ~]# systemctl enable –now httpd   Configure

How To Install and Configure DNS Server on Linux Centos 7

DNS Server is the service that used for domain translation server for translate the domain become ip address and vice versa. In this tutorial I’ll discuss about how to DNS server configuration on linux Centos 7.  For this article I’ll use ip address 10.100.1.1 for the dns server network 10.100.1.0/24 for client network. First make