目前分類:Linux (51)

瀏覽方式: 標題列表 簡短摘要

Login into your Centos box with root access
Download OpManager

里歐 發表在 痞客邦 留言(0) 人氣()

Linux 核心是 2.6 以上的就會自動載入 SELinux,但因為才剛開始玩 CentOS 對它還不熟為了減少挫折就先關了吧,等以後熟點再說,關於 SELinux 是什可以參考這三篇詳細的說明。[鳥哥的 Linux 私房菜 -- 認識網路安全 SELinux][SELinux - Wikipedia][SELinux 設定範例]

 #vi /etc/sysconfig/selinux
 SELINUX=enforcing                            //預設值 (阻擋不安全的有取行為)
 SELINUX=disabled                             //修改後 (關閉 SELinux 功能)

如何查看目前系統的 SELinux 狀態?

 #sestatus
 SELinux status:                 enabled      //可知是有啟用的
 SELinuxfs mount:                /selinux
 Current mode:                   permissive
 Mode from config file:          disabled
 Policy version:                 21
 Policy from config file:        targeted

以下訊息可知目前系統完全關閉 SELinux 功能

里歐 發表在 痞客邦 留言(0) 人氣()

 

Yum (Yellow dog Updater, Modified) 為 Fedora 及 CentOS 用來管理 RPM 安裝,可解決套件相依性問題。
詳細內容可參考[Yellow Dog Updater Modified - Wikipedia]

里歐 發表在 痞客邦 留言(0) 人氣()

Linux:

The Linux download for NetFlow Analyzer is available as a BIN file at http://www.netflowanalyzer.com/download.html

里歐 發表在 痞客邦 留言(0) 人氣()

里歐 發表在 痞客邦 留言(0) 人氣()

1. 調整時區
rm /etc/localtime

里歐 發表在 痞客邦 留言(0) 人氣()

Configuring the Softflowd NetFlow Exporter

Softflowd is a software-only NetFlow exporter. You can use it to gather NetFlow traffic statistics if you don't have NetFlow-compatible routers or switches. Softflowd listens to traffic on an interface, and exports NetFlow v5 & v9 flow records to a program like InterMapper Flows.

Softflowd is open source software available from http://www.mindrot.org/projects/softflowd/. It runs on Linux, FreeBSD, and Mac OS X, but you must have a compiler and development environment to compile it from the source code. If you wish to run a software exporter on Windows, you should take a look at nProbe.

里歐 發表在 痞客邦 留言(0) 人氣()

Currently Known Plugins

里歐 發表在 痞客邦 留言(0) 人氣()

安裝syslog-ng 2.0.9 (http://www.balabit.com/support/community/products/)

wget http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/syslog-ng-2.0.9.tar.gz
wget http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/eventlog-0.2.7.tar.gz

里歐 發表在 痞客邦 留言(0) 人氣()

加入 RPMForge 來源
1. 匯入 rpmforge GPG Key

里歐 發表在 痞客邦 留言(0) 人氣()

里歐 發表在 痞客邦 留言(0) 人氣()

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
轉載網址:http://forum.icst.org.tw/phpbb/viewtopic.php?t=14852

里歐 發表在 痞客邦 留言(0) 人氣()

echo -e "\033[31m"
echo -e " Cacti Install Shell Script (CentOS 5.1) "

里歐 發表在 痞客邦 留言(0) 人氣()

yum -y install httpd mysql-server cacti php php-mysql php-snmp net-snmp net-snmp-libs net-snmp-utils rrdtool gcc libart_lgpl-devel zlib-devel libpng-devel freetype-devel

里歐 發表在 痞客邦 留言(0) 人氣()

格式:

里歐 發表在 痞客邦 留言(0) 人氣()

IPMITool (Intelligent Platform Management Interface Tools) Configuration
http://docs.google.com/Doc?id=dp8sbdh_43cgvgsvdr

里歐 發表在 痞客邦 留言(0) 人氣()

在centos下 安裝所需套件:
apache,libpng,libpng-devel,gd,gd-devel,libpcap

里歐 發表在 痞客邦 留言(0) 人氣()

##Install JAVA J2SDK
wget  http://cds-esd.sun.com/ESD43/JSCDL/j2sdk/1.4.2_18/j2sdk-1_4_2_18-linux-i586-rpm.bin?AuthParam=1217843276_e460de5bfc11fd948eddcf0c828cfef3&TicketId=B%2Fw%2BlxiJSFNIQB1DOVJSlAHg&GroupName=CDS&FilePath=/ESD43/JSCDL/j2sdk/1.4.2_18/j2sdk-1_4_2_18-linux-i586-rpm.bin&File=j2sdk-1_4_2_18-linux-i586-rpm.bin

里歐 發表在 痞客邦 留言(0) 人氣()

##http://java.sun.com/j2se/1.4.2/download.html
##Path:/usr/java/j2sdk1.4.2_18/bin/

里歐 發表在 痞客邦 留言(0) 人氣()

wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i386.rpm

里歐 發表在 痞客邦 留言(0) 人氣()

«12 3