일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- pfsense
- x-pack
- G-suite
- Elasticsearch
- 보안양파
- Kibana
- elastic stack
- macos
- 로그인불가
- ansible
- Kibana server is not ready yet
- GitLab
- endpoint security
- miniconda
- docker
- freebsd
- PlayBook
- proxycfg
- centos 8
- hardening
- 한글가이드
- xe guest utilities
- ELASTIC
- Windows
- application security
- Proxy
- XCP-ng
- bash
- ssh key 배포
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
** 프로세스의 기준 우선 순위 Priority Meaning IDLE_PRIORITY_CLASS 기존 우선 순위 4 NORMAL_PRIORITY_CLASS 기존 우선 순위 9(Default) HIGH_PRIORITY_CLASS 기존 우선 순위 13 REALTIME_PRIORITY_CLASS 기존 우선 순위 24 ABOVE_NORMAL_PRIORITY_CLASS NORMAL_PRIORITY_CLASS 보다 높고 HIGH_PRIORITY_CLASS 보다 낮은 순위 BELOW_NORMAL_PRIORITY_CLASS IDLE_PRIORITY_CLASS 보다 높고 NORMAL_PRIORITY_CLASS 보다 낮은 순위 ** 스레드의 상대적 우선 순위 Priority Meaning THREAD_PRIORITY_L..
snort 설치전 libpcap 라이브러리와 pcre가 설치되어있는지 rpm -qa|grep libpcap pcre로 확인 깔려있지 않다면 yum 을 이용하여 설치 # yum install libpcap libpcap-devel # yum install pcre pcre-devel snort 최신 버전 다운 # wget http://www.snort.org/dl/current/snort-2.8.4.tar.gz 컴파일 환경설정 및 컴파일, 설치 # ./configure --prefix=/usr/local/snort --sysconfdir=/etc/snort --with-mysql=/usr/local/mysql –enable -dynamic # make && make install 만일 snort IDS와 ..