preload
七月 13

Continue reading »

七月 09

Continue reading »

七月 09

Continue reading »

六月 16

以下文章擷取自http://www.study-area.org/tips/wol.htm
Using Wake-On-LAN with Linux
圖文.我本善良 (asako@parzival.org)

●前言●
Wake-On-LAN 是使用AMD 『Magic Packet』技術,它非常類似於PCMCIA數據機的』wake
on ring』的訊號技術,其基本的原理是提供網路卡一個非常低的電源讓它去監看網路上
的特別的封包進而起動電腦。
Continue reading »

六月 16

Continue reading »

六月 14


剛剛在我的server中, 執行route指令.
突然出現do_ypcall: clnt_call: RPC: Timed out的錯誤訊息!!
怪怪!! 這又是啥東東?? 最近老是看到一些怪現象??
Continue reading »

六月 12


過程有點繁複, 記下來以免以後忘記.

(1) 安裝CentOS 5.2
(2) 升級到5.3. 此時kernel 版本為2.6.18-128.1.10.el5

(3) 下載Kernel source
#cd /usr/local/src
#wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz

(4) 下載iptable source
#wget ftp://ftp.netfilter.org/pub/iptables/iptables-1.3.8.tar.bz2

(5) 下載』l7-filter kernel version』 package (netfilter-layer7-vX.Y.tar.gz)
到 http://sourceforge.net/project/showfiles.php?group_id=80085
去下載 netfilter-layer7-v2.21.tar.gz
#tar -zxvf netfilter-layer7-v2.21.tar.gz
Continue reading »

六月 11

最近搞了一台PC來取代原有的web server. 裝好CentOS後, 並順利的將原web server轉移到此台PC.
起初, 還蠻順利的將server轉移過來. 今天連上這台server時, 才發現時間誤差了8小時!!
Continue reading »

五月 27

由於自己常常忘記該如何進入single user mode.
所以就把它記在blog.
Continue reading »

五月 26

nexentaman
Nexenta 是一個以OpenSolaris 為核心, 以Ubuntu為使用者介面的作業系統.
Nexenta目標是想要有Solaris般的穩定, 以及Linux般的容易上手。
ZFS及iSCSI的支援也是Nexenta最吸引人的地方. 所以呢, 拿它來當做ZFS base的NAS, 是最恰當的了.

Nexenta Core Platform 2.0 具有以下特點:
#OpenSolaris build 104+ based with critical patches.
# Over 13000 packages in the repository.
# Based on Ubuntu 8.04 LTS (Hardy Heron) repository
# This includes latest dpkg/apt, gcc, binutils, coreutils, perl, python, ruby, Qt libs, GTK libs, etc
# SMF support added for server applications like apache, mysql, postgresql, exim4, etc.
# 100% native Debian environment, easy to upgrade, easy to use
# Includes Vim and screen by default
# Addition of latest devzone version to the CD.
# Includes apt-clone which brings zfs power to apt-get.

想要試試的人, 可以到http://www.nexenta.org/os/Download下載來玩玩.