Linux 472

google otp 메일 발송 스크립트

스크립트를 잘 하지 못하니.. 대충 나만의 방식으로 작성 우선 구글 otp 생성 관련 명령은 google-authenticator -t -d --label TEST_Sever --issuer $USER -r 3 -R 30 -s ~/.google_authenticator 이걸 스크립트로 짜서 해당 경로에 데이터가 있는지 확인하는걸 만들면 google-auth-check.sh 로 만든다. #!/bin/bash if [ ! -f ~/.google_authenticator ]; then printf 'y\ny\n' | google-authenticator -t -d --label TEST_Sever --issuer $USER -r 3 -R 30 -s ~/.google_authenticator fi 자 이제 추가..

Linux 2021.12.22

apache2 httpd 응답페이지 변경하기

page not found 이렇게 출력 되는 부분을 변경을 하고 싶다면 apache2.conf 나 httpd.conf 를 아래와 같이 수정 해주면 된다. ErrorDocument 500 /index.html ErrorDocument 500 /index.html ErrorDocument 500 /index.html ErrorDocument 404 /index.html ErrorDocument 401 /index.html ErrorDocument 403 /index.html 아파치 재시작 해주면 index.html 이나 내가 보여주고 싶은 페이지를 설정 하면 해당 페이지로 가진다.

Linux 2021.10.26

cacti upgrade for ubuntu 20.04 LTS

기존 서버에 있는 데이터 백업 자신의 cacti 버전이 낮은 버전이고 mysql 버전도 낮으면 ubuntu 18.04 나 16.04 로 설치를 권장한다. #!/bin/sh curtime=`date +%Y_%m%d_%H` curdate=`date +%Y_%m%d` export_curdate=`date +%Y-%b-%d` prevdate=`date --date "14 days ago" +%Y_%m%d` export_prevdate=`date --date "1 days ago" +%Y-%b-%d` expiredate=`date --date "120 days ago" +%Y_%m%d` # mysql backup mysqldump -u cactiuser -p 암호 cacti|gzip > /data/home/bac..

Linux 2021.10.14

Controller ID: 0 Reminder: Potential non-optimal configuration due, PD commissioned as Emergency Spare

Controller ID: 0 Reminder: Potential non-optimal configuration due, PD commissioned as Emergency Spare Port 0 - 3:0:1 라는 에러 메세지가 뜬다. 찾아보니깐 기능상에 문제 없다라는 내용이다. 저 에러가 거슬리면 알람 설정을 해제 해주자. change individual events 선택 406 항목 System log 체크해제 https://www.ibm.com/support/pages/serveraid-event-potential-non-optimal-configuration-due-drive-pd-x-commissioned-emergency-spare-ibm-system-x 참고사이트

Linux 2021.09.16

리눅스 환경에서 특정 명령어 사용시 재부팅 증상

위와 같이 특정 명령어 사용시 재부팅이 발생한다. 혹시 몰라 SSD, HDD 모두 변경해봤지만 개선이 없어다. 혹시나 해서 메모리 4개 장착된 메모리를 테스트 진행, 모든 메모리를 제거 후 하나씩 꼽아보면서 테스트 진행 마지막 메모리 테스트 하는데 재부팅 발생!! 정말 메모리 불량인지 확인해보자. 인터넷으로 검색해보면 Goldmemory 라는 프로그램이 있다. 이 프로그램으로 구동해보자 프로그램으로 구동을 해봤는데 역시나 메모리 에러가 출력이 된다. 메모리 불량 확정!!

Linux 2021.09.13
728x90
320x100