2015年11月2日 星期一

家用電腦更新

老爸用那台監視機.
更換主機板, 記憶體.
原本是asus M3A78-CM + kingston 2G DDR2-800.
換 asus m5a78l-m/usb3 + kingston 4G DDR3-1600

之前換過cpu. 保內送修amd althon 5050e. 換回amd althon2 250.
所以能續用cpu.
主機板跟記憶體是2009年購入. 都是24hrs 不關機使用.

2014年11月17日 星期一

install unrar on raspberry pi

Download and unpack
___ wget http://www.rarlab.com/rar/unrarsrc-4.2.4.tar.gz
___ gunzip -v unrarsrc-4.2.4.tar.gz
___ tar -xvf unrarsrc-4.2.4.tar
Compile
___ cd unrar/
___ make -f makefile.unix
Install
___ sudo cp unrar /usr/local/bin
Configure alternatives to point to my unrar instead of the unrar-free
___ sudo update-alternatives --install /usr/bin/unrar unrar /usr/local/bin/unrar 10
___ update-alternatives --display unrar
___ sudo update-alternatives --config unrar

raspberry b+ 入手

raspberry b+ 入手.
壓克力殼 + toshiba變壓器 + 兩小片散熱片.  => 1425元 (含7-11取貨付款30元)
另外買了創見16G c10 micro sd. (259元)
b+ usb有四孔. 可hot plug. (b板只有2孔不能hot plug)

準備架webcam stream server.
1 usb : wifi adapter
3 usb : web cam

耗電應該在10W 內.
 

2014年10月31日 星期五

RT-N15U 入手

升級giga lan port
刷tomato
cpu : bcm 47186 @ 500MHz (tomato 顯示 bcm5357)
ram : 64MB
rom : 8MB
跑BT, lighttpd. 比之前(RT-N10U)順.

缺點 : 溫度頗高. 貼了散熱片一樣溫度比RT-N10U高約10度.

pchome入手 福利品. 999元. 收到時看起來是沒開封過.

2013年1月30日 星期三

cisco enable ipv6 功能


Switch(config)# sdm prefer dual-ipv4-and-ipv6 default  (打開ipv6功能)
Switch(config)# ipv6 unicast-routing
Switch(config)# interface gigabitEthernet 1/0/1
Switch(config-if)# no switchport
Switch(config-if)# ipv6 address 2034:0DC8:D23:1::/64 eui 64
Switch(config-if)# end

如上~~..