'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
- openssl
- Linux
- rundeck
- Ansible
- vagrant
- 플레이북
- iTerm2
- 엔서블
- 데브옵스
- DevOps
- ssl
- Shell Script
- 엔시블
- Config History
- 파이프라인
- 리눅스
- JVM
- Password manager
- groovy
- Nexus
- URL Encoding
- nginx
- Playbook
- Docker
- 쓰레드덤프
- PostgreSQL
- rsync
- 젠킨스
- Thread Dump
- Jenkins
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |