본문 바로가기

반응형

전체 글

[오픈소스] 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.. 더보기
C276x260 명령 프롬프트를 이용해 디스크 형식을 변환하는 방법 명령 프롬프트(CMD)를 이용해 디스크 형식을 변환하는 방법명령 프롬프트 실행하기단축키: Shift + F10유형별 디스크 변환 명령어Case A. UEFI 모드일 때(GPT로 변환)최신 컴퓨터(Windows 10/11)라면 대부분 이 방식을 사용합니다.diskpartlist disk # 디스크 목록 확인select disk # 설치할 디스크 번호 선택 (예: select disk 0)clean # 디스크 초기화 (데이터 삭제 주의!)convert gpt # GPT 스타일로 변환exitCase B. 레거시(Legacy/BIOS) 모드일 때(MBR로 변환)구형 컴퓨터이거나 특정 환경에서 MBR 방식이 .. 더보기
C276x260 [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/ 더보기
C276x260 [url] pyrasis.com pyrasis.com http://pyrasis.com 더보기
C276x260 [url] Torrent 프로그램 Torrent 프로그램 µTorrent : https://www.utorrent.com qBittorrent : https://www.qbittorrent.org 더보기
C276x260 [url] CentOS 운영체제 이미지(vault) CentOS 운영체제 이미지(vault)http://vault.centos.orghttps://vault.centos.org/7.9.2009/isos/x86_64/ 더보기
C276x260 [리눅스] 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.. 더보기
C276x260 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.. 더보기

728x90
반응형