본문 바로가기

반응형

변군

C276x260 BIND Dynamic Update (동적 DNS 업데이트) BIND Dynamic Update (동적 DNS 업데이트)1. Dynamic Update 개념일반적인 BIND DNS 서버 운영 방식은 Zone 파일을 직접 수정한 후 named 서비스를 reload 하는 방식입니다. 하지만 DHCP 서버 연동, 자동화된 서버 등록, 클라우드 환경 등에서는 DNS 레코드를 실시간으로 추가/삭제해야 하는 경우가 있습니다. BIND의 Dynamic Update 기능을 사용하면 DNS 클라이언트가 nsupdate 명령을 이용해 실행 중인 DNS 서버에 직접 레코드 변경 요청을 전달할 수 있습니다. BIND는 Dynamic Update가 활성화된 Zone을 직접 수정하지 않고 저널 파일(.jnl)을 이용하여 변경 사항을 관리합니다.2. DNS Server 설정Dynamic U.. 더보기
C276x260 VNC를 이용한 리눅스 원격 접속 VNC를 이용한 리눅스 원격 접속1. VNC 서버 환경 설정VNC 서버 설치 확인vnc-server 패키지가 설치되어 있는지 확인합니다.rpm -qa | grep vnc-serverVNC 서버 시작/중지TIP : 설정 변경 시에는 서버를 먼저 중지한 뒤, 설정을 적용하고 다시 시작해야 합니다./etc/init.d/vncserver start # 서버 시작/etc/init.d/vncserver stop # 서버 중지부팅 시 VNC 서버 자동 시작 등록 (선택)chkconfig vncserver on디스플레이 번호 지정X 윈도우의 디스플레이 번호는 기본적으로 :0이 사용되며, 이는 그래픽 로그인과 충돌할 수 있으므로 VNC에서는 :1, :2 등의 번호를 사용하는 것이 일반적입니다.vim /etc/s.. 더보기
C276x260 Apache 실행 오류 및 SELinux 관련 해결 방법 Apache 실행 오류 및 SELinux 관련 해결 방법Apache 실행 오류Apache를 재시작할 때 다음과 같은 경고 메시지가 출력됩니다.[root@scbyun-ns1 named]$ service httpd restarthttpd 를 정지 중: [ OK ]httpd (을)를 시작 중: Warning: DocumentRoot [/home/www/docs/www.scbyun.com] does not exist [ OK ]/var/log/messages 로그에서는 아래와 같은 SELinux 관련 오류가 확인됩니다[root@s.. 더보기
C276x260 PHP configure PHP configure(php-5.2.8)PHP 5.2.8 Release Announcementhttps://www.php.netPHP 5 ChangeLogPHP 5 ChangeLog : https://www.php.net/releases$ ./configure --helpUsage: configure [options] [host]Options: [defaults in brackets after descriptions]Configuration: --cache-file=FILE cache test results in FILE --help print this message --no-create do not create output file.. 더보기
C276x260 httpd 서버의 정규화된 도메인 이름을 인식하지 못해서 발생하는 경고 메시지 httpd(Apache) 서버의 정규화된 도메인 이름을 인식하지 못해서 발생하는 경고 메시지경고 메시지$ apachectl starthttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName해결 방법Apache 설정 파일에 ServerName을 명시적으로 지정하면 해결됩니다.CentOSServerName 설정 추가echo "ServerName $(hostname -f)" >> /etc/httpd/conf/httpd.conf(또는) 직접 설정vim /etc/httpd/conf/httpd.conf...(원본) #ServerName www.example.com:80(수정) S.. 더보기
C276x260 Windows XP 부팅 순서 Windows XP 부팅 과정 순서(BIOS → Windows 커널 → 드라이버 → Explorer)Windows XP의 부팅 과정은 크게 BIOS 단계(하드웨어 초기화)와 Windows 부팅 단계(커널 및 사용자 환경 로딩)으로 나뉩니다.1. BIOS 단계 (하드웨어 초기화)① 전원 ON전원이 들어오면 CPU, 메모리, 그래픽 카드 등의 기본 하드웨어가 초기 동작을 시작합니다.② POST (Power On Self Test)BIOS가 메모리 칩, 키보드, 그래픽 등 필수 장치들의 정상 여부를 점검합니다.③ 부팅 가능한 장치 탐색BIOS는 HDD / SSD / CD-ROM / USB 등에서 부팅 가능한 장치를 찾습니다.④ MBR 읽기부팅 장치의 첫 섹터(512 bytes)에 저장된 MBR(Master B.. 더보기
C276x260 How to set or change timezone on Ubuntu How to set or change timezone on Ubuntu 22.04The test environmentdocker run -d --privileged --name ubunut anti1346/ubuntu2204:systemddocker exec -it ubunut bash To set or change the timezone on Ubuntu, you can follow the steps below1. Check the current timezone configurationtimedatectl show$ timedatectl Local time: Mon 2023-06-19 11:19:07 UTC Universal time: Mon 2023-06-1.. 더보기
C276x260 How to install the latest version of influxdb on Ubuntu How to install the latest version of influxdb on UbuntuInstall the latest version of InfluxDB on Ubuntu 1. Update the system packagessudo apt update 2. Import the InfluxDB GPG keywget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - 3. Add the InfluxDB repository to the package managerFor Ubuntu 22.04echo "deb https://repos.influxdata.com/$(lsb_release -si) $(lsb_release -sc) .. 더보기

728x90
반응형