목록분류 전체보기 (240)
미니옵빠의 code stubs
기존 if [ "$(id -u)" != "0" ]; then 새로운 방식 if [[ $EUID -ne 0 ]]; then 참고 http://www.cyberciti.biz/tips/shell-root-user-check-script.html
mail -s "mail title" "수신 mail 주소" * sendmail 이 동작 중이어야 함 * root 권한으로 밖에 보내지지 않아 sudo 를 이용해서 발송 * 명령어 입력 후 본문 내용 입력 참고 정보 메일 메시지 까지 표준입력 없이 전송: http://theos.in/shell-scripting/send-mail-bash-script/ sendmail 을 이용한 전송(잘 안됨 -_-) http://www.zedwood.com/article/92/bash-linux-sendmail-script http://stackoverflow.com/questions/1333097/how-to-send-a-html-email-with-the-bash-command-sendmail 그냥 읽어볼 내용: h..
File FormatsJavaScript libraries related to different file types. PNG: https://github.com/devongovett/png.js JPEG: https://github.com/notmasteryet/jpgjs , http://www.syntensity.com/static/openjpeg.html GIF: http://slbkbs.org/jsgif BMP: https://github.com/devongovett/bmp.js SVG: http://code.google.com/p/canvg, http://github.com/kangax/fabric.js WebP: http://badassjs.com/post/1313384987/weppy , ht..
특정 사용자에게 특정 명령어에 대해 권한을 위임할 수 있는 기능. 주로 root 권한을 위임할 때 사용된다. sudo 설정을 위해서는 sudoers (주로 /etc/sudoers 에 위치) 를 수정하며 visudo 라는 전용 edit 명령어도 존재한다. http://blog.naver.com/kwonj1?Redirect=Log&logNo=110001076784 http://combible.tistory.com/171 http://blog.naver.com/hkh119?Redirect=Log&logNo=120026583358 http://omen666.tistory.com/455
awk: pattern-directed scanning and processing language. 파일 또는 표준입력을 행 단위로 조사하여, 특정 패턴의 문자들을 원하는 포맷으로 출력. sed: stream editor. awk 와 비슷하게 패턴을 검색하지만, 문자를 바꿀 때 주로 사용. http://rhdxmr.tistory.com/57 http://blog.naver.com/forumarine?Redirect=Log&logNo=130105762370 http://blog.naver.com/zzogling?Redirect=Log&logNo=40089735081
http://developer.android.com/
http://msdn.microsoft.com/ko-kr/library/cc289775(en-us,VS.85).aspx#Mtps_DropDownFilterText IE8 부터 생긴 accelerator 를 개발하기 위한 가이드. IE 전용이라서 거의 안 쓰이는게 현실인데, 필요한 사람이 있을 수도 있으니 남겨둠.
http://www.ietf.org/rfc/rfc2616.txt
http://wisefree.tistory.com/117 위의 블로글 글 참고. WAF 에 대해 잘 설명해 놓았음.
DDOS 공격 방지용 모듈로, 실제로 원하는 설정 값대로 동작하지 않는다 -_- 그래서 이런 것이 있다는 것 정도만 알고, iptable 등을 통해 방지하도록 한다. 배포처: http://www.zdziarski.com/blog/?page_id=442 HOW TO: http://wiki.shellium.org/w/Modevasive_Howto 그외 참고: http://celltwo.tistory.com/105 http://jnstory.net/7