sangchul.kr 썸네일형 리스트형 [kickstart] 킥스타트 옵션 킥스타트 옵션 Red Hat Enterprise Linux 3: 시스템 관리 가이드-9장. 킥스타트 설치 http://www.linux4u.co.kr/RedhatAS/s1-kickstart2-options.html [root@kss kickstart]# pwd /tftpboot/kickstart [root@kss kickstart]# cat ks_centos6.4_64.cfg #platform=x86,AMD64,Intel EM64T #version=RHEL6 # Install OS instead of upgrade install #url --url=http://mirror.cdnetworks.com/centos/6/os/x86_64 nfs --server=192.168.1.105 --dir=/mnt/ce.. 더보기 [Kickstart] Kickstart(킥스타트) 설치 Kickstart(킥스타트) 설치 [참고] 킥스타트 설치 https://access.redhat.com/site/documentation/ko-KR/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ch-kickstart2.html#s1-kickstart2-whatis 1. TFTP(Trivial File Transfer Protocol) 설치 2. DHCP(Dynamic Host Configuration Protocol) 설치 3. NFS(Network File System) 설치 4. SYSLINUX 설치 5. 기타 추가 설정 6. 서비스 시작 시스템 구축 환경 [root@kss ~]# cat /etc/redhat-release CentOS release 6... 더보기 MySQL 환경 변수 MySQL 환경 변수프로세스 목록 확인MySQL 서버에서 현재 실행 중인 모든 프로세스(쿼리)를 보여줍니다. 각 프로세스의 ID, 사용자, 호스트, 데이터베이스, 상태 및 쿼리를 확인할 수 있습니다.mysqladmin -u root -p processlistMySQL 서버 변수 확인MySQL 서버의 모든 설정 변수를 출력합니다. 이 변수들은 서버의 동작 방식을 제어합니다.mysqladmin -u root -p variables특정 변수 확인 (max_connections)MySQL 서버의 max_connections 변수 값을 확인합니다. 이 변수는 동시에 MySQL에 연결할 수 있는 최대 연결 수를 나타냅니다.mysqladmin -u root -p variables | grep max_connectio.. 더보기 라우팅 프로토콜의 일반적인 설명 라우팅 프로토콜의 일반적인 설명 라우터 프로토콜은 네트워크에서 데이터 패킷을 전달하기 위한 경로를 결정하는 데 사용되는 프로토콜입니다. 라우터 프로토콜은 정적 라우팅과 동적 라우팅으로 나눌 수 있으며, 다양한 동적 라우팅 프로토콜이 있습니다. 각각에 대해 설명 정적 라우팅 (Static Routing) 정적 라우팅은 네트워크 관리자가 수동으로 라우터의 라우팅 테이블에 경로를 설정하는 방식입니다. 경로는 네트워크 관리자에 의해 직접 구성되며, 네트워크 토폴로지의 변경에 대응하지 않습니다. 단순하고 예측 가능하지만, 네트워크가 확장하거나 변경될 때 관리가 복잡해질 수 있습니다. # ip route [목적 네트워크 주소] [서브넷 마스크] [다음 홉 IP] 동적 라우팅 (Dynamic Routing) 동적 라.. 더보기 [cacti] cacti plugin monitor 설치 cacti plugin monitor 설치 1. monitor 다운로드 http://docs.cacti.net/_media/plugin:monitor-v1.3-1.tgz [root@cacti01 plugins]# wget http://docs.cacti.net/_media/plugin:monitor-v1.3-1.tgz 2. monitor 설치 [root@cacti01 plugins]# mv plugin:monitor-v1.3-1.tgz monitor-v1.3-1.tgz [root@cacti01 plugins]# tar xvfz monitor-v1.3-1.tgz 3. 웹 설정 3.1 모니터링 설정 3.2 모니터링 더보기 [리눅스] sysstat (sar) sysstat (sar) ## 소스 설치 http://pagesperso-orange.fr/sebastien.godard/download.html wget http://pagesperso-orange.fr/sebastien.godard/sysstat-9.0.5.tar.gz [root@localhost sysstat-9.0.5]# ./configure [root@localhost sysstat-9.0.5]# make [root@localhost sysstat-9.0.5]# make install [root@localhost sysstat-9.0.5]# cat /etc/cron.d/sysstat #run system activity accownting tool every to minutes */10 * * .. 더보기 [리눅스] localtime 한국(서울)로 변경하기 localtime 한국(서울)로 변경하기 localtime # ls -al /etc/localtime -rw-r--r-- 1 root root 3519 Feb 26 2006 /etc/localtime 한국(서울) localtime 으로 변경하기 # ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime # ls -al /etc/localtime lrwxrwxrwx 1 root root 30 May 15 01:02 /etc/localtime -> /usr/share/zoneinfo/Asia/Seoul 시간 동기화 rdate -s time.bora.net && clock -w 더보기 [보안] rootkit hunter (rkhunter) 설치 1. Rootkit 설치 옵션 설정 Rootkit Hunter installer 1.2.13 Usage: ./installer.sh Ordered valid parameters: --help (-h) : Show this help. --examples : Show layout examples. --layout : Choose installation template. The templates are: - default: (FHS compliant; the default) - /usr - /usr/local - oldschool: old version file locations - custom: supply your own installation directory - RPM: for building RPM'.. 더보기 이전 1 2 3 4 다음