目前分類:Linux (51)
- Jul 10 Thu 2008 17:45
Config MRTG report the Switch Interface traffic
- Jul 10 Thu 2008 16:07
Install MRTG in CentOS5
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
- Jul 09 Wed 2008 14:43
Install Firefox3 in CentOS
yum install compat-libstdc++-33
- Jul 09 Wed 2008 09:19
Config Linux IP Address
- Jul 08 Tue 2008 18:05
Configure multiple loopback interfaces (lo0, lo1, lo2...)
- Jul 08 Tue 2008 14:57
Install NTOP-3.3 on CentOS5
wget http://ftp.gnu.org/gnu/libtool/libtool-1.5.tar.gz
- Jul 07 Mon 2008 15:13
Install Firefox 2.0.0.9 in CentOS 5 / RHEL 5
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.
- Jul 07 Mon 2008 12:38
CentOS簡單安裝ntop+rrdtool
CentOS簡單安裝ntop+rrdtool
首选 使用yum 安装好apache mysql php等
- Jul 07 Mon 2008 10:48
Linux (Redhat / Fedora / CentOS) 更改 hostname 的方式
- Jul 05 Sat 2008 16:54
Mount USB Device
在接上usb設備前, fdisk -l查看有幾個設備,如看到Disk /dev/hdd: 40.0 GB, 40020664320 bytes 然後接上usb設備,先執行modprobe usb-storage然後再次執行fdisk -l 查看,如比之前多出一個設備,就是它了,
這裡假設為/dev/sdb,再用 fdisk -l /dev/sdb, 可列出這個設備中的所有分區,