目前分類:Linux (51)

瀏覽方式: 標題列表 簡短摘要
3Com 4500 預設已經開啟 snmp 所以我們可以使用 Linux 做 mrtg 流量圖表,顯示這部份的相關設定在 system-view 後 display th 即可觀察到 snmp 相關設定。

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

#安裝必要元件
yum  -y install gcc , perl, gd, libpng, zlib, mrtg

wget http://heanet.dl.sourceforge.net/sourceforge/net-snmp/net-snmp-5.4.1.2.tar.gz
tar  zxvf  net-snmp-5.4.1.2.tar.gz
cd net-snmp-5.4.1.2
./configure
make
make  install

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

#First off all we need to install compat-libstdc++-33. Otherwise Firefox won't run.
yum install compat-libstdc++-33

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

方式一、文字對話模式安裝

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

1) Copy the existing loopback interface:

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

##Don't use libtool-2.2.2.tar.gz, ntop make will failed
wget http://ftp.gnu.org/gnu/libtool/libtool-1.5.tar.gz

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

Posted by Diezel on Thu, 2007-11-22 13:23

I have been using different Linux distributions on and of since 2001 and right now I'm using more than one of them. The one this short short story is about is CentOS 5 which is based on RedHat Enterprise Linux 5, so this should also work on RHEL 5 even if I haven't had a chance to test it yet.

I've always liked the way CentOS works, it's a very stable and working distro even if it doesn't always have the latest software. This is why I had to manually install the latest stable Firefox, since Firefox 2 has many nice plugins I use. Here is how I did it.

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

離開 vi    
ZZ :wq :x                       先存檔再離開

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

CentOS簡單安裝ntop+rrdtool

首选 使用yum 安装好apache mysql php

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


 

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

在接上usb設備前, fdisk -l查看有幾個設備,如看到Disk /dev/hdd: 40.0 GB, 40020664320 bytes 然後接上usb設備,先執行modprobe usb-storage然後再次執行fdisk -l 查看,如比之前多出一個設備,就是它了,

這裡假設為/dev/sdb,再用 fdisk -l /dev/sdb, 可列出這個設備中的所有分區,

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

«123