본문 바로가기

728x90

변군

[원도우] PuTTY Host 백업 PuTTY Host 백업 1. cmd -> regedit 2. HKEY_CURRENT_USER\Software\SimonTatham\PuTTY 백업 3. putty_host.reg 더블 클릭 더보기
[기사] 안랩 "청와대 해킹, 신종 디도스 공격" (서울=뉴스1) 서영진 기자= 안랩(대표 김홍선)은 25일 발생한 청와대와 국정원, 새누리당 웹사이트 공격에는 악성 스크립트 방식의 분산서비스거부(DDoS, 디도스)공격 기법이 이용됐다고 26일 밝혔다. 또 정부통합전산센터의 도메인 네임 서비스(DNS)는 좀비PC를 활용한 기존 방식의 디도스 공격을 받은 것으로 확인됐다고 분석했다. '악성스크립트 방식' 디도스 공격은 공격자가 특정 웹사이트에 악성스크립트를 설치하고 사용자가 해당 사이트를 방문하면, 미리 설정한 웹사이트로 공격 트래픽을 전송하는 방식이다. 기존의 기존 좀비PC를 이용한 공격과 동작 원리가 다르다. 안랩은 "악성스크립트가 설치된 해당 웹사이트에 접속하자 공격자가 목표로 한 청와대, 국정원과 새누리당 웹사이트에 대규모 트래픽 공격이 이뤄졌다".. 더보기
[리눅스] CentOS 6 netinstall URL CentOS 6 netinstall URL 32 bit: http://mirror.centos.org/centos/6/os/i386/ http://mirrors.kernel.org/centos/6.0/os/i386/ 64 bit: http://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) * vnc를 이용한 원격접속 . X윈도우 환경우로 접속 . vnc를 위한 서버환경 설정 . vnc 서버 설치 확인 # rpm -qa | grep vnc-server . vnc 서버 가동, 중지 # /etc/inet.d/vncserver . vnc 서버 종료 -> 환경 설정 -> 가동 순으로 운영 . 부팅시 vnc 서버 자동시작 등록 (선택) # chkconfig vncserver on . vnc 서버 구동시의 X 윈도우 번호 지정 . 그래픽 로그인이 default로 0번이므로 외부에서 X윈도우 접근시 0번으로 하면 충돌 발생 . /etc/sysconfig/vncservers 파일 편집 . VNCSERVER 변수에 "디스플레이번호:사용자명" 형식 . VNCSERVER="1:root" . vnc 사용자 설정.. 더보기
[apache][ERROR] apache Warning: DocumentRoot [/home/www/****] does not exist Apache 구동 시 error [root@scbyun-ns1 named]# service httpd restart httpd 를 정지 중: [ OK ] httpd (을)를 시작 중: Warning: DocumentRoot [/home/www/docs/www.scbyun.com] does not exist [ OK ] messages 로그 error [root@scbyun-ns1 named]# Oct 9 14:02:19 scbyun-ns1 setroubleshoot: SELinux is preventing the httpd from using potentially mislabeled files (./docs). For complete SELinux messages. run sealert -l f5fd0e.. 더보기
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.. 더보기

반응형