'root' 유저 소유권인 파일 검색 후 user: www, group: www 로 일괄 변경 sudo find ${PATH} -user root | sudo xargs -i chown www:www "{}" 'www' 유저 소유권이 아닌 파일 검색 후 user: www, group: www 로 일괄 변경 -not 옵션 사용sudo find ${PATH} -not -user www | sudo xargs -i chown www:www "{}"
암호화 (Encryption) $ sudo openssl aes-256-cbc -salt -in password.txt -out password.security enter aes-256-cbc encryption password: Verifying - enter aes-256-cbc encryption password: 복호화 (Decryption) $ sudo openssl aes-256-cbc -d -in password.security -out password.txt enter aes-256-cbc decryption password: 참고: http://blog.naver.com/PostView.nhn?blogId=sory1008&logNo=220779712692&categoryNo=0&paren..
total - free - buffers - cached
Swap 메모리 초기화 스왑 모드를 껐다(OFF)가 다시 켜면(ON) 된다.$ swapoff -a && swapon -a # root 계정이 아닐 경우$ sudo swapoff -a && sudo swapon -a * 기존 swap을 많이 사용중이었다면 위 명령어를 실행 후 다소 시간이 소요된다.* swapoff 를 하면 swap 에 있던 것을 physical memory 에 옮겨지기 때문에 physical memory 사용량이 좀 더 증가할 수 있다.
- Total
- Today
- Yesterday
- 젠킨스
- 플레이북
- 데브옵스
- URL Encoding
- ssl
- Ansible
- Password manager
- iTerm2
- vagrant
- PostgreSQL
- Docker
- 쓰레드덤프
- groovy
- Playbook
- 파이프라인
- 엔서블
- rsync
- 엔시블
- openssl
- rundeck
- Jenkins
- Nexus
- Thread Dump
- 리눅스
- Linux
- nginx
- Shell Script
- Config History
- DevOps
- JVM
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |