일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- rm -rf
- 리눅스
- Bash
- PORT
- http
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- goaccess
- Linux
- Cache
- pid
- CPU
- 디스크
- iptables
- rsync
- 솔라리스
- cadre
- PERL
- Kernel
- Hack
- ext3
- Disk
- apachetop
- Python
- DNS
- 칭찬교육
- 좌절교육
- windows
- Performance
- ext4
- rm
- Today
- Total
목록분류 전체보기 (151)
Ben's
http://mirror.provenscaling.com/mysql/community/source/4.0/
#include #include #include #define NA_GIGABYTE (1024 * 1024 * 1024) int main() { char *nhko_memory; char *init; long megabyte = NA_GIGABYTE; long i; nhko_memory = (char *)malloc(megabyte); init = nhko_memory; while (1) { for (i=0; i
[root@zenoss tmp1]# cat dd aa bb [root@zenoss tmp1]# perl -i.bak -pe 's#aa#aa\ncc#i' dd [root@zenoss tmp1]# cat dd aa cc bb
http://www.antirootkit.com/software/
■ 참고링크 http://netfilter.org/projects/conntrack-tools/downloads.html http://translate.google.co.kr/translate?hl=ko&langpair=en%7Cko&u=http://timanovsky.wordpress.com/2009/04/10/tuning-linux-firewall-connection-tracker-ip_conntrack/ http://firstboos.tistory.com/entry/snort-inline-%EC%A0%95%EB%A6%AC-%EC%8B%9C%EC%9E%91 http://ubuntuforums.org/showthread.php?t=1688263 http://elenoa.tistory.com/101 ht..
http://blog.naver.com/kinos1?Redirect=Log&logNo=50130352030 http://gamedev.nioting.com/347787 http://www.xpressengine.com/blog/20383921 * 서버전체 제한 [php.ini] post_max_size = 200K * 개별 제한 [.htaccess] php_value post_max_size = 200K 1. collision key가 k인 원소를 집어넣으려고 하는데 이미 k라는 키를 가진 원소가 존재하고 있으면, 중복이 되는데 이럴 일컬어 collision이라고 합니다. 이 collision을 어떻게 처리하느냐에 따라서 linear proving, quadratic proving, link 등등의 방법..
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %P" combined LogFormat "[%V] %h %l %u %t \"%{Referer}i\" => \"%r\" %>s %b %{User-agent}i %T %P" common %...T 요청을 처리하는데 걸린 시간 (초 단위). %...P 요청을 서비스하는 자식의 프로세스 ID. http://httpd.apache.org/docs/2.0/mod/mod_log_config.html
#!/bin/bash ########################################################################## # Shellscript: timeout - set timeout for a command # Author : Heiner Steven # Date : 29.07.1999 # Category : File Utilities # Requires : # SCCS-Id. : @(#) timeout 1.3 03/03/18 ########################################################################## # Description # o Runs a command, and terminates it (by send..