변군 썸네일형 리스트형 [BIND] Dynamic Update (동적업데이트) [server 설정] vi /etc/named.conf ... zone "scbyun.com" IN { type master; file "/var/named/masters/scbyun.com-zone"; allow-update { 192.168.0.2.; }; //dynamic update clinet : 192.168.0.2 }; ... [dynamic update clinet] $ nsupdate > update add adfsdf.scbyun.com 60 IN A 100.100.100.101 > show Outgoing update query: ;; ->>HEADER>HEADER 더보기 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.. 더보기 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.. 더보기 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.. 더보기 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.. 더보기 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.. 더보기 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.. 더보기 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) .. 더보기 이전 1 ··· 15 16 17 18 19 20 21 다음