Changes between Version 4 and Version 5 of jazz/09-03-17


Ignore:
Timestamp:
Mar 18, 2009, 12:17:51 AM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-03-17

    v4 v5  
    1414   * 目前只有 Redhat 有打包 RPM 版本的 Hadoop
    1515   * [https://my.cloudera.com/ Configure Cloudera's Distribution for Hadoop] - Cloudera 提供的客制化網頁打包服務
     16
     17== Apache + Mono = ASP.NET on Linux ==
     18
     19 * 有人問我在 Linux 上可不可以架設 ASP 或 ASP.NET,答案是可以的。只是嚴格講起來不是標準的 ASP.NET ,由於我已經脫離微軟伺服器陣營多年,這種技術基本上也只是看看而已,一點想架的動力都沒有。
     20   * 如果沒特別要用到 .Net 語法,其實有 ASP 的解決方案叫做 [http://www.apache-asp.org/install.html Apache::ASP] - 一套透過 Apache mod_perl 提供 ASP 語法轉譯的機制
     21   * 第一種方法是不裝 Apache 只用 XSP ,它是一套輕量化的網頁伺服器,可以直接用 Mono 跑 ASP.NET 的範例
     22     * [http://www.debianadmin.com/running-aspnet-applications-in-debian-and-ubuntu-using-xsp-and-mono.html Running ASP.NET Applications in Debian and Ubuntu using XSP and Mono]
     23     * [http://www.codeproject.com/KB/cross-platform/introtomono2.aspx?display=Print Introduction to Mono - ASP.NET with XSP and Apache]
     24   * 第二種方法是裝 Apache 跟 mod_mono
     25     * [http://blog.sikazozo.org/index.php?/archives/182-Debian-ASP.net.html 在 Debian 上跑 ASP.NET]
     26
     27== Network : VPN (Virtual Private Network) ==
     28
     29 * VPN 的種類真是多如牛毛啊!!! SSL VPN, PPTP, L2TP, L2TP over IPSec .... 要挑一種可以適應在 NAT 背後來能連線的,還真是件困難的事情!!
     30 * [http://www.cc.ntu.edu.tw/chinese/epaper/20070620_1004.htm VPN 的兩種連法 - SSL VPN 跟 PPTP]
     31 * SSL VPN:
     32   * 這部分大家好像都用 [http://openvpn.net/ OpenVPN] 居多,而且 Debian 本身就已經有[ 套件]了。
     33   * [http://wiki.debian.org.tw/index.php/OpenVPN Debian 上架設 OpenVPN 的步驟]
     34   * 題外話: 碰巧看到一個專案叫做 [http://exa.czweb.org/?view=cloudvpn CloudVPN],它想要改變 OpenVPN 只有一台 VPN Server 的限制,倒是可以試玩看看。PS. 作者設計的 Logo 蠻好看的。[[BR]][[Image(http://exa.czweb.org/stuff/cloudvpn-tshirt.png, width=200)]]
     35 * L2TP/IPSec :
     36   * [http://www.jacco2.dds.nl/networking/freeswan-l2tp.html Using a Linux L2TP/IPsec VPN server] - 用 [http://www.freeswan.org/ FreeS/WAN] 來建立 VPN 服務
     37   * 根據 "[http://phorum.study-area.org/index.php?action=printpage;topic=55324.0 L2TP Over IPsec VPN - Client to Site 實做問題??]" 這篇回答,好像用 L2TP 並無法適用 NAT 環境,仍待跟網路方面的專家確認。
     38 * PPTP:
     39   * [http://poptop.sourceforge.net/dox/debian-howto.phtml Debian pptpd HOWTO] - 用 Debian 架設 PPTD Server 的文件
     40   * [http://pptpclient.sourceforge.net/howto-debian.phtml Debian PPTP Client HOWTO] - Debian 下使用 PPTD Client 的文件
     41   * [http://www.persianadmins.com/swf/poptop-debian.htm Setup POPTOP VPN Server and NAT on Debian] - 這是在 Debian 上架設 PPTP 服務的 Screencast
     42   * [http://pigtail.net/nicholas/pptp/ 這篇] 有提到 PPTP 的一些缺點,例如安全上比較弱、如果 Router 沒支援的話就不會通...等。
     43   * 此外,似乎要讓 PPTP 支援 Mac 也得要花上一點功夫,參考 "[http://blogs.infoecho.net/echo/2005/09/debian-linux-as-a-vpn-server-for-os-x/ Debian linux as a VPN server for OS X]"