분류 전체보기 썸네일형 리스트형 [오픈소스] 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.. 더보기 명령 프롬프트를 이용해 디스크 형식을 변환하는 방법 명령 프롬프트(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 방식이 .. 더보기 [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.comqBittorrent : https://www.qbittorrent.org 더보기 [url] CentOS 운영체제 이미지(vault) CentOS 운영체제 이미지(vault)http://vault.centos.orghttps://vault.centos.org/7.9.2009/isos/x86_64/ 더보기 Linux SVN(Subversion) 서버 설치 및 설정 가이드 Linux SVN(Subversion) 서버 설치 및 설정 가이드Linux 환경에서 SVN(Subversion) 서버를 설치하고 저장소(Repository)를 생성한 뒤 사용자 인증 및 권한 설정까지 진행하는 방법입니다.테스트 환경운영체제 정보 : CentOS/Rocky Linux/RHEL 계열저장소 경로 : /app/svn저장소명 : repo11. SVN 패키지 설치yum -y install subversion설치 확인svnserve --version2. SVN 저장소 생성SVN 저장소 디렉터리 생성mkdir -p /app/svncd /app/svn저장소 생성svnadmin create --fs-type fsfs repo1생성 후 디렉터리 구조 확인tree /app/svn/repo13. SVN 서비스 .. 더보기 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.. 더보기 이전 1 ··· 247 248 249 250 251 252 253 ··· 321 다음