일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Windows
- bash
- Proxy
- G-suite
- proxycfg
- x-pack
- macos
- pfsense
- Elasticsearch
- PlayBook
- elastic stack
- miniconda
- ssh key 배포
- endpoint security
- docker
- 로그인불가
- hardening
- 한글가이드
- ELASTIC
- 보안양파
- ansible
- centos 8
- freebsd
- xe guest utilities
- Kibana server is not ready yet
- GitLab
- application security
- XCP-ng
- Kibana
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
Hkey_local_machine\system\currentControlSet\Services\LanmanServer\parameters DWORD 32 비트 값으로 AutoShareWks 추가 및 값으로 0 지정(서버의 경우 AutoShareServer) pc의 경우 server 서비스를 중지시키는 것도 방법임
http://www.ciokorea.com/news/20809http://www.ciokorea.com/news/13531 - 기타 오픈소스 소프트웨어http://www.ciokorea.com/news/19026
- 로직 프로 X 관련 파일 위치 MacOS/Applications/Logic ProMacOS/Applications/WaveBurnerMacOS/Library/Application Support/GarageBand (whole folder)MacOS/Library/Application Support/Logic (whole folder)MacOS/Library/Audio/Apple Loops/Apple Loops for GarageBand (whole folder)MacOS/Library/Documentation/Logic Acknowledgements.rtfdMacOS/Library/Receipts/Logic Pro.pkgMacOS/Library/Receipts/LogicPro701Updater.pkg..
- 첨부된 압축 파일을 풀어 /Extra/Themes/Default 하위로 덮어쓰기- org.chameleon.Boot.plist 파일 아래와 같이 수정 Legacy Logo No - Time out 설정 (입력이 없는 경우 2초후에 Default OS로 부팅) Timeout 2 - 재부팅 * 부팅 관련 항목들에 대해 설명이 잘 되어 있는 사이트http://home.zany.kr:9003/board/bView.asp?bCode=13&aCode=2626
boot0: error 시 installer 디스크의 boot1h 를 mac osx 가 설치된 디스크로 dd if=/usr/standalone/i386/boot1h of=/dev/ 재부팅 시 커널 패닉이 나는 경우는 -v npci=0x2000 옵션 추가 부팅
http://www.primalsecurity.net/
http://hackingdemystified.com/
- find 루 검색 및 perl, sed 를 이용 문자열 치환 - perl$ find ./ -name -exec perl -pi -e 's///g' {} \; - sed$ find ./ -name -exec sed -i 's///g' {} \; - 현재 디렉토리 하위의 모든 파일의 문자열 치환$ find . -type f -exec perl -pi -e 's//' {} \; * find ./ -name ".php" 등의 패턴으로 특정 파일 지정 가능