<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>數位天堂</title>
<link>http://digiland.tw</link>
<description> 數位天堂</description>
<language>zh-TW</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>[Tomato] 使用Lly核心模組 in 改機天堂 : 3rd party firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5038#p5038</link>
<guid isPermaLink="false">5038@http://digiland.tw</guid>
<description>機型: 華碩WL-500gP韌體: Tomato v1.27.8742 vpn3.4 ND USB VPN1. 檢查使用的核心版本
# uname -a
Linux WL-500gP 2.4.37.7 #6 2010-01-07 18:43:25 EST mips GNU/Linux2. 安裝核心模組管理程式
# ipkg-opt install modutils
# ipkg-opt files modutils3. 下載Lly核心模組, 解壓縮, 變更擁有者
# curl -Ov http://wl500g.googlecode.com/files/modules-1.9.2.7-d-r1087.tgz
# tar -xzvf modules-1.9.2.7-d-r1087.tgz
# chown -R root:root lib/modules/4. 搬移
# mv lib/modules/ /opt/lib/
# rmdir lib5. 測試# modinfo pl2303
filename:    //opt/lib/modules/2.4.37.7/kernel/drivers/usb/serial/pl2303.o
description: &#34;Prolific PL2303 USB to serial adaptor driver&#34;
author:      &#60;none&#62;
license:     &#34;GPL&#34;
parm:        debug int, description &#34;Debug enabled or not&#34;6. 紀錄樹狀列表
# tree /opt/lib/modules/2.4.37.7/ &#62; /opt/tmp/lly-r1087.tree7. 檢視# cat /opt/tmp/lly-r1087.tree
/opt/lib/modules/2.4.37.7/
|-- kernel
|   |-- drivers
|   |   |-- bluetooth
|   |   |   |-- bfusb.o
|   |   |   |-- hci_uart.o
|   |   |   |-- hci_usb.o
|   |   |   `-- hci_vhci.o
|   |   |-- char
|   |   |   `-- gpiortc.o
|   |   |-- ide
|   |   |   |-- ide-core.o
|   |   |   |-- ide-detect.o
|   |   |   `-- ide-disk.o
|   |   |-- input
|   |   |   |-- evdev.o
|   |   |   |-- input.o
|   |   |   |-- joydev.o
|   |   |   |-- mousedev.o
|   |   |   `-- uinput.o
|   |   |-- media
|   |   |   `-- video
|   |   |       `-- videodev.o
|   |   |-- net
|   |   |   |-- et
|   |   |   |   `-- et.o
|   |   |   |-- imq.o
|   |   |   |-- irda
|   |   |   |   |-- irda-usb.o
|   |   |   |   |-- irtty.o
|   |   |   |   `-- stir4200.o
|   |   |   |-- tun.o
|   |   |   `-- wl
|   |   |       `-- wl.o
|   |   |-- scsi
|   |   |   |-- scsi_mod.o
|   |   |   `-- sd_mod.o
|   |   |-- sound
|   |   |   `-- soundcore.o
|   |   `-- usb
|   |       |-- acm.o
|   |       |-- audio.o
|   |       |-- hid.o
|   |       |-- host
|   |       |   |-- ehci-hcd.o
|   |       |   |-- usb-ohci.o
|   |       |   `-- usb-uhci.o
|   |       |-- ov511_decomp.o
|   |       |-- ov518_decomp.o
|   |       |-- ov51x.o
|   |       |-- printer.o
|   |       |-- pwc.o
|   |       |-- pwcx.o
|   |       |-- scanner.o
|   |       |-- serial
|   |       |   |-- ftdi_sio.o
|   |       |   |-- ipw.o
|   |       |   |-- option.o
|   |       |   |-- pl2303.o
|   |       |   |-- sierra.o
|   |       |   `-- usbserial.o
|   |       |-- storage
|   |       |   `-- usb-storage.o
|   |       |-- usbcore.o
|   |       |-- usbkbd.o
|   |       `-- usbmouse.o
|   |-- fs
|   |   |-- cifs
|   |   |   `-- cifs.o
|   |   |-- ext2
|   |   |   `-- ext2.o
|   |   |-- fuse
|   |   |   `-- fuse.o
|   |   |-- hfsplus
|   |   |   `-- hfsplus.o
|   |   |-- isofs
|   |   |   `-- isofs.o
|   |   |-- jffs
|   |   |   `-- jffs.o
|   |   |-- jffs2
|   |   |   `-- jffs2.o
|   |   |-- lockd
|   |   |   `-- lockd.o
|   |   |-- nfs
|   |   |   `-- nfs.o
|   |   |-- nfsd
|   |   |   `-- nfsd.o
|   |   |-- nls
|   |   |   `-- nls_koi8-r.o
|   |   |-- reiserfs
|   |   |   `-- reiserfs.o
|   |   |-- smbfs
|   |   |   `-- smbfs.o
|   |   |-- ufs
|   |   |   `-- ufs.o
|   |   `-- xfs
|   |       `-- xfs.o
|   |-- lib
|   |   |-- crc32.o
|   |   `-- firmware_class.o
|   `-- net
|       |-- bluetooth
|       |   |-- bluez.o
|       |   |-- bnep
|       |   |   `-- bnep.o
|       |   |-- hidp
|       |   |   `-- hidp.o
|       |   |-- l2cap.o
|       |   |-- rfcomm
|       |   |   `-- rfcomm.o
|       |   `-- sco.o
|       |-- ipv4
|       |   |-- ip_gre.o
|       |   |-- ipip.o
|       |   `-- netfilter
|       |       |-- ip_conntrack_ftp.o
|       |       |-- ip_nat_ftp.o
|       |       |-- ip_set.o
|       |       |-- ip_set_iphash.o
|       |       |-- ip_set_ipmap.o
|       |       |-- ip_set_ipporthash.o
|       |       |-- ip_set_ipportiphash.o
|       |       |-- ip_set_ipportnethash.o
|       |       |-- ip_set_iptree.o
|       |       |-- ip_set_iptreemap.o
|       |       |-- ip_set_macipmap.o
|       |       |-- ip_set_nethash.o
|       |       |-- ip_set_portmap.o
|       |       |-- ip_set_setlist.o
|       |       |-- ipt_CLASSIFY.o
|       |       |-- ipt_IMQ.o
|       |       |-- ipt_MIRROR.o
|       |       |-- ipt_NETMAP.o
|       |       |-- ipt_SET.o
|       |       |-- ipt_TARPIT.o
|       |       |-- ipt_TOS.o
|       |       |-- ipt_TTL.o
|       |       |-- ipt_ULOG.o
|       |       |-- ipt_condition.o
|       |       |-- ipt_layer7.o
|       |       |-- ipt_length.o
|       |       |-- ipt_multiport.o
|       |       |-- ipt_nth.o
|       |       |-- ipt_psd.o
|       |       |-- ipt_quota.o
|       |       |-- ipt_random.o
|       |       |-- ipt_recent.o
|       |       |-- ipt_set.o
|       |       |-- ipt_string.o
|       |       |-- ipt_tos.o
|       |       |-- ipt_ttl.o
|       |       `-- ipt_webstr.o
|       |-- ipv6
|       |   `-- netfilter
|       |       |-- ip6t_IMQ.o
|       |       |-- ip6t_TCPMSS.o
|       |       |-- ip6t_condition.o
|       |       |-- ip6t_length.o
|       |       `-- ip6t_multiport.o
|       |-- irda
|       |   `-- irda.o
|       |-- sched
|       |   |-- cls_route.o
|       |   |-- cls_tcindex.o
|       |   |-- sch_cbq.o
|       |   |-- sch_dsmark.o
|       |   |-- sch_hfsc.o
|       |   `-- sch_prio.o
|       `-- sunrpc
|           `-- sunrpc.o
`-- modules.dep

