DNS server with CentOS
Install a web server for practice
1-1
yum -y install httpd # 웹서버 설치
1-2
systemctl restart httpd # 웹서비스 재시작
1-3
systemctl status httpd # 웹서비스 확인
1-4
vi /var/www/html/index.html # 웹 서버 초기 웹페이지 작성
Welcome to CentOS # 입력 후 저장
Install and confi...
heebrynn.hashnode.dev2 min read