星期五, 1月 25, 2008
星期二, 1月 22, 2008
Google Earth
http://gemvg.com/
http://www.ascc.sinica.edu.tw/gis/googlemap/
http://gis.ascc.net/ISTIS/tools.html
http://tw.myblog.yahoo.com/aerofoto-taiwan/
http://bernhard.sterzbach.de/googlemapsoverlay.html
http://www.ascc.sinica.edu.tw/gis/googlemap/
http://gis.ascc.net/ISTIS/tools.html
http://tw.myblog.yahoo.com/aerofoto-taiwan/
http://bernhard.sterzbach.de/googlemapsoverlay.html
星期日, 9月 09, 2007
星期六, 7月 07, 2007
星期一, 6月 25, 2007
繩索資料,僅供參考
繩索資料,僅供參考
http://bloguide.ettoday.com/ropeaccess/
Figure-of-nine loop
http://ukcaving.com/board/index.php?topic=3315.msg43521
Rope Rescue
http://basarc.org/site/?q=roperescue
FM 3-97.61
https://atiam.train.army.mil/soldierPortal/atia/adlsc/view/altfmt/6714-1
TECHNICAL RESCUE EQUIPMENT AND TECHNIQUES
http://www.clmrg.org/ManCh4.html
http://bloguide.ettoday.com/ropeaccess/
Figure-of-nine loop
http://ukcaving.com/board/index.php?topic=3315.msg43521
Rope Rescue
http://basarc.org/site/?q=roperescue
FM 3-97.61
https://atiam.train.army.mil/soldierPortal/atia/adlsc/view/altfmt/6714-1
TECHNICAL RESCUE EQUIPMENT AND TECHNIQUES
http://www.clmrg.org/ManCh4.html
星期六, 4月 28, 2007
星期一, 4月 23, 2007
星期六, 3月 03, 2007
星期二, 2月 27, 2007
星期一, 2月 26, 2007
星期日, 2月 25, 2007
星期六, 2月 24, 2007
點到那裡去了,再點一次
傳統製版流程所提到的網點(DOT)大家都懂,有了數位影像擷取器用DPI來說明輸入設備的解析力,後來發明了底片輸出機 也用DPI來表明一英吋有幾個點,再加上印刷時又出現了LPI (Line Per Inch)來說明印刷品的精細程度。這麼多的點真是多的讓人數不完。本來是見山是山,反成了見山不是山,深怕用表錯詞表錯意。沒關係,嶄新讓您進入見山又 是山的境界。
詳細內容
詳細內容
星期日, 11月 12, 2006
星期日, 9月 10, 2006
星期五, 5月 05, 2006
OpenVPN安裝筆記
安裝環境 Debian Sarge kernel 2.6 with testing package
- 用aptitude 安裝 openvpn 2
- 根據官方HowTo的說明安裝Server部分
- 產生各種key,利用/usr/share/doc/openvpn/examples/easy-rsa/2.0/的script
- 修改vars
export KEY_COUNTRY="TW"
export KEY_PROVINCE="Taiwan"
export KEY_CITY="Hsinchu"
export KEY_ORG="公司名稱"
export KEY_EMAIL="我的@郵件信箱" - 執行參數設定
. ./vars - 清除已有 Key
./clean-all - 產生RootCA憑證
./build-ca
Common Name 填 OpenVPN-CA 其他都預設就好 - 產生Server用憑證
./build-key-server server
Common Name 填 server ;其他是非題就選y - 偷懶法產生Client憑證
./build-key client1
./build-key client2
./build-key client3
依此類推 - 產生Diffie Hellman parameters
./build-dh - 把ca.crt、ca.key、server.crt、server.key、dh1024.pem放到 /etc/openvpn
- 修改/usr/share/doc/openvpn/examples/sample-config-files/server.conf
後放在 /etc/server.conf - proto tcp
- push "redirect-gateway"
- user nobody
- group nogroup
- 把ca.crt、client1.crt、client1.key放到 第一台Client的設定檔目錄
(例如:Windows 就是在C:\Program Files\OpenVPN\config)
(Linux則在/etc/openvpn) - 在client1機器上一樣把client.conf(或client.ovpn@windows)的sample檔案拿來改
(其他client自行類推) - proto tcp
- remote [VPN主機位置] 1194
- cert client1.crt
key client1.key - 加上NAT的設定
- 啟動 ip forward
修改 /etc/network/options
ip_forward=yes - 設定iptable 的NAT 對應->參考資料
/sbin/iptables -t nat -A POSTROUTING -d ! 10.8.0.0/255.255.255.0 -j MASQUERADE - 儲存iptable設定
mkdir /var/lib/iptables/
/etc/init.d/iptables save active - 完成啦!
星期六, 4月 15, 2006
訂閱:
文章 (Atom)