tar -cvf [파일명.tar] [폴더명]
tar -xvf [파일명.tar]
tar -cvf [파일명.tar] [폴더명]
tar -xvf [파일명.tar]
echo "\033[31m"TEXT"\033[0m"
echo "\033[32m"TEXT"\033[0m"
echo "\033[33m"TEXT"\033[0m"
echo "\033[34m"TEXT"\033[0m"
echo "\033[35m"TEXT"\033[0m"
echo "\033[36m"TEXT"\033[0m"
aws cli 한줄 로 설치하기 1초 컷 linux ubuntu (0) | 2022.07.13 |
---|---|
Node.js install update react ubuntu 20.04 (0) | 2022.06.15 |
linux Let's Encrypt free ssl 적용하기 10초 컷 ubuntu 20.04 (0) | 2022.06.10 |
linux 데이터 암호화 압축 Encrypt tar (0) | 2022.06.09 |
linux useradd default home 설정하기 ubuntu 20.04 (0) | 2022.06.08 |
apt install certbot python3-certbot-apache
certbot --apachecertbot --apache
이메일 입력
soowim@soowim.co.kr
Let's Encrypt 서비스 약관에 동의하는지 확인하는 메시지가 표시됩니다. A다음 을 눌러 확인할 수 있습니다 ENTER.
Let's Encrypt 서비스 약관에 동의하심꽈? . 네 ! (A) ENTER.
Let's Encrypt 소식을 받아보시겠습니꽈? . 그럴리가요 ! (N) ENTER.
apache conf에 도메인이 이렇게 있네요~ 어떤 도메인에 적용하실건가요??? 도메인 선택 또는 공백 엔터 (모두 적용)
끝.
Node.js install update react ubuntu 20.04 (0) | 2022.06.15 |
---|---|
linux Ubuntu(Linux) echo 텍스트 색상 출력하기 (0) | 2022.06.11 |
linux 데이터 암호화 압축 Encrypt tar (0) | 2022.06.09 |
linux useradd default home 설정하기 ubuntu 20.04 (0) | 2022.06.08 |
apache ERR_TOO_MANY_REDIRECTS flush dns (0) | 2022.06.06 |
tar -czf - soowim | openssl enc -e -aes256 -out soowimzip.tar.gz
openssl enc -d -aes256 -in soowimzip.tar.gz | tar xz -C /BiO/
soowimzip.tar.gz 를 /BiO/ 에 풀어랏 !
시원 하게 잘 풀렸다
요약
1) Encrypt 커맨드
- tar -czf - 파일이름 | openssl enc -e -aes256 -out 압축파일이름
- ex) tar -czf - soowim | openssl enc -e -aes256 -out soowimzip.tar.gz
2) Decrypt 커맨드
- openssl enc -d -aes256 -in 압축파일이름 | tar xz -C 압축파일 풀 경로
- ex) openssl enc -d -aes256 -in soowimzip.tar.gz | tar xz -C /BiO/Install
linux Ubuntu(Linux) echo 텍스트 색상 출력하기 (0) | 2022.06.11 |
---|---|
linux Let's Encrypt free ssl 적용하기 10초 컷 ubuntu 20.04 (0) | 2022.06.10 |
linux useradd default home 설정하기 ubuntu 20.04 (0) | 2022.06.08 |
apache ERR_TOO_MANY_REDIRECTS flush dns (0) | 2022.06.06 |
ACPI Error: SMBus/IPMI/GenericSerialBus write requires Buffer of length 66, found length 32 (0) | 2022.06.05 |