일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- application security
- macos
- ssh key 배포
- Proxy
- hardening
- G-suite
- pfsense
- XCP-ng
- GitLab
- Windows
- Elasticsearch
- elastic stack
- centos 8
- freebsd
- miniconda
- 로그인불가
- endpoint security
- proxycfg
- Kibana server is not ready yet
- Kibana
- x-pack
- docker
- PlayBook
- 한글가이드
- 보안양파
- ELASTIC
- ansible
- xe guest utilities
- bash
- Today
- Total
목록IT (650)
선 밖에 선 자유인
My Mac OS X ~/.vimrc setting ----------------------------------------------" Syntax Highlightingif has("syntax") syntax onendifset autoindentset cindentset smartindent set ts=4set shiftwidth=4 colorscheme jellybeans---------------------------------------------- /usr/share/vim/vim73/colors 하위에 jellybeans.vim 파일을 넣는다. - 압축한 것 http://www.vim.org/scripts/script.php?script_id=2555 ** 리눅스에서는 /etc/prof..
http://www.itworld.co.kr/slideshow/89483
- MS Windows 7 및 Windows Server 2008 R2의 보안 이벤트에 대한 설명https://support.microsoft.com/ko-kr/kb/977519 - 이벤트 로그 유형 정리출처: http://horae.tistory.com/entry/%EC%9C%88%EB%8F%84%EC%9A%B0-%EC%9D%B4%EB%B2%A4%ED%8A%B8-%EB%A1%9C%EA%B7%B8
http://yong40.tistory.com/entry/%EB%B0%B0%EC%B9%98%ED%8C%8C%EC%9D%BC-%EB%AA%85%EB%A0%B9%EC%96%B4-%EB%AA%A8%EC%9D%8C
https://technet.microsoft.com/ko-kr/library/bb978526.aspx
https://nmap.org/nsedoc/scripts/
출처: http://lunatine.net/python27-34-on-rhel-centos/ *** 가끔 python 을 소스로 추가 설치하면 아래와 같은 메시지가 나오는 경우가 있음python2.7: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory 이 때는 아래와 같이 작업을 해줘야 함 # ln -s /usr/local/bin/python2.7 /usr/bin/python2.7# echo "/usr/local/lib/python2.7" > /etc/ld.so.conf.d/python27.conf# echo "/usr/local/lib" >> /..