넋두리/linux 이야기 썸네일형 리스트형 부트서버(CentOS6.4 이용) 1. tftp 설치 - etc/xinetd.d/tftp 수정 - disable = yes -> no 수정 3. syslinux 설치 4. dhcp 설치 - etc/dhcp/dhcp.conf 수정 6.CentOS 이미지 다운 및 마운트 wget http://ftp.neowiz.com/pub/centos/6.4…….. mount -t iso9660 -o loop /CentOS6.4………….. /centos5.4 7. nfs 설치(참고 공유를 위해 iptables stop) - 공유폴더 지정 vi /etc/exports /CentOS6.4 *(ro) /tftpboot *(ro) 공유 exportfs -a , exportfs -v 8.부팅 설정파일 생성 mkdir /tftpboot/pxelinux.cfg chm.. 더보기 openfire 설치 메신저 서버 Openfire Openfire 홈페이지 : http://www.igniterealtime.org/downloads/index.jsp 윈도우, 리눅스, 솔라리스 등 모든 환경에서 사용 가능 > 오픈 소스 기반이며 java로 돌아감 1. Java 설치 # wget http://mirror.hostway.co.kr/Java/jdk-1_5_0_15-linux-i586.bin # chmod 755 jdk-1_5_0_15-linux-i586.bin # ./jdk-1_5_0_15-linux-i586.bin # mv jdk1.5.0_15/* /usr/local/java 2. Openfire 다운로드 및 설치 # wget http://www.igniterealtime.org/downloadServlet?f.. 더보기 Veritas Netbackup Client Install (CentOS) CentOS 6.4 x64 minimal [root@mail1 NetBackup_7.1_CLIENTS]# ./install Symantec Installation Script Copyright 1993 – 2011 Symantec Corporation, All Rights Reserved. Installing NetBackup Client Software Do you wish to continue? [y,n] (y) [Default : y] Do you want to install the NetBackup client software for this client? [y,n] (y) [Default : y] This package will install Linux/RedHat2.6 client. This .. 더보기 MegaRaid 사용 방법(기본) 1) 물리적 디스크(Physical Drive, PD) 정보 ./MegaCli -PDList -aALL … 생략 … Enclosure Device ID: 32 Slot Number: 3 Enclosure position: 0 Device Id: 3 Sequence Number: 2 더보기 R/C 벤더별 CLI 명령어 SAMPLE 1. 3ware # tw_cli.x86_64 help Copyright(c) 2004, 2005 Applied Micro Circuits Corporation(AMCC). All rights reserved. AMCC/3ware CLI (version 2.00.03.013) Commands Description ——————————————————————- info Displays information about controller(s), unit(s) and port(s). maint Performs maintenance operations on controller(s), unit(s) and ports. alarms Displays current AENs. set Displays or modifies c.. 더보기 centos sendmail 계정생성,그룹설정,도메인추가,릴레이설정,환경설정 * 메일일 계정 생성 = useradd -s /bin/false 계정명 (쉘 /bin/false 옵션을 줄시 생성계정으로 시스템 접근불가 ) * 메일계정생성 완료 후 mail 그룹으로 지정 하기 = gpasswd -a 계정명 mail (메일그룹명) -메엘 그룹으로 묶어 주어야만 메일 접속이 가능하다. * 생성된 계정 Passwd 변경 = passwd 계정명 * 메일그룹으로 등록하기 = /etc/aliases 에 그룹 등록과 계정 추가 - 그룹설정시 aliases 에서 2가지 방법으로 설정할수 있습니다. - 예 ) 1 . 그룹명: 탭으로 띄우고 계정명, 띄고 계정명 으로 추가 하는 방법 test: test.test, test1.test, test2.test 2. test::include: /etc/send.. 더보기 CentOS_6.4_ISPconfig3 구축 매뉴얼 ISPconfig3 구축 매뉴얼입니다. ISPconfig 구축 Manual 참고자료 : http://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3 더보기 snort , suricata IPS 설치 및 설정 오픈 소스 IPS 침입방지시스템 설치 및 설정 방법 내용입니다. 아래 링크를 걸어 놓겠습니다. http://amerika.tistory.com/entry/Security-Onion-설치가이드 http://amerika.tistory.com/entry/Security-Onion의-설정-Snort-Snorby-Barnyard-PulledPork-Daemonlogger 설정 가이드 더보기 centos6.4 openvpn 설치 및 설정 Openvpn 설치전 미리해야 하는 것 : lzo, openssl, gcc-c++ 등 yum install lzo lzo-devel (lzo 패키지는 VPN 접속 시 패킷의 암호화 압축에 사용된다.) wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm rpm -Uvh epel-release-6-8.noarch.rpm # yum install openvpn -y # yum install openssl-devel # /usr/share/doc/openvpn-2.3.2/ mkdir /etc/openvpn # cd /usr/share/easy-rsa ————————————————————————————— # vi vars exp.. 더보기 리눅스에 mysql connector 파일이 없고 방화벽도 있고해서 웹에 하나 게시한다. 더보기 이전 1 2 3 4 다음