반응형

SYSTEM 13

How to install Let's Encrypt SSL / 무료 인증서

테스트 환경 CentOS 8.4 VMware 1. Stand Alone 추후 업데이트 예정 2. webroot 추후 업데이트 예정 3. DNS 3가지 방법중 유일하게 wildcard 인증서 발급가능 Command : certbot certonly -d leeseonjae.n-e.kr -d *.leeseonjae.n-e.kr -d seonjae.n-e.kr -d *.seonjae.n-e.kr -d --manual --preferred-challenges dns [root@localhost test]# certbot certonly -d *.leeseonjae.n-e.kr -d *.seonjae.n-e.kr -d *.jaeseon.n-e.kr -d *.jaeseonlee.n-e.kr --manual --pr..

SYSTEM/Software 2022.08.25

ilorest Command usage / how use ilorest / HPE

ilorest command로 할 수 있는 범위가 너무 광범위해서 점검 목적으로 자주쓰는 커맨드를 공유합니다. 1. ilorest serverinfo - ilorest serverinfo --all > 모든 정보 출력 - ilorest serverinfo -fw > 펌웨어정보출력 [root@ ~ ]# ilorest serverinfo -fw iLOrest : RESTful Interface Tool version 3.6.0.0 Copyright (c) 2014-2022 Hewlett Packard Enterprise Development LP -------------------------------------------------------------------------------------------..

SYSTEM/Command 2022.08.23

Linux Check SSD / Intel SSD check / Samsung SSD check

인텔 디스크 누적 Write GB smartctl -s on -i -A -f brief -f hex,id -l devstat -d cciss,2 /dev/sda | grep 0xf1 | awk '{ print $8/32}' -> ## 32 = 1,073,741,824 / 65535x512 남은 셀 사용률 smartctl -s on -i -A -f brief -f hex,id -l devstat -d cciss,2 /dev/sdb | grep 0xe2 | awk '{print 100-$8/1024}' 셀의 산화막 남은수명 / wear leveling count smartctl -s on -i -A -f brief -f hex,id -l devstat -d cciss,0 /dev/sda | grep 0xe9..

SYSTEM/Command 2022.08.23
반응형