sed -i 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config yum update -y yum install -y gcc glibc glibc-common wget unzip httpd php gd gd-devel perl postfix cd /usr/src/ sudo wget -O nagioscore.tar.gz https://github.com/NagiosEnterprises/nagioscore/archive/nagios-4.4.5.tar.gz sudo tar xzf nagioscore.tar.gz cd nagioscore-nagios-*/ ./configure sudo make all sudo make install-groups-users sudo us..
vi, vim 편집기에서 :%s/변경시킬문자/변경될문자/g
lsyncd(Live Syncing Daemon) 원리 : 리눅스 커널의 inotify로 파일시스템의 변경사항을 체크 inotify(Linux Kernel 2.6.13 이상)는 리눅스 커널에 포함된 기능으로, 파일시스템에 변경사항이 발생할 때 이벤트를 통보 변경사항은 rsync를 호출하여 상대 서버로 싱크 원본데이터 서버와 동기화 대상서버 간의 SSH rsa key 교환등의 과정은 필요하지 않음 lsyncd가 파일 변화를 모니터링할 수 있는 디렉토리 갯수는 최대 8192개 - 구조 원본 데이터 서버 : lsyncd 데몬 + rsync 클라이언트 동기화 대상 서버 : rsyncd 데몬 - 설정 ::설치 공통 : yum install -y epel-release 원본 데이터 서버 : yum install -..
OS 재부팅 후 키보드 'e' 키를 입력하여 편집 모드로 진입 'LANG=en_US.UTF-8' 문자열 뒤에 'init=/bin/sh' 행을 추가 후 Ctrl+X 키를 입력하여 쉘로 진입 mount -o remount,rw / vi /etc/pam.d/login 로 auth required /lib/security/pam_securetty.so 라는 문장이 있다면 auth required /usr/lib64/security/pam_securetty.so 로 수정하고 저장 touch /.autorelabel exec /sbin/init
1. regedit 실행 후 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU “UseWUServer” 를 0 으로 변경 2. 리부팅 3. 제어판 > 프로그램 > 프로그램 및 기능의 windows 기능 켜기/끄기에서 .NET Framework 3.5(.net 2.0 및 3.0 포함) 체크 후 인스톨 4. regedit 실행 후 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU “UseWUServer” 를 1로 원상복구 변경 5. 리부팅