변군 썸네일형 리스트형 [url] CentOS 6 netinstall URL CentOS 6 netinstall URL32 bithttp://mirror.centos.org/centos/6/os/i386/http://mirrors.kernel.org/centos/6.0/os/i386/ 64 bithttp://mirror.centos.org/centos/6/os/x86_64/http://centos.mirror.cdnetworks.com/6.0/os/x86_64/ 더보기 [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 부팅과정 전원 ON(그래픽카드 작동) -> BIOS 작동 (POST (power on self test) 수행)(메모리칩이나 장치를 초기화 한다) -> 디스크 탐색(부팅파일을 읽음) -> 하드디스크의 MBR (Master Boot Record)읽음 -> 부트 파티션 탐색 (MBR내부) -> NTIPL을 읽음 (Initial program loader)(파티션 맨 앞의 10섹터 차지)-> NTldr 실행 ( NT loader) -> boot.ini 읽음 -> NTDETECT.COM 읽음 (접속된 장치를 알아내고 레지스트리 확인 -> ntoskml.exe 실행(커널) -> 드라이버 읽음 (hal.dll, acpi, pci.. 더보기 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.. 더보기 이전 1 ··· 13 14 15 16 17 18 19 다음