본문 바로가기
인프라 7기/Linux

리눅스 초기 설정 매뉴얼

by 킹버거 2023. 3. 3.

1. 방화벽 disable
ntsysv 방화벽 편집 

 

2. rdate 명령어로 시간 설정
/etc/rc.d/rc.local
rdate -s time.bora.net
chmod u+x /etc/rc.d/rc.local 명령 실행


3. /etc/selinux/config > disabled

'인프라 7기 > Linux' 카테고리의 다른 글

Linux Server : Apache 2.2.34 웹 서버  (0) 2023.04.18
Linux Server : 다중 DNS 서버 구현  (0) 2023.03.03
DNS 서버 Zone 파일  (0) 2023.03.03
Linux Server : DNS 서버 구축  (0) 2023.03.03
리눅스 CentOS7 VMware 설치  (0) 2023.03.03