본문 바로가기

분류 전체보기

Python IDLE 색상 변경 (desert theme 설정) C:\Python27\Lib\idlelib\config-highlight.def 를 수정하면 됨 아래 내용을 추가 [desert] definition-foreground = #98fb98 error-foreground = #ff0000 string-background = #333333 keyword-foreground = #cc6600 normal-foreground = #f0e68c comment-background = #333333 hit-foreground = #ffffff break-foreground = black builtin-background = #333333 stdout-foreground = #eeeeee cursor-foreground = #ffcc00 hit-background = .. 더보기
System(PID:4)에서 80포트를 열고 있는 경우 조치방법 아래 3개의 서비스가 80포트를 쓰고 있을수 있다 - sql reporting - Web Deployment Agent Service - World Wide Publishing Service services.msc를 통해 해당 서비스 비활성화 더보기
특정 문자열 비포함 여부를 검색하는 정규표현식 HTTP 응답이 302 컨텐츠로 동작하는지를 Header 정보 없이 파악하려면 Location이 있는지를 파악해야 한다. 이를 정규표현식으로 만드려면 부정형 전방/후방 탐색이 필요하다 (Positive, Negative) Lookahead, Lookbehind [http://unlimitedpower.tistory.com/22 를 참고] 이를 참조하여 답을 만들면 아래와 같다 /(?=^((?!Location).)+$)/s 더보기
cisco netflow 개념 및 설정 설명 자료 구글링하다가 발견한 자료 이해하기 쉽게 정리되어있음 설명 : http://helloworld.naver.com/helloworld/textyle/310727 설정 방법 PDF 문서 더보기
snort 설치 for debian 1. mysql 설정 CREATE DATABASE snort; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON snort.* TO 'snort'@'localhost' IDENTIFIED BY 'password'; FLUSH PRIVILEGES; 2. snort 설치 apt-get -y install snort-mysql 3. 데이터베이스 설정 zcat /etc/snort/create_mysql.gz | mysql -u snort -p snort vi /etc/snort/database.conf output database: log, mysql, user=[db us.. 더보기
phpmyadmin 설치 for debian 0) mysql 패스워드 지정 set password for root@localhost = password('mypasswd'); 1) 설치 apt-get install phpmyadmin 2) apache 재시작 service apache2 restart 3) 접속 localhost/phpmyadmin 더보기
웹페이지 업데이트를 메일로 주기적으로 수신 1. 웹페이지를 RSS로 만들기 => http://www.feed43.com 2. RSS 업데이트를 메일로 받기 => https://blogtrottr.com 3. 내가 만든 RSS를 배포하기 => feedburner.com 더보기
Cisco/Juniper 명령어 비교 Cisco/Juniper Commands Cisco CommandJuniper CommandCo-Ordinating Definition show run sh configuration Show running configuration sh ver sh ver Show version show ip interface brief show interface terse displays the status of interfaces configured for IP show interface [intfc] show interfaces [intfc] detail displays the interface configuration, status and statistics. show controller intfc show int.. 더보기
VBR Assembly Code 분석 [출처 : http://wharak.egloos.com/viewer/402279] 참조 : http://thestarman.pcministry.com/asm/mbr/W7VBR.htm 하드디스크의 부트섹터를 HxD라는 툴로 살펴본 그림이다. 의미있는곳을 색깔로 표시해보았는데 역시 제일 마지막 워드에 매직넘버(55aa)가 보인다. --------------------------------------------------------------- 오프셋바이트쓰인값의미 --------------------------------------------------------------- 003EB 52 90short jump 52h + nop jump 명령 2바이트 + 오프셋 52h = 54h 번지로 점프 0384E .. 더보기
Putty 색상값 애용하는 색상값 더보기