본문 바로가기

전체 글127

좋은날.. 일요일 어느 좋은날 2013. 6. 9.
Google OTP로 SSH 2단계 인증 사용 The Google Authenticator project includes implementations of one-time passcode generators for several mobile platforms, as well as a pluggable authentication module (PAM). One-time passcodes are generated using open standards developed by the Initiative for Open Authentication (OATH) (which is unrelated to OAuth). These implementations support the HMAC-Based One-time Password (HOTP) algorithm sp.. 2013. 6. 3.
Cacti Monitor 설정 Management > Devices > 모니터링할 장비 선택Monitor Host 체크 선택 모니터링 화면 2013. 5. 31.
경복궁 야경 ... ... ... ... 경복궁 야경작년 야간개장일때 모습 2013. 5. 30.
Linux 시간 동기화 설정 Linux 시간 동기화 설정 - 시간확인# clock -r CMOS 시간 확인# date 시스템 시간 확인 - 시간설정# clock -w 시스템 시간을 CMOS 시간으로 설정# clock -s CMOS 시간을 시스템 시간으로 설정 - 국가 시간대 설정# ln -s /usr/shard/zoneinfo/Asia/Seoul /etc/localtime - 시간 동기화# rdate -s 리눅스 시스템 시간 동기화# clock -w CMOS 시간에 적용 - crontab 설정# crontab -e 수정00 00 * * * /usr/bin/rdate -s && /sbin/clock -w # crontab -l 적용 확인 2013. 5. 30.
Cacti RRD 한글화 Cacti RRD 한글화 1. Cacti config.php 수정# vi /../include/config.phpheader("Content-Type: text/html; charset=utf-8"); # vi /../lib/rrd.php"--title=" . cacti_escapeshellarg($graph["title_cache"]) . RRD_NL ."--title=\"" . str_replace("\"", "\\\"", $graph["title_cache"]) . "\"" . RRD_NL . #이걸로 수정 putenv("LANG=ko_KR.UTF-8); #맨윗줄에 추가 2. 한글 폰트 추가 및 설정폰트를 서버에 추가console > setting > Pathes > RRDTool Default F.. 2013. 5. 29.