일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- windows
- iptables
- Bash
- 칭찬교육
- PORT
- cadre
- 솔라리스
- goaccess
- rm -rf
- rsync
- ext3
- ext4
- CPU
- http
- Python
- Performance
- 리눅스
- apachetop
- PERL
- pid
- Linux
- Disk
- Cache
- Hack
- rm
- DNS
- 디스크
- Kernel
- 좌절교육
- Today
- Total
목록Bash (4)
Ben's
http://opennomad.com/content/performance-different-scripting-languages-shell-v-perl-v-python-v-ruby Results To be honest, I was surprised at the results. I ran the tests 3 times and took averages. The data can be viewed at Google Docs Performance of Scripting Languages with the raw results in their owns sheets. Here is the summary table, but the google doc looks crisper. . Shell Perl Python Ruby..
쉘 스크립트에서 글자 색 적용Linux-Kernel 2012/01/07 01:12 http://blog.naver.com/ssregimin/147674771 전용뷰어 보기 참고글: http://www.bashguru.com/2010/01/shell-colors-colorizing-shell-scripts.html echo -e "\033[COLOR1;COLOR2m sample text\033[0m" [ TEXT ATTRIBUTES ] ANSI CODE Meaning 0 Normal Characters 1 Bold Characters 4 Underlined Characters 5 Blinking Characters 7 Reverse video Characters [ COLORS ] Bold off colo..
sed 's/[0-9a-z]/&./g' aaa | awk -F"[.]" '{print $1$2":"$3$4":"$5$6":"$7$8":"$9$10":"$11$12}'
http://www.pc-freak.net/blog/how-to-delete-million-of-files-on-busy-linux-servers-work-out-argument-list-too-long/ How to delete million of files on busy Linux servers (Work out Argument list too long) How to Delete million or many thousands of files in the same directory on GNU / Linux and FreeBSD If you try to delete more than 131072 of files on Linux with rm -f *, where the files are all stor..