일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- G-suite
- centos 8
- 로그인불가
- Kibana server is not ready yet
- freebsd
- Kibana
- x-pack
- macos
- proxycfg
- XCP-ng
- ansible
- 한글가이드
- docker
- miniconda
- PlayBook
- endpoint security
- 보안양파
- ssh key 배포
- pfsense
- hardening
- bash
- application security
- xe guest utilities
- Proxy
- Windows
- elastic stack
- GitLab
- ELASTIC
- Elasticsearch
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
sed에 대한 다양한 활용 방법http://tip.daum.net/openknow/13047153 출처 : http://ai.korea.ac.kr/~kaizer/unix/scripts.htm sed [-e script][-f script-file][file...] 기본적인 기능은 ed에서 따 왔으며, 이 기능들은 모두 sed에 적용이 된다. 다만 ed는 대화형 편집기이며, sed는 스트리밍 편집기이다. 대화형 편집기와 스트리밍 편집기의 차이점은 대화형 편집기는 입력 및 출력이 하나로 이루어지며, 스 트리밍 편집기는 하나의 입력이 하나의 출력을 낸다는 것이다. \n 을 개행문자로 사용하는 스트리밍 에디터이다. 찾기(search), 출력(print), sed -..
https://realm.io/kr/news/conrad-kramer-reverse-engineering-ios-apps-lyft/
https://www.java.com/ko/download/help/mac_uninstall_java.xml http://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html#A1096903
안드로이드 취약점 진단 프레임워크 Drozer 매뉴얼
엘 캐피탄 부터 command, control key 변경 사항 참고http://macnews.tistory.com/3726http://bagjunggyu.blogspot.kr/2015/07/blog-post.html?view=sidebar
- Workstation 11/12, Player 7/12, Fusion 7/8 and ESXi 6 Mac OS X Unlocker 2
디스크 사이즈보다 작게 파티션이 할당된 경우 남은 용량을 이용하여 resizing이 가능 로 파일 시스템 정보 확인 $df -h Filesystem Size Used Avail Use% Mounted on/dev/xvda 7.8G 1.5G 92G 2% /tmpfs 3.7G 0 3.7G 0% /dev/shm $fdisk -lDisk /dev/xvda: 107.4 GB, 107374182400 bytes255 heads, 63 sectors/track, 13054 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): ..