전체 글 썸네일형 리스트형 CentOS 6에서 Zabbix를 YUM을 사용하여 설치하는 방법 CentOS 6에서 Zabbix를 YUM을 사용하여 설치하는 방법Zabbix는 서버, 네트워크 장비, 애플리케이션 등을 모니터링하는 오픈 소스 툴입니다.1. Zabbix 리포지토리 추가Zabbix의 공식 리포지토리를 추가해야 합니다.sudo yum install https://repo.zabbix.com/zabbix/6.0/rhel/6/x86_64/zabbix-release-6.0-3.el6.noarch.rpmYUM 캐시 정리sudo yum clean all2. Zabbix 서버, 프론트엔드 및 에이전트 설치Zabbix 서버, 웹 인터페이스(프론트엔드) 그리고 에이전트를 설치합니다.sudo yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent3. .. 더보기 bind 9 소스 컴파일 설치 bind-9.9.4-P1 소스 컴파일 설치(complie)소스 코드 다운로드wget http://ftp.isc.org/isc/bind9/9.9.4-P1/bind-9.9.4-P1.tar.gz압축 해제tar xzf bind-9.9.4-P1.tar.gzcd bind-9.9.4-P1환경 설정./configure --prefix=/usr/local/bind-9.9.4-P1 --sysconfdir=/etc --localstatedir=/varConfiguration summary:------------------------------------------------------------------------Optional features enabled: GSS-API (--with-gssapi) Prin.. 더보기 [네임서버] bind 슬레이브 ZONE 파일 유형 변경(masterfile-format) bind 슬레이브 ZONE 파일 유형 변경(data -> ASCII text) 슬레이브 서버 named 설정 파일에 적용 vim /etc/named.conf options { ... masterfile-format text; ... } Syntax: [ masterfile-format (text|raw) ; ] masterfile-format Specifies the file format of zone files (see Section 6.3.7). The default value is text, which is the standard textual representation, except for slave zones, in which the default value is raw. Files in oth.. 더보기 [bind] 슬레이브 DNS ZONE 파일 유형 변경(ASCII text > data) 슬레이브 DNS ZONE 파일 유형 변경(ASCII text > data) ----------------------------------------------------------------- # /usr/local/bind-9.9.4-P1/sbin/named -v BIND 9.9.4-P1 (Extended Support Version) # file * 192.168.0-rev: data sangchul.kr-zone: data ----------------------------------------------------------------- ----------------------------------------------------------------- # named -v BIND 9.8.2rc1.. 더보기 [네임서버] bind(named) 기본 파일 확장자: $GENERATE 지시어 bind(named) 기본 파일 확장자: $GENERATE 지시어 172.20.0.0/24 역도메인(reverse domain) zonefile 생성 named.conf(/etc/bind/named.conf) 편집 vim /etc/bind/named.conf zone "0.20.172.in-addr.arpa" { type master; file "172.20.0.zone"; }; 172.20.0.zone(/var/cache/bind/172.20.0.zone) 편집 vim /var/cache/bind/172.20.0.zone $TTL60 $ORIGIN 0.20.172.IN-ADDR.ARPA. @INSOAlocalhost. root.localhost. ( 2022112307; Serial 604800; Re.. 더보기 Mantis를 설치 및 구성하는 방법 Mantis를 설치 및 구성하는 방법Mantis Bug Tracker(보통 MantisBT로 불리는)는 오픈 소스 이슈 추적 소프트웨어로 프로젝트 관리에서 버그 및 문제 추적을 도와줍니다.1. LAMP 스택 설치MantisBT는 PHP 기반이므로, Apache, MySQL, PHP를 설치합니다.Apache 설치sudo yum install httpdsudo service httpd startsudo chkconfig httpd onMySQL(MariaDB) 설치기본적으로 MariaDB를 사용합니다.sudo yum install mariadb-server mariadbsudo service mysqld startsudo chkconfig mysqld onMySQL(MariaDB) 보안 설정을 진행합니다.s.. 더보기 [NAMED] Bind9 Query Log Bind9 Query Log Chapter�7.�DNS Supported Log Format http://download.logreport.org/pub/current/doc/user-manual/ch07s02.html 더보기 Linux Kernel Parameters Linux Kernel ParametersThe Linux KernelThe Linux Kernel ArchivesThe Linux Kernel documentation 더보기 이전 1 ··· 252 253 254 255 256 257 258 ··· 301 다음