可能是經濟不景氣及之前油價上漲的因素,
最近騎單車的人和之前比起來明顯變多, 也冒出許多單車的店面.
今天休假拿出很久沒騎的小摺去太原路騎,
太久沒運動, 才騎一個小時腿就好痠,
目標是騎單車上下班.
Pank: October 2008 Archives
iSCSI Enterprise Target 是 Open Source 的 iSCSI Target,
適用在 Linux Kernel 2.6.14 之後的版本.
我的環境是 Mandriva 2008.0, 加裝以下套件
iscsitarget-0.4.15-3mdv2008.0
iscsitarget-kernel-2.6.22.19-desktop-2mdv-0.4.15-3mdv2008.0
iscsitarget-kernel-desktop-latest-0.4.15-1.20080506.3mdv2008.0
載入 iSCSI module
modprobe iscsi_trgt
編輯 /etc/ietd.conf
Target iqn.2008-10.org.pank:storage.disk1
Lun 0 Path=/dev/hda1,Type=fileio
Alias iSCSI
其中 Target 的格式是 iqn.yyyy-mm.
Lun 是要設為 Target 的 device,
可以是整顆硬碟, 例如 /dev/hda
或是分割區, 例如 /dev/hda1
或是一般檔案, 例如 /root/iscsi.iso
設好後把 Service 啟動即可
/etc/init.d/iscsi-target start
ietd 使用 TCP 3260 Port, 若有用 iptables 需 ACCEPT 此 Port.
Windows 那邊裝個 iSCSI Initiator, 就可以開始使用了.
ref. iSCSI:Linux 上應用 iSCSI 技術, 這篇文章寫得很詳細,
作者 Albert 的網頁 上還有其他精彩文章可參考.
ReactOS 這套 GPL 的 Windows XP compatible OS, 目前仍在 alpha 階段,
它不是 Linux Base OS, 也不是使用 Unix 架構的 OS.
ReactOS 若成熟後大概可以瓜分掉微軟一些市場, 期待它的正式版!
ref. ReactOS 試玩
reformime is in maildrop package
reformime -h "header"
Decode a MIME-encoded "header" and print the decoded 8-bit content on standard output.
e.g.
# reformime -h '=?big5?B?Rnc6ILt+t3ykaqRGISAtLS0+sd+kVzEwOjMwq+G5cbZPrNmr3KZottw/?='
Fw: 誤會大了! --->晚上10:30後電費省很多嗎?
自從 Linux Kernel 2.6 支援 MPPE 後, 架 PPTP Server 變得簡單許多
可參考舊文章: POPTOP with MPPE (encrypted VPN connection)
編輯 /etc/pptpd.conf
option /etc/ppp/options.pptpd
debug
localip 192.168.6.254
remoteip 192.168.6.81-99
編輯 /etc/ppp/options.pptpd
name vpn
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
proxyarp
debug
lock
nobsdcomp
novj
novjccomp
nologfd
編輯帳號檔 /etc/ppp/chap-secrets
#Login-ID Server-Name Password IP-Address
admin vpn 1234 *
第二個欄位 Server-Name 必需跟 /etc/ppp/options.pptpd 裡的 name 一致.
Maxthon2 的 Ctrl-F 尋找功能滿不錯的, 可以把結果 Summary 秀出來
如圖:
不過此功能在最新版卻被拿掉了, 換成工具列模式的 Search Bar.
最後保有這個功能的版本是 2.1.0.2082