일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ext4
- Python
- rm
- goaccess
- pid
- Performance
- Disk
- iptables
- 리눅스
- PORT
- 디스크
- Bash
- Cache
- 좌절교육
- 솔라리스
- PERL
- rsync
- DNS
- cadre
- CPU
- apachetop
- Kernel
- rm -rf
- Linux
- 칭찬교육
- http
- Hack
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- windows
- ext3
- Today
- Total
목록분류 전체보기 (151)
Ben's
* 올바른 예: 원래 의도대로 /root/imsi 하위 파일들이 sync에서 제외됨. strace rsync -av --exclude=/root/imsi/* --exclude /boot --exclude /var --exclude /usr --exclude /home / /disk 2> nhko.1 [root@zenoss /]# head -1 nhko.1 execve("/usr/bin/rsync", ["rsync", "-av", "--exclude=/root/imsi/*", "--exclude", "/boot", "--exclude", "/var", "--exclude", "/usr", "--exclude", "/home", "/", "/disk"], [/* 24 vars */]) = 0 * 올바르지 않..
보통은 bridge 장치로 eth0, eth1을 묶게 되면 어디가 inbound 인지 어디가 outbound 인지 구분을 잘 할수가 없어 난감했었는데요 gateway는 bridge firewall 바깥(외부)에 있다는 점을 이용하여 스크립트를 만들어 봤습니다. #!/bin/bash # IF_NAME=`ifconfig | grep bridge | awk '{print $1}' | head -1`; GW_MAC=`route | egrep default | awk '{print $2}' | xargs -i arp {} | egrep $IF_NAME | head -1 | awk '{print $3}'` IF_OUT_FLAG=`brctl showmacs $IF_NAME | egrep -i $GW_MAC | awk..
-r --recursive Turn on recursive retrieving.
iftop -F x.x.x.x/255.255.255.255 특정 ip만 잡을때
http://pbraun.nethence.com/unix/www/thttpd.html %imgsrc /images/bill.gif Change the colors Eventually change the default green background to white, grep -r COLOR * vi libhttpd.c and clean up the BODY tags (two occurences). note. one could also edit the defaults, #vi config.h but they're fine. Even INDEX_NAMES eventually points to index.cgi, already. Compilation Create the needed groupthttpd user..
BASENAME(1) User Commands BASENAME(1) NAME basename - strip directory and suffix from filenames [root@mpkangTest html]# basename /home/apache/bin/apachectl apachectl 유용하네요 ㅎ
[데몬별 리버스 DNS off 방법] /etc/ssh/sshd_config UseDNS no HostnameLookups Off [mysqld] skip-name-resolve 하고 각 데몬을 재시작 시켜주면 됨. ================================ 네임서버에 리버스 요청이 상위에 보이지 않다가 갑자기 보여 조사를 해보니 며칠전 만들었던 테스트 서버(192.168.30.11)에서 발생하는 거였다 mysql replication slave 쪽(192.168.30.12, 192.168.30.13) ip를 recursive dns 쪽에 엄청나게 물어보고 있다. 상위 1,2 번째 한다. [테스트 서버] 11:06:42.040621 IP (tos 0x0, ttl 64, id 65216, o..
--no-preserve-root do not treat '/' specially (the default) --preserve-root fail to operate recursively on '/' -------------------------------------------------------------------------- [root@zenoss ~]# /bin/rm -rf --preserve-root / /bin/rm: it is dangerous to operate recursively on `/' /bin/rm: use --no-preserve-root to override this failsafe