본문 바로가기

반응형

분류 전체보기

[오픈소스] Nagios XI Installation Nagios XI Installation Downloading the Latest Release cd /tmp wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz Installing XI From The Installation Archive tar xzf xi-latest.tar.gz Installation Steps cd /tmp/nagiosxi ./fullinstall This will automatically take care of a number of things for you, including • Modifying the yum configuration and installing prerequisite packages • Cre.. 더보기
[원도우] MBR 또는 GPT 파티션 스타일 변경 MBR 또는 GPT 파티션 스타일 변경 [Windows 설치] 이 디스크에 Windows를 설치할 수 없습니다. 선택한 디스크가 GPT 파티션 스타일입니다. Windows 설치 내에서 Shift+F10을 눌러 명령 프롬프트 창을 엽니다. 드라이브를 다시 포맷합니다. UEFI 모드: DiskPart를 사용하여 드라이브를 정리하고 GPT 파티션 스타일로 변환합니다. diskpart list disk select disk clean convert gpt exit 레거시 BIOS 호환 모드: DiskPart를 사용하여 드라이브를 정리하고 기본 파티션 스타일(MBR)을 사용합니다. diskpart list disk select disk clean exit 이때 명령 프롬프트 창을 닫은 다음 Windows 설치 프.. 더보기
[url] nagios Nagios Nagios 4.0.1 Released – Install on RHEL/CentOS 6.x/5.x and Fedora 19/18/17 http://www.tecmint.com/install-nagios-in-linux/ How to Add Linux Host to Nagios Monitoring Server Using NRPE Plugin http://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/ How to Add Windows Host to Nagios Monitoring Server http://www.tecmint.com/how-to-add-windows-host-to-nagios-monitoring-server/ 더보기
[url] pyrasis.com pyrasis.com http://pyrasis.com 더보기
[url] Torrent 프로그램 Torrent 프로그램 µTorrent : https://www.utorrent.com qBittorrent : https://www.qbittorrent.org 더보기
[URL] CentOS 운영체제 이미지(vault) CentOS 운영체제 이미지(vault) http://vault.centos.org 더보기
[리눅스] SVN 서버 설치 및 설정 SVN 서버 설치 및 설정 yum -y install subversion mkdir -p /app/svn cd /app/svn svnadmin create --fs-type fsfs repo1 echo 'OPTIONS="--threads --root /app/svn"' > /etc/sysconfig/svnserve cd /app/svn/repo1/conf/ cp svnserve.conf svnserve.conf.old cp passwd passwd.old cp authz authz.old vi svnserve.conf [general] anon-access = none auth-access = write password-db = passwd authz-db = authz realm = My First R.. 더보기
IIS 로그 압축 스크립트 IIS 로그 압축 스크립트 'Do not use {{ strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery("Select * from Win32_OperatingSystem") For Each objItem in colItems dtmLocalTime = objItem.LocalDateTime dtmMonth = Mid(dtmLocalTime, 5, 2) dtmDay = Mid(dtmLocalTime, 7, 2) dtmYear = Mid(dtmLocalTime, 3, 2) Next dtmDay = dtmDay - 1 If d.. 더보기

반응형