47 directories, 123 filesDD-WRT亦可如法泡製.
</description>
<content:encoded><![CDATA[<p>機型: 華碩WL-500gP<br />韌體: Tomato v1.27.8742 vpn3.4 ND USB VPN<br /><br />1. 檢查使用的核心版本<br /></p><code># uname -a
Linux WL-500gP 2.4.37.7 #6 2010-01-07 18:43:25 EST mips GNU/Linux</code><p><br>2. 安裝核心模組管理程式<br /></p><code># ipkg-opt install modutils
# ipkg-opt files modutils</code><p><br>3. 下載Lly核心模組, 解壓縮, 變更擁有者<br /></p><code># curl -Ov http://wl500g.googlecode.com/files/modules-1.9.2.7-d-r1087.tgz
# tar -xzvf modules-1.9.2.7-d-r1087.tgz
# chown -R root:root lib/modules/</code><p><br>4. 搬移<br /></p><code># mv lib/modules/ /opt/lib/
# rmdir lib</code><p><br>5. 測試<br /># modinfo pl2303<br /></p><code>filename:    //opt/lib/modules/2.4.37.7/kernel/drivers/usb/serial/pl2303.o
description: &quot;Prolific PL2303 USB to serial adaptor driver&quot;
author:      &lt;none&gt;
license:     &quot;GPL&quot;
parm:        debug int, description &quot;Debug enabled or not&quot;</code><p><br>6. 紀錄樹狀列表<br /></p><code># tree /opt/lib/modules/2.4.37.7/ &gt; /opt/tmp/lly-r1087.tree</code><p><br>7. 檢視<br /># cat /opt/tmp/lly-r1087.tree<br /></p><code>/opt/lib/modules/2.4.37.7/
|-- kernel
|   |-- drivers
|   |   |-- bluetooth
|   |   |   |-- bfusb.o
|   |   |   |-- hci_uart.o
|   |   |   |-- hci_usb.o
|   |   |   `-- hci_vhci.o
|   |   |-- char
|   |   |   `-- gpiortc.o
|   |   |-- ide
|   |   |   |-- ide-core.o
|   |   |   |-- ide-detect.o
|   |   |   `-- ide-disk.o
|   |   |-- input
|   |   |   |-- evdev.o
|   |   |   |-- input.o
|   |   |   |-- joydev.o
|   |   |   |-- mousedev.o
|   |   |   `-- uinput.o
|   |   |-- media
|   |   |   `-- video
|   |   |       `-- videodev.o
|   |   |-- net
|   |   |   |-- et
|   |   |   |   `-- et.o
|   |   |   |-- imq.o
|   |   |   |-- irda
|   |   |   |   |-- irda-usb.o
|   |   |   |   |-- irtty.o
|   |   |   |   `-- stir4200.o
|   |   |   |-- tun.o
|   |   |   `-- wl
|   |   |       `-- wl.o
|   |   |-- scsi
|   |   |   |-- scsi_mod.o
|   |   |   `-- sd_mod.o
|   |   |-- sound
|   |   |   `-- soundcore.o
|   |   `-- usb
|   |       |-- acm.o
|   |       |-- audio.o
|   |       |-- hid.o
|   |       |-- host
|   |       |   |-- ehci-hcd.o
|   |       |   |-- usb-ohci.o
|   |       |   `-- usb-uhci.o
|   |       |-- ov511_decomp.o
|   |       |-- ov518_decomp.o
|   |       |-- ov51x.o
|   |       |-- printer.o
|   |       |-- pwc.o
|   |       |-- pwcx.o
|   |       |-- scanner.o
|   |       |-- serial
|   |       |   |-- ftdi_sio.o
|   |       |   |-- ipw.o
|   |       |   |-- option.o
|   |       |   |-- pl2303.o
|   |       |   |-- sierra.o
|   |       |   `-- usbserial.o
|   |       |-- storage
|   |       |   `-- usb-storage.o
|   |       |-- usbcore.o
|   |       |-- usbkbd.o
|   |       `-- usbmouse.o
|   |-- fs
|   |   |-- cifs
|   |   |   `-- cifs.o
|   |   |-- ext2
|   |   |   `-- ext2.o
|   |   |-- fuse
|   |   |   `-- fuse.o
|   |   |-- hfsplus
|   |   |   `-- hfsplus.o
|   |   |-- isofs
|   |   |   `-- isofs.o
|   |   |-- jffs
|   |   |   `-- jffs.o
|   |   |-- jffs2
|   |   |   `-- jffs2.o
|   |   |-- lockd
|   |   |   `-- lockd.o
|   |   |-- nfs
|   |   |   `-- nfs.o
|   |   |-- nfsd
|   |   |   `-- nfsd.o
|   |   |-- nls
|   |   |   `-- nls_koi8-r.o
|   |   |-- reiserfs
|   |   |   `-- reiserfs.o
|   |   |-- smbfs
|   |   |   `-- smbfs.o
|   |   |-- ufs
|   |   |   `-- ufs.o
|   |   `-- xfs
|   |       `-- xfs.o
|   |-- lib
|   |   |-- crc32.o
|   |   `-- firmware_class.o
|   `-- net
|       |-- bluetooth
|       |   |-- bluez.o
|       |   |-- bnep
|       |   |   `-- bnep.o
|       |   |-- hidp
|       |   |   `-- hidp.o
|       |   |-- l2cap.o
|       |   |-- rfcomm
|       |   |   `-- rfcomm.o
|       |   `-- sco.o
|       |-- ipv4
|       |   |-- ip_gre.o
|       |   |-- ipip.o
|       |   `-- netfilter
|       |       |-- ip_conntrack_ftp.o
|       |       |-- ip_nat_ftp.o
|       |       |-- ip_set.o
|       |       |-- ip_set_iphash.o
|       |       |-- ip_set_ipmap.o
|       |       |-- ip_set_ipporthash.o
|       |       |-- ip_set_ipportiphash.o
|       |       |-- ip_set_ipportnethash.o
|       |       |-- ip_set_iptree.o
|       |       |-- ip_set_iptreemap.o
|       |       |-- ip_set_macipmap.o
|       |       |-- ip_set_nethash.o
|       |       |-- ip_set_portmap.o
|       |       |-- ip_set_setlist.o
|       |       |-- ipt_CLASSIFY.o
|       |       |-- ipt_IMQ.o
|       |       |-- ipt_MIRROR.o
|       |       |-- ipt_NETMAP.o
|       |       |-- ipt_SET.o
|       |       |-- ipt_TARPIT.o
|       |       |-- ipt_TOS.o
|       |       |-- ipt_TTL.o
|       |       |-- ipt_ULOG.o
|       |       |-- ipt_condition.o
|       |       |-- ipt_layer7.o
|       |       |-- ipt_length.o
|       |       |-- ipt_multiport.o
|       |       |-- ipt_nth.o
|       |       |-- ipt_psd.o
|       |       |-- ipt_quota.o
|       |       |-- ipt_random.o
|       |       |-- ipt_recent.o
|       |       |-- ipt_set.o
|       |       |-- ipt_string.o
|       |       |-- ipt_tos.o
|       |       |-- ipt_ttl.o
|       |       `-- ipt_webstr.o
|       |-- ipv6
|       |   `-- netfilter
|       |       |-- ip6t_IMQ.o
|       |       |-- ip6t_TCPMSS.o
|       |       |-- ip6t_condition.o
|       |       |-- ip6t_length.o
|       |       `-- ip6t_multiport.o
|       |-- irda
|       |   `-- irda.o
|       |-- sched
|       |   |-- cls_route.o
|       |   |-- cls_tcindex.o
|       |   |-- sch_cbq.o
|       |   |-- sch_dsmark.o
|       |   |-- sch_hfsc.o
|       |   `-- sch_prio.o
|       `-- sunrpc
|           `-- sunrpc.o
`-- modules.dep

47 directories, 123 files</code><p><br>DD-WRT亦可如法泡製.</p>]]></content:encoded>
<pubDate>Tue, 09 Feb 2010 18:05:57 +0800</pubDate>
</item>
<item>
<title>[分享]您的ASUS WL500GP開機後電源燈會一閃一閃嗎? in 改機天堂 : 新機資訊</title>
<link>http://digiland.tw/viewtopic.php?pid=5037#p5037</link>
<guid isPermaLink="false">5037@http://digiland.tw</guid>
<description>grolan 提到:我的之前也是這樣...其實舊的變壓器還是可以用這只是裡面的一顆電容掛了把那顆電容換掉就OK囉
下班後,馬上檢測.謝謝您!
</description>
<content:encoded><![CDATA[<blockquote><div class="incqbox"><h4>grolan 提到:</h4><p>我的之前也是這樣...<br />其實舊的變壓器還是可以用<br />這只是裡面的一顆電容掛了<br />把那顆電容換掉就OK囉</p></div></blockquote><p>下班後,馬上檢測.謝謝您!</p>]]></content:encoded>
<pubDate>Tue, 09 Feb 2010 10:14:20 +0800</pubDate>
</item>
<item>
<title>[分享]您的ASUS WL500GP開機後電源燈會一閃一閃嗎? in 改機天堂 : 新機資訊</title>
<link>http://digiland.tw/viewtopic.php?pid=5036#p5036</link>
<guid isPermaLink="false">5036@http://digiland.tw</guid>
<description>我的之前也是這樣...其實舊的變壓器還是可以用這只是裡面的一顆電容掛了把那顆電容換掉就OK囉
</description>
<content:encoded><![CDATA[<p>我的之前也是這樣...<br />其實舊的變壓器還是可以用<br />這只是裡面的一顆電容掛了<br />把那顆電容換掉就OK囉</p>]]></content:encoded>
<pubDate>Tue, 09 Feb 2010 01:27:59 +0800</pubDate>
</item>
<item>
<title>[Lly] ASUS RT-N16 alpha? in 改機天堂 : Oleg's firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5035#p5035</link>
<guid isPermaLink="false">5035@http://digiland.tw</guid>
<description>謝謝 Aven ~哈~我刷了好多次~都不會自動run post-boot不知是我那些步驟有誤~我在試看看~謝謝~ :orz
</description>
<content:encoded><![CDATA[<p>謝謝 Aven ~<br />哈~<br />我刷了好多次~都不會自動run post-boot<br />不知是我那些步驟有誤~<br />我在試看看~<br />謝謝~ <br />:orz</p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 23:26:16 +0800</pubDate>
</item>
<item>
<title>有支援修改session limit的Tomato軔體（特別是支援N16） in 改機天堂 : 3rd party firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5034#p5034</link>
<guid isPermaLink="false">5034@http://digiland.tw</guid>
<description>LeonChiou 提到:各位大大～有人有支援 修改session limits的Tomato ？因為10240~實在不需要用到128MB！我認為1280MB要開到50000 session limit 都游刃有餘！所以請教一下～如果沒有這種可以修改連線數限制的Tomato~那N16有存在的必要性嘛？雖然他擁有怪獸級的硬體！但是沒有足以發揮他的軔體搭配～實在無言？因此目前還在觀望中！
老哥..您1280M的RT-N16是在哪買的? :wub
</description>
<content:encoded><![CDATA[<blockquote><div class="incqbox"><h4>LeonChiou 提到:</h4><p><strong>各位大大～<br />有人有支援 修改session limits的Tomato ？<br />因為10240~實在不需要用到128MB！<br />我認為1280MB要開到50000 session limit 都游刃有餘！<br />所以請教一下～如果沒有這種可以修改連線數限制的Tomato~<br />那N16有存在的必要性嘛？<br />雖然他擁有怪獸級的硬體！<br />但是沒有足以發揮他的軔體搭配～實在無言？<br />因此目前還在觀望中！</strong></p></div></blockquote><p>老哥..您1280M的RT-N16是在哪買的? :wub</p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 12:46:27 +0800</pubDate>
</item>
<item>
<title>[新聞稿] 宅經濟發燒,新型態網購服務借重網路攝影機 in 公佈欄 : 網路新聞</title>
<link>http://digiland.tw/viewtopic.php?pid=5033#p5033</link>
<guid isPermaLink="false">5033@http://digiland.tw</guid>
<description>宅經濟持續發酵，網路購物市場越做越大！根據國外統計，去年在台灣，網購創造了3000多億台幣的市場；為了在網購市場中搶得先機，某些業者將腦筋動到網路攝影機上，推出的服務一個比一個新奇。您想得到嗎?日本已有漁貨業者將小型攝影機安裝在漁船上，經由連線直播，讓消費者可在大魚被捕獲的瞬間下單訂貨，此應用果然引發網友熱烈討論。透過現在的網路科技及攝影機的應用，買家不但可以直接從網路上收看漁夫捕魚的一瞬間，甚至可以直接下單購買，這項科技及創新服務造福了許多對過去須親自前往魚市場又害怕魚腥味的買家，現在只要宅在家也能「搶鮮」。不只是漁貨，甚至菜市場、肉販、水果業者等，皆可利用網路攝影機將採收及鮮肉分裝的現場Live轉播，而買家可同時遠端連線並利用手機直接下單訂貨。台灣監控市場知名品牌藍眼科技(http://www.blueeyes.com.tw) 業務副總江哲銘說「網路攝影機的應用無奇不有，該如何利用監控設備打通網購消費市場，全都靠消費者無限創新的商業頭腦。若將前端網路攝影機搭配影音同步錄影廣播系統，就可達到線上Live直播的目的，讓賣家證明自己的貨物是現撈現抓最新鮮的，也讓買家可以買得安心。」從網購市場興起至今，成長率已高達60%。網購商品種類越來越多，食衣住行育樂皆可透過網路購得所需；如今，結合網路科技及攝影機的應用日漸增加，帶動的不只是宅經濟，也讓網路攝影機業者發現無限新商機。關鍵字網路攝影機, 藍眼科技, 網路科技, 宅經濟, 網購新聞聯絡人藍眼科技有限公司公關室專員-- 蔣易珊電話： (04)2297-0977 Ext.293傳真： (04)2297-0957Cherry817@BlueEyes.com.tw http://www.BlueEyes.com.tw
</description>
<content:encoded><![CDATA[<p>宅經濟持續發酵，網路購物市場越做越大！根據國外統計，去年在台灣，網購創造了3000多億台幣的市場；為了在網購市場中搶得先機，某些業者將腦筋動到網路攝影機上，推出的服務一個比一個新奇。<br /><br />您想得到嗎?日本已有漁貨業者將小型攝影機安裝在漁船上，經由連線直播，讓消費者可在大魚被捕獲的瞬間下單訂貨，此應用果然引發網友熱烈討論。透過現在的網路科技及攝影機的應用，買家不但可以直接從網路上收看漁夫捕魚的一瞬間，甚至可以直接下單購買，這項科技及創新服務造福了許多對過去須親自前往魚市場又害怕魚腥味的買家，現在只要宅在家也能「搶鮮」。<br /><br />不只是漁貨，甚至菜市場、肉販、水果業者等，皆可利用網路攝影機將採收及鮮肉分裝的現場Live轉播，而買家可同時遠端連線並利用手機直接下單訂貨。台灣監控市場知名品牌藍眼科技(<a href="http://www.blueeyes.com.tw" onclick="window.open(this.href); return false;">http://www.blueeyes.com.tw</a>) 業務副總江哲銘說「網路攝影機的應用無奇不有，該如何利用監控設備打通網購消費市場，全都靠消費者無限創新的商業頭腦。若將前端網路攝影機搭配影音同步錄影廣播系統，就可達到線上Live直播的目的，讓賣家證明自己的貨物是現撈現抓最新鮮的，也讓買家可以買得安心。」<br /><br />從網購市場興起至今，成長率已高達60%。網購商品種類越來越多，食衣住行育樂皆可透過網路購得所需；如今，結合網路科技及攝影機的應用日漸增加，帶動的不只是宅經濟，也讓網路攝影機業者發現無限新商機。<br /><br />關鍵字<br />網路攝影機, 藍眼科技, 網路科技, 宅經濟, 網購<br /><br />新聞聯絡人<br />藍眼科技有限公司<br />公關室專員-- 蔣易珊<br />電話： (04)2297-0977 Ext.293<br />傳真： (04)2297-0957<br />Cherry817@BlueEyes.com.tw <br /><a href="http://www.BlueEyes.com.tw" onclick="window.open(this.href); return false;">http://www.BlueEyes.com.tw</a></p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 11:43:11 +0800</pubDate>
</item>
<item>
<title>关于punbb1.3.4贴图不显示 in 改機天堂 : PHP軟件及資料庫</title>
<link>http://digiland.tw/viewtopic.php?pid=5032#p5032</link>
<guid isPermaLink="false">5032@http://digiland.tw</guid>
<description>據了解 pun_attachment 的用法應該是當成附檔使用，應該不適合當貼圖使用。一直沒機會認真玩 PunBB 1.3X，所以並不清楚官方是否有推出貼圖的外掛模組可以使用。您可以到友站 ezDIY.org 詢問。
</description>
<content:encoded><![CDATA[<p>據了解 pun_attachment 的用法應該是當成附檔使用，應該不適合當貼圖使用。<br />一直沒機會認真玩 PunBB 1.3X，所以並不清楚官方是否有推出貼圖的外掛模組可以使用。<br />您可以到友站 <a href="http://www.ezdiy.org/forum/index.php" onclick="window.open(this.href); return false;">ezDIY.org</a> 詢問。</p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 10:42:42 +0800</pubDate>
</item>
<item>
<title>本站值星主機群 in 公佈欄 : 站務討論</title>
<link>http://digiland.tw/viewtopic.php?pid=5031#p5031</link>
<guid isPermaLink="false">5031@http://digiland.tw</guid>
<description>MSS使用的CPU是和WL-700gE相同都是採用Broadcom 4780，基本上和WL-500GP上的Broadcom 4704是同一個等級的，效能上兩者相去不遠，而MSS的優勢是內建磁碟界面可直上IDE硬碟(或透過轉卡接SATA硬碟)及128MB RAM(有改記憶體)。參考資料：冷飯快炒：ASUS WL-700gE
</description>
<content:encoded><![CDATA[<p>MSS使用的CPU是和WL-700gE相同都是採用Broadcom 4780，基本上和WL-500GP上的Broadcom 4704是同一個等級的，效能上兩者相去不遠，而MSS的優勢是內建磁碟界面可直上IDE硬碟(或透過轉卡接SATA硬碟)及128MB RAM(有改記憶體)。<br /><br />參考資料：<a href="http://digiland.tw/viewtopic.php?id=901" onclick="window.open(this.href); return false;">冷飯快炒：ASUS WL-700gE</a></p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 09:41:00 +0800</pubDate>
</item>
<item>
<title>本站值星主機群 in 公佈欄 : 站務討論</title>
<link>http://digiland.tw/viewtopic.php?pid=5030#p5030</link>
<guid isPermaLink="false">5030@http://digiland.tw</guid>
<description>怎么不用MSS了呢？另外能否提供下详细的软件环境信息。比方说用的系统，php环境，数据库等。我觉得论坛很好，速度什么都不错，我自己想做个，参考一下你的环境。我目前有的设备：wl-500gp v1 改好128MBMSS 改好128MB一个4GB的SLC优盘，read:28-32MB/write:20-24MB(性能不错但不舍得用来建站）wl-500g (这个差了点，很卡，不知道这个USB用来做什么好）rg100a-aa (flash:16M,RAM:32M,可刷上openwrt,有些功能不正常，基本不考虑用于建站）个人认为MSS是最理想的，准备用MSS挂个80G硬碟来建。
</description>
<content:encoded><![CDATA[<p>怎么不用MSS了呢？<br />另外能否提供下详细的软件环境信息。比方说用的系统，php环境，数据库等。<br />我觉得论坛很好，速度什么都不错，我自己想做个，参考一下你的环境。<br />我目前有的设备：<br />wl-500gp v1 改好128MB<br />MSS 改好128MB<br />一个4GB的SLC优盘，read:28-32MB/write:20-24MB(性能不错但不舍得用来建站）<br />wl-500g (这个差了点，很卡，不知道这个USB用来做什么好）<br />rg100a-aa (flash:16M,RAM:32M,可刷上openwrt,有些功能不正常，基本不考虑用于建站）<br /><br />个人认为MSS是最理想的，准备用MSS挂个80G硬碟来建。</p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 02:08:01 +0800</pubDate>
</item>
<item>
<title>关于punbb1.3.4贴图不显示 in 改機天堂 : PHP軟件及資料庫</title>
<link>http://digiland.tw/viewtopic.php?pid=5029#p5029</link>
<guid isPermaLink="false">5029@http://digiland.tw</guid>
<description>punbb1.3.4安裝 pun_attachment后，可以上传图片文件，但是不能直接显示，需要点击附件处，另开窗口显示。有办法直接 贴图显示吗？有什么办法直接把图片传到/img目录也行啊
</description>
<content:encoded><![CDATA[<p>punbb1.3.4安裝 pun_attachment后，可以上传图片文件，但是不能直接显示，需要点击附件处，另开窗口显示。有办法直接 贴图显示吗？有什么办法直接把图片传到/img目录也行啊</p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 00:39:06 +0800</pubDate>
</item>
<item>
<title>LevelOne FNS-1000 in 改機天堂 : NAS 綜合討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5028#p5028</link>
<guid isPermaLink="false">5028@http://digiland.tw</guid>
<description>日前hugo15兄寄來一台LevelOne FNS-1000讓我測試安裝Optware. 經他同意, 將改機步驟簡述如下:型號: LevelOne FNS-1000韌體: V2.7R19CPU: XScale-IXP425 266MhzRAM: 32MBCPU and memory benchmark1. 解開封印, Telnet. 更改root密碼. (亦可由J5接console, 直接修改/etc/passwd)1-1) 下載設定檔Config Backup--&#62; Download1-2) 7-Zip解開configfile.bin, 修改configfile/hd~2/conf/passwd, 將root密碼改為xqnMpE/plEnFs
root:xqnMpE/plEnFs:0:0:root:/root:/bin/sh1-3) 7-Zip封存tar1-4) 上傳設定檔Config Backup--&#62; Upload1-5) Telnet, root, 無密碼.
FNS-1000 login: root
Password:
No directory, logging in with HOME=/

BusyBox v0.60.4 (2006.07.05-08:18+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

#root無家目錄.內建BusyBox太舊, 更換.2. 更換BusyBox2-1) 下載busybox-base2-2) 7-Zip解壓縮, 經FTP上傳data.tar到ADMIN目錄
# ls -l /harddisk/hd~2/data/
-rwxrw----    1 502      501        563200 data.tar
drwxrwxr-x    2 502      501             6 public
-rw-------    1 0        0               0 quota.user2-3) 解開data.tar
# cd /harddisk/hd~2/data/
# tar -xvf data.tar
./
./opt/
./opt/bin/
./opt/bin/busybox
# rm data.tar2-4) 下載libm.so.6, 經FTP上傳, 安裝.
# chown root:root libm.so.6
# chmod 644 libm.so.6
# mkdir opt/lib
# mv libm.so.6 opt/lib/2-5) 建立root家目錄
# mkdir root2-6) 建立, 編輯系統啟動檔
# touch rc.custom
# chmod u+x rc.custom# vi rc.custom
#!/bin/sh

ln -s /harddisk/hd~2/data/root /root
ln -s /harddisk/hd~2/data/opt /opt
mv /bin/busybox /bin/busybox.0604
/opt/bin/busybox ln -s /opt/bin/busybox /bin/2-7) 重新開機後, Telnet
FNS-1000 login: root
Password:

BusyBox v1.10.3 (2009-11-02 16:11:17 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

#3. 安裝Optware3-1) 下載openssl, 7-Zip解壓縮, FTP上傳data.tar
# mkdir openssl
# tar -xvf ../data.tar -C openssl/
# rm ../data.tar
# cp openssl/opt/bin/openssl /opt/bin/
# cp openssl/opt/lib/libcrypto.so.0.9.7 /opt/lib/
# cp openssl/opt/lib/libssl.so.0.9.7 /opt/lib/
# cd /opt/lib/
# ln -s libssl.so.0.9.7 libssl.so.0
# ln -s libssl.so.0.9.7 libssl.so
# ln -s libcrypto.so.0.9.7 libcrypto.so.0
# ln -s libcrypto.so.0.9.7 libcrypto.so
# cd ~3-2) 下載libidn, 7-Zip解壓縮, FTP上傳data.tar
# mkdir libidn
# tar -xvf ../data.tar -C libidn
# rm ../data.tar
# cp libidn/opt/lib/libidn.so.11.5.44 /opt/lib/
# chmod 644 /opt/lib/libidn.so.11.5.44
# cd /opt/lib/
# ln -s libidn.so.11.5.44 libidn.so
# ln -s libidn.so.11.5.44 libidn.so.11
# cd ~3-2) 下載wget-ssl, 7-Zip解壓縮, FTP上傳data.tar
# mkdir wget-ssl
# tar -xvf ../data.tar -C wget-ssl
# rm ../data.tar
# cp wget-ssl/opt/bin/wget /opt/bin/3-3) 下載ds101-bootstrap, 取ipkg.sh.
# mkdir bootstrap
# mv /harddisk/hd~2/data/ds101-bootstrap_1.0-4_armeb.xsh bootstrap/
# cd bootstrap
# sh ds101-bootstrap_1.0-4_armeb.xsh
DS-10x Bootstrap extracting archive... please wait
bootstrap/
bootstrap/bootstrap.ipk
bootstrap/bootstrap.sh
bootstrap/ipkg.ipk
bootstrap/ipkg.sh
bootstrap/openssl.ipk
bootstrap/wget-ssl.ipk
48899+1 records in
48899+1 records out
Creating temporary ipkg repository... success
Installing DS101(g)-bootstrap package..../ipkg.sh: line 1147: sed: not found

BusyBox v1.10.3 (2009-11-02 16:11:17 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# exit
# ls -l bootstrap/
-rw-r--r--    1 2001     2001      7896835 Nov  7 10:36 bootstrap.ipk
-rwxr-xr-x    1 2001     2001         1423 Nov  7 10:36 bootstrap.sh
-rw-r--r--    1 2001     2001        74911 Nov  7 10:36 ipkg.ipk
-rwxr-xr-x    1 2001     2001        27658 Nov  7 10:36 ipkg.sh
-rw-r--r--    1 2001     2001       697377 Nov  7 10:36 openssl.ipk
-rw-r--r--    1 2001     2001       170521 Nov  7 10:36 wget-ssl.ipk
# cp bootstrap/ipkg.sh /opt/bin/
# chown root:root /opt/bin/ipkg.sh3-4) 7-Zip解壓縮bootstrap.ipk, 取librt-2.3.3.so, FTP上傳
# mv /harddisk/hd~2/data/librt-2.3.3.so /opt/lib/
# cd /opt/lib/
# chown root:root librt-2.3.3.so
# chmod 644 librt-2.3.3.so
# ln -s librt-2.3.3.so librt.so.1
# cd ~3-5) wget 測試. (ipkg需要wget)# wget --help
GNU Wget 1.12, a non-interactive network retriever.
Usage: wget [OPTION]... [url]...
(省略)3-6) 修改ipkg.sh, #104, #107# vi /opt/bin/ipkg.sh
IPKG_DIR_PREFIX=opt/lib/ipkg
IPKG_TMP=$IPKG_ROOT/opt/tmp/ipkg3-7) ipkg設定檔# mkdir /opt/tmp# mkdir /opt/etc# vi /opt/etc/ipkg.conf
src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable
src ds101 http://ipkg.nslu2-linux.org/feeds/optware/ds101/cross/stable
dest root /3-8) ipkg.sh使用的相關檔案
# cd /bin
# ln -s busybox dirname
# ln -s busybox expr
# ln -s busybox find
# ln -s busybox gunzip
# ln -s busybox gzip
# ln -s busybox head
# ln -s busybox md5sum
# ln -s busybox rmdir
# ln -s busybox sed
# ln -s busybox sort
# ln -s busybox uniq
# ln -s busybox wc
# cd ~3-9) 更新套件來源
# export IPKG_CONF_DIR=/opt/etc
# ipkg.sh update3-10) 安裝ipkg-opt (for update-alternatives)# ipkg.sh install ipkg-opt
Configuring ipkg-opt...Configuration file `/opt/etc/ipkg.conf'
 ==&#62; File on system created by you or by a script.
 ==&#62; File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions (if diff is installed)
 The default action is to keep your current version.
*** ipkg.conf (Y/I/N/O/D) [default=N] ?N3-11) 取消ds101套件來源# vi /opt/etc/ipkg.conf
src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable
#src ds101 http://ipkg.nslu2-linux.org/feeds/optware/ds101/cross/stable
dest root /3-12) 再安裝BusyBox (for busybox-links)
# ipkg.sh install busybox如此一來, Optware busybox套件所支援的命令就可使用.若要root使用Optware為優先, 更改PATH, 或建立.profile# touch .profile# vi .profile
export PATH=/opt/bin:/opt/sbin:$PATH再來, 可使用nslu2或ds101(沒詳細測試過)套件來源, 安裝需要的套件(例如: PHP). ipkg-opt安裝套件有問題, 但可管理. 所以使用ipkg.sh安裝套件.以上步驟很繁雜, 測試過程中, 必須依照錯誤訊息, 見招拆招. 若領悟後, 在其他NAS(或嵌入式設備)能telnet(或console)進入下, 就有機會安裝Optware, 也就能擴展原廠所沒有的功能, 達成自己的需求.hugo15上傳的韌體, Library.參考:1. FNS-1000 to expand with the NSLU2 ipkg packages2. FNS-1000 FNS-1000 - NFS and Telnet access
</description>
<content:encoded><![CDATA[<p>日前hugo15兄寄來一台LevelOne FNS-1000讓我測試安裝Optware. 經他同意, 將改機步驟簡述如下:<br /><br />型號: LevelOne FNS-1000<br />韌體: V2.7R19<br />CPU: XScale-IXP425 266Mhz<br />RAM: 32MB<br /><a href="http://digiland.tw/viewtopic.php?pid=4851#p4851" onclick="window.open(this.href); return false;">CPU and memory benchmark</a><br /><br />1. 解開封印, Telnet. 更改root密碼. (亦可由J5接console, 直接修改/etc/passwd)<br />1-1) 下載設定檔<br />Config Backup--&gt; Download<br /><img class="postimg" src="http://digiland.tw/uploads/614_fns-1000_configbackup.gif" alt="http://digiland.tw/uploads/614_fns-1000_configbackup.gif" /><br />1-2) 7-Zip解開configfile.bin, 修改configfile/hd~2/conf/passwd, 將root密碼改為xqnMpE/plEnFs</p><code>root:xqnMpE/plEnFs:0:0:root:/root:/bin/sh</code><p><br>1-3) 7-Zip封存tar<br /><img class="postimg" src="http://digiland.tw/uploads/614_fns-1000_configfile_7-zip_tar.gif" alt="http://digiland.tw/uploads/614_fns-1000_configfile_7-zip_tar.gif" /><br />1-4) 上傳設定檔<br />Config Backup--&gt; Upload<br />1-5) Telnet, root, 無密碼.<br /></p><code>FNS-1000 login: root
Password:
No directory, logging in with HOME=/


BusyBox v0.60.4 (2006.07.05-08:18+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

#</code><p><br>root無家目錄.<br />內建BusyBox太舊, 更換.<br /><br />2. 更換BusyBox<br />2-1) 下載<a href="http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable/busybox-base_1.10.3-1_armeb.ipk" onclick="window.open(this.href); return false;">busybox-base</a><br />2-2) 7-Zip解壓縮, 經FTP上傳data.tar到ADMIN目錄<br /></p><code># ls -l /harddisk/hd~2/data/
-rwxrw----    1 502      501        563200 data.tar
drwxrwxr-x    2 502      501             6 public
-rw-------    1 0        0               0 quota.user</code><p><br>2-3) 解開data.tar<br /></p><code># cd /harddisk/hd~2/data/
# tar -xvf data.tar
./
./opt/
./opt/bin/
./opt/bin/busybox
# rm data.tar</code><p><br>2-4) 下載libm.so.6, 經FTP上傳, 安裝.<br /></p><code># chown root:root libm.so.6
# chmod 644 libm.so.6
# mkdir opt/lib
# mv libm.so.6 opt/lib/</code><p><br>2-5) 建立root家目錄<br /></p><code># mkdir root</code><p><br>2-6) 建立, 編輯系統啟動檔<br /></p><code># touch rc.custom
# chmod u+x rc.custom</code><p><br># vi rc.custom<br /></p><code>#!/bin/sh

ln -s /harddisk/hd~2/data/root /root
ln -s /harddisk/hd~2/data/opt /opt
mv /bin/busybox /bin/busybox.0604
/opt/bin/busybox ln -s /opt/bin/busybox /bin/</code><p><br>2-7) 重新開機後, Telnet<br /></p><code>FNS-1000 login: root
Password:


BusyBox v1.10.3 (2009-11-02 16:11:17 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

#</code><p><br>3. 安裝Optware<br />3-1) 下載<a href="http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable/openssl_0.9.7m-5_armeb.ipk" onclick="window.open(this.href); return false;">openssl</a>, 7-Zip解壓縮, FTP上傳data.tar<br /></p><code># mkdir openssl
# tar -xvf ../data.tar -C openssl/
# rm ../data.tar
# cp openssl/opt/bin/openssl /opt/bin/
# cp openssl/opt/lib/libcrypto.so.0.9.7 /opt/lib/
# cp openssl/opt/lib/libssl.so.0.9.7 /opt/lib/
# cd /opt/lib/
# ln -s libssl.so.0.9.7 libssl.so.0
# ln -s libssl.so.0.9.7 libssl.so
# ln -s libcrypto.so.0.9.7 libcrypto.so.0
# ln -s libcrypto.so.0.9.7 libcrypto.so
# cd ~</code><p><br>3-2) 下載<a href="http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable/libidn_1.15-1_armeb.ipk" onclick="window.open(this.href); return false;">libidn</a>, 7-Zip解壓縮, FTP上傳data.tar<br /></p><code># mkdir libidn
# tar -xvf ../data.tar -C libidn
# rm ../data.tar
# cp libidn/opt/lib/libidn.so.11.5.44 /opt/lib/
# chmod 644 /opt/lib/libidn.so.11.5.44
# cd /opt/lib/
# ln -s libidn.so.11.5.44 libidn.so
# ln -s libidn.so.11.5.44 libidn.so.11
# cd ~</code><p><br>3-2) 下載<a href="http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable/wget-ssl_1.12-2_armeb.ipk" onclick="window.open(this.href); return false;">wget-ssl</a>, 7-Zip解壓縮, FTP上傳data.tar<br /></p><code># mkdir wget-ssl
# tar -xvf ../data.tar -C wget-ssl
# rm ../data.tar
# cp wget-ssl/opt/bin/wget /opt/bin/</code><p><br>3-3) 下載<a href="http://ipkg.nslu2-linux.org/feeds/optware/ds101/cross/stable/ds101-bootstrap_1.0-4_armeb.xsh" onclick="window.open(this.href); return false;">ds101-bootstrap</a>, 取ipkg.sh.<br /></p><code># mkdir bootstrap
# mv /harddisk/hd~2/data/ds101-bootstrap_1.0-4_armeb.xsh bootstrap/
# cd bootstrap
# sh ds101-bootstrap_1.0-4_armeb.xsh
DS-10x Bootstrap extracting archive... please wait
bootstrap/
bootstrap/bootstrap.ipk
bootstrap/bootstrap.sh
bootstrap/ipkg.ipk
bootstrap/ipkg.sh
bootstrap/openssl.ipk
bootstrap/wget-ssl.ipk
48899+1 records in
48899+1 records out
Creating temporary ipkg repository... success
Installing DS101(g)-bootstrap package..../ipkg.sh: line 1147: sed: not found


BusyBox v1.10.3 (2009-11-02 16:11:17 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# exit
# ls -l bootstrap/
-rw-r--r--    1 2001     2001      7896835 Nov  7 10:36 bootstrap.ipk
-rwxr-xr-x    1 2001     2001         1423 Nov  7 10:36 bootstrap.sh
-rw-r--r--    1 2001     2001        74911 Nov  7 10:36 ipkg.ipk
-rwxr-xr-x    1 2001     2001        27658 Nov  7 10:36 ipkg.sh
-rw-r--r--    1 2001     2001       697377 Nov  7 10:36 openssl.ipk
-rw-r--r--    1 2001     2001       170521 Nov  7 10:36 wget-ssl.ipk
# cp bootstrap/ipkg.sh /opt/bin/
# chown root:root /opt/bin/ipkg.sh</code><p><br>3-4) 7-Zip解壓縮bootstrap.ipk, 取librt-2.3.3.so, FTP上傳<br /></p><code># mv /harddisk/hd~2/data/librt-2.3.3.so /opt/lib/
# cd /opt/lib/
# chown root:root librt-2.3.3.so
# chmod 644 librt-2.3.3.so
# ln -s librt-2.3.3.so librt.so.1
# cd ~</code><p><br>3-5) wget 測試. (ipkg需要wget)<br /># wget --help<br /></p><code>GNU Wget 1.12, a non-interactive network retriever.
Usage: wget [OPTION]... [url]...
(省略)</code><p><br>3-6) 修改ipkg.sh, #104, #107<br /># vi /opt/bin/ipkg.sh<br /></p><code>IPKG_DIR_PREFIX=opt/lib/ipkg
IPKG_TMP=$IPKG_ROOT/opt/tmp/ipkg</code><p><br>3-7) ipkg設定檔<br /># mkdir /opt/tmp<br /># mkdir /opt/etc<br /># vi /opt/etc/ipkg.conf<br /></p><code>src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable
src ds101 http://ipkg.nslu2-linux.org/feeds/optware/ds101/cross/stable
dest root /</code><p><br>3-8) ipkg.sh使用的相關檔案<br /></p><code># cd /bin
# ln -s busybox dirname
# ln -s busybox expr
# ln -s busybox find
# ln -s busybox gunzip
# ln -s busybox gzip
# ln -s busybox head
# ln -s busybox md5sum
# ln -s busybox rmdir
# ln -s busybox sed
# ln -s busybox sort
# ln -s busybox uniq
# ln -s busybox wc
# cd ~</code><p><br>3-9) 更新套件來源<br /></p><code># export IPKG_CONF_DIR=/opt/etc
# ipkg.sh update</code><p><br>3-10) 安裝ipkg-opt (for update-alternatives)<br /># ipkg.sh install ipkg-opt<br /></p><code>Configuring ipkg-opt...Configuration file `/opt/etc/ipkg.conf'
 ==&gt; File on system created by you or by a script.
 ==&gt; File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions (if diff is installed)
 The default action is to keep your current version.
*** ipkg.conf (Y/I/N/O/D) [default=N] ?N</code><p><br>3-11) 取消ds101套件來源<br /># vi /opt/etc/ipkg.conf<br /></p><code>src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable
#src ds101 http://ipkg.nslu2-linux.org/feeds/optware/ds101/cross/stable
dest root /</code><p><br>3-12) 再安裝BusyBox (for busybox-links)<br /></p><code># ipkg.sh install busybox</code><p><br>如此一來, Optware busybox套件所支援的命令就可使用.<br /><br />若要root使用Optware為優先, 更改PATH, 或建立.profile<br /># touch .profile<br /># vi .profile<br /></p><code>export PATH=/opt/bin:/opt/sbin:$PATH</code><p><br>再來, 可使用nslu2或ds101(沒詳細測試過)套件來源, 安裝需要的套件(例如: PHP). ipkg-opt安裝套件有問題, 但可管理. 所以使用ipkg.sh安裝套件.<br /><br />以上步驟很繁雜, 測試過程中, 必須依照錯誤訊息, 見招拆招. 若領悟後, 在其他NAS(或嵌入式設備)能telnet(或console)進入下, 就有機會安裝Optware, 也就能擴展原廠所沒有的功能, 達成自己的需求.<br /><br />hugo15上傳的<a href="http://uploadrobots.com/CPLgq4" onclick="window.open(this.href); return false;">韌體</a>, <a href="http://uploadrobots.com/4LzG12" onclick="window.open(this.href); return false;">Library</a>.<br />參考:<br />1. <a href="http://testforum.nslu2-info.de/forum/showthread.php?p=24311" onclick="window.open(this.href); return false;">FNS-1000 to expand with the NSLU2 ipkg packages</a><br />2. <a href="http://forum.nas-portal.org/showthread.php?t=1991" onclick="window.open(this.href); return false;">FNS-1000 FNS-1000 - NFS and Telnet access</a></p>]]></content:encoded>
<pubDate>Mon, 08 Feb 2010 00:35:51 +0800</pubDate>
</item>
<item>
<title>[Lly] ASUS RT-N16 alpha? in 改機天堂 : Oleg's firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5027#p5027</link>
<guid isPermaLink="false">5027@http://digiland.tw</guid>
<description>我自己測過，沒遇過這個問題..
#!/bin/sh
sleep 2

# Activate swap
swapon /dev/sda2

# wait for /opt to mount
mount /dev/sda1 /opt
i=0
while [ $i -le 30 ]
do
if [ -d /opt/etc ]
then
break
fi
sleep 1
i=`expr $i + 1`
done

# Run all active services - active means starts with S
/opt/etc/init.d/rc.unslung改了兩個地方：1.是磁碟路徑 /dev/sda1、/dev/sda22.dropbear 拿掉了，可以直接在網頁上設定啟用 ssh
</description>
<content:encoded><![CDATA[<p>我自己測過，沒遇過這個問題..<br /></p><code>#!/bin/sh
sleep 2

# Activate swap
swapon /dev/sda2

# wait for /opt to mount
mount /dev/sda1 /opt
i=0
while [ $i -le 30 ]
do
if [ -d /opt/etc ]
then
break
fi
sleep 1
i=`expr $i + 1`
done

# Run all active services - active means starts with S
/opt/etc/init.d/rc.unslung</code><p><br>改了兩個地方：<br />1.是磁碟路徑 /dev/sda1、/dev/sda2<br />2.dropbear 拿掉了，可以直接在網頁上設定啟用 ssh</p>]]></content:encoded>
<pubDate>Sun, 07 Feb 2010 23:36:52 +0800</pubDate>
</item>
<item>
<title>有支援修改session limit的Tomato軔體（特別是支援N16） in 改機天堂 : 3rd party firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5026#p5026</link>
<guid isPermaLink="false">5026@http://digiland.tw</guid>
<description>各位大大～有人有支援 修改session limits的Tomato ？因為10240~實在不需要用到128MB！我認為128MB要開到50000 session limit 都游刃有餘！所以請教一下～如果沒有這種可以修改連線數限制的Tomato~那N16有存在的必要性嘛？雖然他擁有怪獸級的硬體！但是沒有足以發揮他的軔體搭配～實在無言？因此目前還在觀望中！
</description>
<content:encoded><![CDATA[<p><strong>各位大大～<br />有人有支援 修改session limits的Tomato ？<br />因為10240~實在不需要用到128MB！<br />我認為128MB要開到50000 session limit 都游刃有餘！<br />所以請教一下～如果沒有這種可以修改連線數限制的Tomato~<br />那N16有存在的必要性嘛？<br />雖然他擁有怪獸級的硬體！<br />但是沒有足以發揮他的軔體搭配～實在無言？<br />因此目前還在觀望中！</strong></p>]]></content:encoded>
<pubDate>Sun, 07 Feb 2010 18:40:42 +0800</pubDate>
</item>
<item>
<title>[Lly] ASUS RT-N16 alpha? in 改機天堂 : Oleg's firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5025#p5025</link>
<guid isPermaLink="false">5025@http://digiland.tw</guid>
<description>RT-N16刷了此版本後參考 WL-500g 系列改機基本步驟http://digiland.tw/viewtopic.php?id=158reboot後發現/usr/local/sbin/post-boot不會自動啟動可是手動下./usr/local/sbin/post-boot則可以啟動哈~我是新手~爬了不少文都沒找到類似的解法~不知各位有無碰過類似情況~請各位大大協助~謝謝啦~~
</description>
<content:encoded><![CDATA[<p>RT-N16刷了此版本後<br />參考 <br />WL-500g 系列改機基本步驟<br /><a href="http://digiland.tw/viewtopic.php?id=158" onclick="window.open(this.href); return false;">http://digiland.tw/viewtopic.php?id=158</a><br /><br />reboot後發現<br />/usr/local/sbin/post-boot<br />不會自動啟動<br /><br />可是手動下./usr/local/sbin/post-boot則可以啟動<br />哈~我是新手~爬了不少文都沒找到類似的解法~<br />不知各位有無碰過類似情況~請各位大大協助~<br />謝謝啦~~</p>]]></content:encoded>
<pubDate>Sun, 07 Feb 2010 16:16:43 +0800</pubDate>
</item>
<item>
<title>請教RT-N16如何刷TOMATO? in 改機天堂 : 3rd party firmware 討論區</title>
<link>http://digiland.tw/viewtopic.php?pid=5024#p5024</link>
<guid isPermaLink="false">5024@http://digiland.tw</guid>
<description>刷好囉比原廠好用多了原廠刷完只要使用迅雷馬上就不能登錄期待有中文版的英文的有些還是看不太懂謝謝版主
</description>
<content:encoded><![CDATA[<p>刷好囉<br />比原廠好用多了<br />原廠刷完只要使用迅雷馬上就不能登錄<br />期待有中文版的<br />英文的有些還是看不太懂<br />謝謝版主</p>]]></content:encoded>
<pubDate>Sun, 07 Feb 2010 14:50:08 +0800</pubDate>
</item>
</channel>
</rss>
