일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- Python
- 칭찬교육
- ext3
- Linux
- 디스크
- rm
- http
- cadre
- Hack
- Bash
- goaccess
- iptables
- 솔라리스
- Kernel
- PERL
- Cache
- rm -rf
- rsync
- 좌절교육
- Disk
- PORT
- 리눅스
- apachetop
- Performance
- pid
- windows
- ext4
- DNS
- CPU
- Today
- Total
목록분류 전체보기 (151)
Ben's
--strip-trailing-slashes remove any trailing slashes from each SOURCE argument ================================================ ★ --strip-trailing-slashes 옵션 미사용시: txt를 디렉토리로 인식하여 링크 걸린 /하위 파일들을 /home/test1 아래로 move 시켜버림(심각한 문제 발생!!) [root@pdns-test03 test]# mkdir /home/test1 [root@pdns-test03 test]# pwd /root/test [root@pdns-test03 test]# ls txt@ [root@pdns-test03 test]# mv -v txt/ /home/test1 ..
http://www.thegeekstuff.com/2013/02/wc-nl-examples/ How to Count Number of Lines in a File in Linux (wc and nl Command Examples) Linux commands wc and nl will help you to identify the number of words, lines, bytes, etc, in a file. This tutorial explains how to use these two very useful command with various examples. The basic text file that will be used in examples throughout this article is sho..
삭제된 파일을 휴지통으로 넣어버리는 툴입니다. 기본 기능은 아래와 같고 삭제된 파일이 모이는 곳을 용량이 넉넉한 쪽의 특정 경로로 가게 하는 부분은 연구를 좀 더 해봐야 합니다. 참고링크 http://code.google.com/p/trash-cli/wiki/Download http://katselphrime.wo.tc/2013/03/12/trash-cli/ http://www.gnutoolbox.com/trashcli/ * INSTALL 1. python2.5 이상 설치 필요 2. trash-cli 을 설치하기 위한 easy_install-2.5 스크립트 추출 [root@zenoss trash-cli-0.11.3-r315]# /usr/local/python2.5/bin/python ./setup.py ..
모든 사람이 사회적 발언을 할수 있는 공론의장을 강조하였다
http://extundelete.sourceforge.net/
Dear Mr. NAE HYEONG KO: RE: CISA Exam Result Notification -- Exam ID: ㅡㅡㅡㅡ At your request (per your exam registration authorization), this email is being sent to notify you of your December 2012 CISA exam result. We are pleased to inform you that you successfully PASSED the exam with a total scaled score of 486. A scaled score of 450 or higher is required to pass, which represents the minimum c..
#!/bin/bash # # created by nhko 090612 # version 0.3 ############################################################# # ** 추가된 기능 ** ############################################################# # 프로그램 중복실행 체크 # 백업 디스크 유무 체크 # rsync 패스 자동검색 # 프로그램 실행 전 check_disk.pl 수행 # 백업 파일명 수정 # source 를 /home/download 전체로 지정. # 원하는 파일은 찾는 시간보다 한시간 후를 기준으로 해야 한다. ################################################..
* ext3grep 사용: rm 으로 삭제된 파일/디렉토리 복구 1. 삭제즉시 해당 파티션 read only로 바꾸거나 umount(umount 권장) mount -o remount,ro /home 2. 추가 디스크 장착하여 파티셔닝/파일시스템 생성 / 임의의 마운트 포지션에 mount 3. ext3grep 설치 - http://ext3grep.googlecode.com/files/ext3grep-0.10.2.tar.gz - ./configure && make && make install 4. cd "임의의 마운트 포지션" 5. ext3grep 복구 진행(주의!! dump, restore 같은 디렉토리에서 명령 내려야함.) - dump : ext3grep --after=1359385200 --dump-n..