Logo

Blog Grid 2 Column

Journal

Creative Collection

When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.

2025년 04월 16일

bind-9.3.6 설치와 설정하기 named 구축

bind-9.3.6-4.P1.el5_4.2 설치 yum -y install bind\* 하시면 bind에 대한건 다 설치합니다.   또는 # yum -y install bind bind-libs ypbind yp-tools bind-utils bind-chroot bind-devel 하세요....

Continue Reading
2025년 04월 16일

2차네임서버 구축실무

1. /etc/named.conf options {        directory “/var/named”;}; controls {         inet 127.0.0.1 port 953  allow { localhost; } keys { rndckey; };}; zone “.” {        type...

Continue Reading
2025년 04월 16일

bind9 네임서버 소스로 설치하기

bind 소스받기 https://www.isc.org/ 상단첫번째 DOWNLOADS > BIND 에서 최신버전 tar.gz 다운로드 1. 파일 다운로드 받고 컴파일 하기  # gzip  -dc   bind-9.3.0.tar.gz  |  tar  xvf   –# cd  bind-9.3.0# ./configure  # make# make...

Continue Reading
2025년 04월 16일

rocky linux ssh 언어설정

rocky linux8 ssh 에서 한국어 언어설정입니다. # vim /etc/locale.conf LANG=”ko_KR.UTF8″ 저장후 # source /etc/locale.conf 또는 서버 reboot 설정확인하기 # localectl status System locale: LANG=ko_KR.UTF8...

Continue Reading