2009-03-17
- Samoa這個小國的國旗跟台灣國旗還真像啊!!
- [備忘] 檢查 Linux 作業系統版本 - from rider
- 用 lsb_release -a 可以顯示所採用的 Distribution 版本。不過一定要加 -a 喔,不然有些 Distribution 會只顯示"No LSB modules are available."
jazz@drbl:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 5.0 (lenny) Release: 5.0 Codename: lenny
- 縱使是在 Debian Lenny 用 debootstrap 產生出來的 Ubuntu intrepid 也可以識別喔。
root@drbl:~# mkdir intrepid root@drbl:~# debootstrap intrepid intrepid/ root@drbl:~# chroot intrepid/ root@drbl:/# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 8.10 Release: 8.10 Codename: intrepid
- 用 lsb_release -a 可以顯示所採用的 Distribution 版本。不過一定要加 -a 喔,不然有些 Distribution 會只顯示"No LSB modules are available."
Virtualization
- Mother Nature speeds school district virtualization project
- Virtual applications earn an A+ at this 'laptop school'
Cloud Computing
- Cloudera Seeks to Make Hadoop More Accessible With Packaged Distribution
- 目前只有 Redhat 有打包 RPM 版本的 Hadoop
- Configure Cloudera's Distribution for Hadoop - Cloudera 提供的客制化網頁打包服務
Apache + Mono = ASP.NET on Linux
- 有人問我在 Linux 上可不可以架設 ASP 或 ASP.NET,答案是可以的。只是嚴格講起來不是標準的 ASP.NET ,由於我已經脫離微軟伺服器陣營多年,這種技術基本上也只是看看而已,一點想架的動力都沒有。
- 如果沒特別要用到 .Net 語法,其實有 ASP 的解決方案叫做 Apache::ASP - 一套透過 Apache mod_perl 提供 ASP 語法轉譯的機制
- 第一種方法是不裝 Apache 只用 XSP ,它是一套輕量化的網頁伺服器,可以直接用 Mono 跑 ASP.NET 的範例
- 第二種方法是裝 Apache 跟 mod_mono
Network : VPN (Virtual Private Network)
- VPN 的種類真是多如牛毛啊!!! SSL VPN, PPTP, L2TP, L2TP over IPSec .... 要挑一種可以適應在 NAT 背後來能連線的,還真是件困難的事情!!
- VPN 的兩種連法 - SSL VPN 跟 PPTP
- SSL VPN:
- 這部分大家好像都用 OpenVPN 居多,而且 Debian 本身就已經有套件了。
- Debian 上架設 OpenVPN 的步驟
- ubuntu server 8.04 安裝openvpn筆記
- 不管是 Windows GUI 或者一些安裝程序,看起來已經蠻人性化了,可以測試看看。
- 題外話: 碰巧看到一個專案叫做 CloudVPN,它想要改變 OpenVPN 只有一台 VPN Server 的限制,倒是可以試玩看看。PS. 作者設計的 Logo 蠻好看的。
- L2TP/IPSec :
- Using a Linux L2TP/IPsec VPN server - 用 FreeS/WAN 來建立 VPN 服務
- 根據 "L2TP Over IPsec VPN - Client to Site 實做問題??" 這篇回答,好像用 L2TP 並無法適用 NAT 環境,仍待跟網路方面的專家確認。
- PPTP:
- Debian pptpd HOWTO - 用 Debian 架設 PPTD Server 的文件
- Debian PPTP Client HOWTO - Debian 下使用 PPTD Client 的文件
- Setup POPTOP VPN Server and NAT on Debian - 這是在 Debian 上架設 PPTP 服務的 Screencast
- 這篇 有提到 PPTP 的一些缺點,例如安全上比較弱、如果 Router 沒支援的話就不會通...等。
- 此外,似乎要讓 PPTP 支援 Mac 也得要花上一點功夫,參考 "Debian linux as a VPN server for OS X"
- MPLS
- 遇見 100% 的 VPN - 中心網路組的研究主要都是以 MPLS 為主。
Last modified 16 years ago
Last modified on Mar 23, 2009, 12:04:10 AM