2010/04/29

Dell Vostro 230 新增網卡 in RHEL/CentOS 5.4 x86_64bit

驅動請上Dell官網抓...
http://support.dell.com/support/index.aspx?c=us&cs=555&l=en&s=biz

檔名:tg3-3.99k-1.x86_64.rpm
Broadcom NetXtreme Gigabit ethernet driver

* 請直接安裝
[root@localhost ~]# rpm -ivh tg3-3.99k-1.x86_64.rpm

* 觀看套件資訊
[root@localhost ~]# rpm -ql tg3-3.99k
/lib/modules/2.6.18-164.el5/updates/tg3.ko
/usr/share/doc/tg3-3.99k
/usr/share/doc/tg3-3.99k/ChangeLog
/usr/share/doc/tg3-3.99k/LICENSE
/usr/share/doc/tg3-3.99k/README.TXT
/usr/share/man/man4/tg3.4.gz

* 有文件說明,看一下...
[root@localhost ~]# less /usr/share/doc/tg3-3.99k/README.TXT

* 載入網卡模組到核心
[root@localhost ~]# insmod tg3

* 從 系統->管理->網路->硬體 可以看到這張網卡硬體的訊息(Broadcom NetXtreme Gigabit ethernet driver)
* 從裝置新增一個乙太網路連線->此網卡(Broadcom NetXtreme Gigabit ethernet driver)->DHCP(自動取得IP)->套用完成

* 請確認 dns ,主機名稱都有設定,接下來重新啟動網卡,應該就可以上網了。不用重開機.....!!!

說明文件內容貼在下面:
Installation Notes
Broadcom tg3 Linux Driver
Version 3.99k
08/17/2009

Broadcom Corporation
5300 California Avenue
Irvine, California 92617

Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009 Broadcom Corporation
All rights reserved


Table of Contents
=================

Introduction
Limitations
Packaging
Installing Source RPM Package
Building Driver From TAR File
Driver Settings
Driver Defaults
Unloading and Removing Driver
Driver Messages


Introduction
============

This file describes the tg3 Linux driver for the Broadcom NetXtreme
10/100/1000 Mbps PCI/PCI-X/PCI Express Ethernet Network Controllers.
The latest driver is in the latest 2.6 Linux kernel. It can also be
downloaded from http://www.broadcom.com as a source package, but is
generally not necessary to do so if you are using the latest 2.6
upstream kernel from http://www.kernel.org or one of the latest
vendor kernels from Red Hat, SuSE, or others.

The tg3 driver from the Broadcom package is almost identical to the
tg3 driver in the latest 2.6 upstream Linux kernel. It includes some
additional kernel compatible code to allow it to compile on older 2.6
and some 2.4 kernels. The version number is also similar but generally
has a one letter suffix at the end, (e.g. 3.55b) to distinguish it from
the in-kernel tg3 driver.

The next few sections on packaging, compiling, and installation apply
mostly to the Broadcom driver package only.


Limitations
===========

The current version of the driver has been tested on 2.4.x kernels starting
from 2.4.24 and all 2.6.x kernels. The driver may not compile on kernels
older than 2.4.24. Testing is concentrated on i386 and x86_64 architectures.
Only limited testing has been done on some other architectures such as
powerpc and sparc64.

Minor changes to some source files and Makefile may be needed on some
kernels.

Forcing 1 Gigabit speed in a copper environment is not supported and may
result in connection issues with certain switches.


Packaging
=========

To replace an older previously installed or in-kernel tg3 driver, follow
the instructions below.

The driver package from http://www.broadcom.com is released in two packaging
formats: source RPM and compressed tar formats. The file names for the two
packages are tg3-.src.rpm and tg3-.tar.gz respectively.
Identical source files to build the driver are included in both packages.


Installing Source RPM Package
=============================

The following are general guidelines for installing the driver.

1. Install the source RPM package:

rpm -ivh tg3-.src.rpm

2. CD to the RPM path and build the binary driver for your kernel:

cd /usr/src/{redhat,OpenLinux,turbo,packages,rpm ..}

rpm -bb SPECS/tg3.spec

or

rpmbuild -bb SPECS/tg3.spec (for RPM version 4.x.x)

Note that the RPM path is different for different Linux distributions.

The driver will be compiled for the running kernel by default. To build
the driver for a kernel different than the running one, specify the
kernel by defining it in KVER:

rpmbuild -bb SPECS/tg3.spec --define "KVER "

where in the form of 2.x.y-z is the version of another
kernel that is installed on the system.

3. Install the newly built package (driver and man page):

rpm -ivh RPMS//tg3-..rpm

is the architecture of the machine, e.g. i386:

rpm -ivh RPMS/i386/tg3-.i386.rpm

Note that the --force option may be needed on some Linux distributions
if conflicts are reported.

The driver will be installed in the following path:

2.4.x kernels:

/lib/modules//kernel/drivers/net/tg3.o

2.6.x kernels:

/lib/modules//kernel/drivers/net/tg3.ko

4. Load the driver:

insmod tg3.o
or
insmod tg3.ko (on 2.6.x kernels)
or
modprobe tg3

5. To configure network protocol and address, refer to various Linux
documentations.


Building Driver From TAR File
=============================

The following are general guidelines for installing the driver.

1. Create a directory and extract the files:

tar xvzf tg3-.tar.gz

2. Build the driver tg3.o (or tg3.ko) as a loadable module for the
running kernel:

cd src
make

The driver will be compiled for the running kernel by default. To build
the driver for a kernel different than the running one, specify the
kernel by defining it in KVER:

make KVER=

where in the form of 2.x.y-z is the version of another
kernel that is installed on the system.

3. Test the driver by loading it:

insmod tg3.o
or
insmod tg3.ko (on 2.6.x kernels)
or
insmod tg3

4. Install the driver:

make install

See RPM instructions above for the location of the installed driver.

5. To configure network protocol and address, refer to various Linux
documentations.


Driver Settings
===============

This and the rest of the sections below apply to both the in-kernel tg3
driver and the tg3 driver package from Broadcom.

Driver settings can be queried and changed using ethtool. The latest ethtool
can be downloaded from http://sourceforge.net/projects/gkernel if it is not
already installed. The following are some common examples on how to use
ethtool. See the ethtool man page for more information. ethtool settings do
not persist across reboot or module reload. The ethtool commands can be put
in a startup script such as /etc/rc.local to preserve the settings across a
reboot. On Red Hat distributions, "ethtool -s" parameters can be specified
in the ifcfg-ethx scripts using the ETHTOOL_OPTS keyword. The specified
ethtool parameters will be set during ifup. Example:
/etc/sysconfig/network-scripts/ifcfg-eth0:

ETHTOOL_OPTS="wol g speed 100 duplex half autoneg off"

Some ethtool examples:

1. Show current speed, duplex, and link status:

ethtool eth0

2. Change speed, duplex, autoneg:

Example: 100Mbps half duplex, no autonegotiation:

ethtool -s eth0 speed 100 duplex half autoneg off

Example: Autonegotiation with full advertisement:

ethtool -s eth0 autoneg on

Example: Autonegotiation with 100Mbps full duplex advertisement only:

ethtool -s eth0 speed 100 duplex full autoneg on

3. Show flow control settings:

ethtool -a eth0

4. Change flow control settings:

Example: Turn off flow control

ethtool -A eth0 autoneg off rx off tx off

Example: Turn flow control autonegotiation on with tx and rx advertisement:

ethtool -A eth0 autoneg on rx on tx on

Note that this is only valid if speed is set to autonegotiation.

5. Show offload settings:

ethtool -k eth0

6. Change offload settings:

Example: Turn off TSO (TCP segmentation offload)

ethtool -K eth0 tso off

7. Get statistics:

ethtool -S eth0

8. Perform self-test:

ethtool -t eth0

Note that the interface (eth0) must be up to do all tests.

9. See ethtool man page for more options.


Driver Defaults
===============

Speed : Autonegotiation with all speeds advertised

Flow control : Autonegotiation with rx and tx advertised

MTU : 1500 (range 46 - 9000)

Some chips do not support jumbo MTUs bigger than
1500

Rx Ring Size : 200 (range 0 - 511)

Some chips are fixed at 64

Rx Jumbo Ring Size : 100 (range 0 - 255)

Not all chips support the jumbo ring, and some
chips that support jumbo frames do not use the
jumbo ring.

Tx Ring Size : 511 (range (MAX_SKB_FRAGS+1) - 511)

MAX_SKB_FRAGS varies on different kernels and
different architectures. On a 2.6 kernel for
x86, MAX_SKB_FRAGS is 18.

Coalesce rx usecs : 20 (range 0 - 1023)

Coalesce rx usecs irq : 20 (range 0 - 255)

Coalesce rx frames : 5 (range 0 - 1023)

Coalesce rx frames irq : 5 (range 0 - 255)

Coalesce tx usecs : 72 (range 0 - 1023)

Coalesce tx usecs irq : 20 (range 0 - 255)

Coalesce tx frames : 53 (range 0 - 1023)

Coalesce tx frames irq : 5 (range 0 - 255)

Coalesce stats usecs : 1000000 (aprox. 1 sec.)

Some coalescing parameters are not used or have
different defaults on some chips

MSI : Enabled (if supported by the chip and passed
the interrupt test)

TSO : Enabled on newer chips that support TCP segmentation
offload in hardware

WoL : Disabled


Unloading and Removing Driver
=============================

To unload the driver, use ifconfig to bring down all eth# interfaces opened
by the driver, then do the following:

rmmod tg3

Note that on 2.6 kernels, it is not necessary to bring down the eth#
interfaces before unloading the driver module.


If the driver was installed using rpm, do the following to remove it:

rpm -e tg3


If the driver was installed using make install from the tar file, the driver
tg3.o (or tg3.ko) has to be manually deleted from the system. Refer
to the section "Installing Source RPM Package" for the location of the
installed driver.


Driver Messages
===============

The following are the most common sample messages that may be logged in the file
/var/log/messages. Use dmesg -n to control the level at which messages
will appear on the console. Most systems are set to level 6 by default. To see
all messages, set the level higher.

Driver signon:
-------------

tg3.c:v3.99k (August 17, 2009)


NIC detected:
------------

eth0: Tigon3 [partno(BCM95704A6) rev 2003] (PCIX:100MHz:64-bit) MAC address 00:10:18:04:3f:36
eth0: attached PHY is 5704 (10/100/1000Base-T Ethernet) (WireSpeed[1])
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
eth0: dma_rwctrl[769f4000] dma_mask[64-bit]


Link up and speed indication:
----------------------------

tg3: eth0: Link is up at 1000 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.


Link down indication:
--------------------

tg3: eth0: Link is down.

2010/04/26

收到 Lunarpages - Renewal Notification 的續約提醒信件,如何取消續約?

兩年前因為接了一案子用自己的信用卡租了一個虛擬主機空間,那時候就買了Lunarpages
結果後來 Lunarpages 網路速度很慢,效能很差。然後業主也倒了....就沒再想過這件事了
結果這幾天來了續約的提醒信件,還好我有仔細的看了一下.....

Lunarpages - Renewal Notification

Hi there,

We noticed that your Lunarpages web hosting account has items due for renewal soon. Please review the following items that we have on record for your account:
這段寫得很模糊,但就是說...你如果沒有跟我說我就當你自動續約了......
靠邀勒.....現在買東西都這樣的呀!講的那麼委婉,還不是想趁人不注意騙錢....

底下信件內容就不是很重要了......

接下來當然快速的登入他的 Account Panel via https://account.lunarpages.com/billing_info.php
修改我的付款資訊...(信用卡號碼在他人手上總是感到不安)
結果找了半天...沒看到取消的按鈕勒,後才發現你只能改變你的付款方式(New Payment Method)
用一個手動的付款方式付款,才可以不用自動繳費.....


點選 Billing/contact information ->下面有各 Edit Payment Type



點選 Would you like to update your payment method? 打溝後,才會出現 4 的 from 表單...
選擇 check/money order (這個是叫你要寄支票到他美國的公司確認後才續約)
最後記得按 submit 送出去,告訴他.....


相關連結:
http://www.my-life.tw/hosting-talk/archiver/tid-1047.html  吃定消費者的LunarPages
http://www.lowest-price-web-hosting.com/big5/bbs/redirect.php?fid=4&tid=1498&goto=nextoldset 收到了Lunarpages的續約信

2010/04/20

自由軟體常見授權模式

* Open Source
*# GNU General Public License 要分享
*# Berkeley Software Distribution (BSD) 自由的用

* 權力不變,創意無限(CC授權)
*# http://creativecommons.org.tw/

* BSD,Apache,GPL,LGPL,MIT - 比較整理:
*# http://www.awflasher.com/blog/archives/939

* 授權精靈 V3.3 - License Wizard 內容涵蓋最廣為使用的十幾種自由軟體授權條款,讓程式設計者按步驟回答幾個簡單的問題,就可以得到最合其用的一自由軟體授權條款。

*# 開發的頁面:http://of.openfoundry.org/projects/139
*# http://swan.iis.sinica.edu.tw/LicenseWizard/index.htm

* 案例(1): 全球第一個 GPL 完整法院訴訟案例剖析-Dlink

* 案例(2): CISCO Linksys案例:
# CISCO Linksys 違反 GPL - Linksys使用了Linux 2.4.5核心系統與其他的GPL程式碼
# 詳細說明 http://zh.wikipedia.org/zh-tw/Linksys
# 延伸閱讀 但是造成了 NSLU 計畫及 LinkSYS的熱消 http://www.nslu2-linux.org/
# 延伸閱讀 ASUS WL-500G 也是類似的狀況造成了 oleg 及 TOMATO 等其他韌體版本的出現 http://oleg.wl500g.info/ 有了好用又穩定的韌體。

* 案例(3):[承認 Windows 7 工具程式包含 GPL 程式碼 微軟將公開原始程式 ]- 可以幫助 netbook 使用者,在沒有 DVD 磁碟機的情況下,安裝 Windows 7 的工具
# [http://wudt.codeplex.com/ Windows 7 USB/DVD Download Tool (WUDT)] - 微軟已不提供下載

* 案例(4):Google Android OS 的問題?
# [Linux Kernel的維護者 Greg Kroah-Hartman宣佈,將Android 代碼從Linux kernel 代碼庫中刪除]
# 評論關於這件事件 http://nckuhuahua.pixnet.net/blog/post/30617597
# 評論 http://www.cnbeta.com/articles/103737.htm

2010/04/13

台灣大寬頻的 IPV6 設定方式 for windows

ipv6 目前的導入進度為 dual stack(ipv4/ipv6) ,就是讓兩種通訊協定並存
於目前的網路之中,然後逐步的淘汰演化到 native ipv6 的狀態

但是在家用網路又限於路由器轉換需要成本,ISP根本不會這樣大成本的更換
只能夠過個 ISP 提供的 ipv6 tunnel broker 工具來啟用,他其實就是
利用現有IPv4 網路,透過二端建立起一條隧道(Tunnel)
Server端透過這個Tunnel 發送一組IPv6 位址給另一端,
使兩端可以使用IPv6 封包在Tunnel 內傳遞。
這就和 VPN 的方式很類似.


台灣大寬頻提供的在底下網址:
http://www.twmsolution.com/ipv6/user.htm

但其實各家 ISP 都有提供相對的服務

亞太寬頻
http://www.apol.com.tw/ipv6/ipv6-tb-1.html

中華電信IPv6 Tunnel Broker
http://www.ipv6.hinet.net/installGuide.htm

TANET IPv6 Tunnel Broker (結果到現在還說連線以滿....一整個弱掉)
http://tb.nccu.tb.edu.tw/cgi-bin/tb.pl

其他家電信的話請自己用 IPv6 Tunnel Broker 搜尋應該都可以找到。

(1)軟體下載:
下載IPV6 用戶端 軟體,下載後執行安裝
下載位置 http://www.twmsolution.com/ipv6/download/

如果沒有 .net framework 2.0 需要先到微軟的網站抓取安裝
詳細請見這裡的說明(有安裝可以skip)

(2)安裝好後,基本在你的網路連線中會出現一張虛擬的網卡
   Hexago Virtual Muti-Tunnel Adapter(如下圖)
並且通訊協定 ipv6 已經被安裝在網路連線內。




(2) 請使用 ipconfig 觀看目前網卡是否取得 IP , 基本上會一個八組 (:)冒號分隔的 數字



(3) 使用 ping6  對  www.ipv6.org 網站試試看


最後用 browser 上 http://www.ipv6.org 網站,能夠看到的話就是正確了!!!


dual stack ipv6

如果你是學術網路或是公司有支援 dual stack 模式的網路,安裝更是容易

在 xp 中安裝 ipv6 只要依這個使用說明安裝即可

1.
Open Network Connections
2.
Right-click any local area connection, and then click Properties.
3.
Click Install.
4.
In the Select Network Component Type dialog box, click Protocol, and then click Add.
5.
In the Select Network Protocol dialog box, click Microsoft TCP/IP version 6, and then click OK.
6.
Click Close to save changes to your network connection.
然後一樣用ipconfig 及 ping6 測試連到外面的網站即可。

至於 windows 7 更是預設就裝好了.....

目前個教育局網路好像都有做了 dual stack 但是各區網中心就看狀況了,
至少高高屏區網還沒有作.......

真是遺憾了,tanet ipv6 都分好了但是都沒用.....
TANET 學術網路各單位分配的 IPV6 ip
http://domain.edu.tw/dns/colleges.htm

既然 client 都可以工作了,再來就是 server 變更打開 ipv6 的 support 就可以以了.
unix like 的 os 的主要服務幾乎都有支援了,windows 的系列就看版本了
以最主要的 IIS server (web server) 來看

http://www.rd.ipv6.org.tw/?p=1396#more-1396

各版本IIS伺服器對IPv6支援簡介
Windows 2000
- 須至 Microsoft 網站下載 IPv6Kit 軟體
- 內建IIS5,不支援IPv6
Windows 2003
- 內建 IPv4/IPv6 Dual Stack,可輕易啟用
- 內建IIS6,支援IPv6,圖形介面不支援IPv6設定
Windows 2008
- 支援 Native IPv6 功能,預設啟用 IPv6 通訊協定
- 內建IIS7,支援IPv6,圖形介面支援IPv6設定

更多資訊可以參考
http://www.rd.ipv6.org.tw/
內容很多很詳細...!!!!

ipv6 的 google
http://ipv6.google.com/

用 ipv6 直接可以翻牆出來 .....且還加密勒....

漂移停車

汽車阿桑版




兒童腳踏車小妹妹版

2010/04/11

讓主管使用 IE6 是殺死網頁開發者最佳的方法 (i hate IE6)

這只是篇抱怨文,........ 所以只有ooxxdd 的文字....
再 MIS 的領域,有很多的系統分析及軟體工程的書籍,講述和使用者
作系統溝通的時候,需要遵循的規定,大致流程如下:
1.user 提出需求
2.developer 可行性評估
3.use and developer 修正規格
4.系統實作
5.軟體測試
以上皆為理想的工作流程,但通常每各 user 都不會把這樣的流程當真...

 以上只是抱怨.....



基本上專案只要照的這個開發流程,都可以順利開發完成。
(書本寫的...現實狀況好像不是這樣....)
但其實只要使用者使用了 IE6 這個歷史曾經上佔有率最高的Browser 不管你
的專案怎麼跑,就是會失敗.....尤其是當一個 IT 主管也使用 IE6 看你寫的
程式或網頁,那就是他要你離開的時候了....

所以,拜託各位.....如果你不使用Firefox 或是 Chrome 就麻煩你使用新版的
IE7 or IE8 這樣可以減少 MIS 的工作負擔。

至於 IE6 必須死亡的原因....以下這個網站可以提供參考
http://www.neoease.com/ie6-must-die/

IE6 為何不死?

IE6 久久不離其位當然是有原因的, 根據網上資料與個人總結, 得出以下幾點:

1. 普及時間長, 用戶已經形成了使用習慣, 甚至形成以偏概全的認知. XP 的成功和長壽讓 IE6 成為大家最熟悉的軟件之一, 而且 2001 到現在正是網絡發展最快速的幾年, 很多用戶一直只適用 IE6, 他們找不到 Internet Options 菜單項, 無法理解其他瀏覽器新奇的標籤和工具, 甚至認為 IE6 就是網絡.

2. 在 IE6 盛行幾年間, 很多公司為了節約成本, 開發的應用系統只支持 IE6. 令人稱奇的是現在還有很多企業繼續生產這樣的產品. 系統都做出來了, 現在去兼容吧, 不好意思, 合同沒寫, 加錢也未必做得到. 推倒重做吧, 不可能! 行, 那公司的所有電腦都必須使用 IE6.

3. 如果你有留意瀏覽器的市場佔有率, 你會發現 IE 各版本的佔有率和 Windows 的佔有率成正比, 也就是說, 使用 Windows 系統的用戶大部分都沒有升級或者更換操作系統默認瀏覽器. Vista 的失敗令 Windows XP 和 IE6 有更多的生存空間.

4. 還有一些頑固分子, 可能看著其他瀏覽器不順眼或者覺得用舊東西比較酷 (我的某個朋友就經常吹捧他對 Windows 95 的熟悉).

5. 網頁設計師和開發工程師, 他們是最大的受害者, 是最想擺脫 IE6 但又不能甩手放棄的.
IE6 為何該死?

IE6 是網頁開發人員的噩夢. 他們必須花很多時間和精力去照顧這個老傢伙, 所以這幫人很想整死 IE6. 從開發的角度來看, IE6 很該死的.

1. PNG 是一種支持半透明通道的圖片, 可以方便的用於設計網頁, 製作疊層和其他複雜的頁面效果, 但是 IE6 不支持. 用濾鏡強行應付會導致瀏覽器佔用超高資源, 並且得不到預想效果.

2. IE6 有自己一套標準的 CSS 樣式, 必須寫更多的代碼去照顧它. (個人認為 IE7 在這方面比 IE6 更糟糕)

3. JavaScript 與 W3C 出入巨大, 連 DOM (Document Object Model) 都不一致, 調用資源的代碼也與 W3C 有很大的出入, 程序員被迫在本來就很鬆散和複雜的 JS 代碼上追加很多判斷語句.

4. IE6 對於頁面控件的處理與眾不同, 令人很頭痛. 如: select element 的優先度很高會遮擋頁面上 DIV 塊, 必須 hack. radio 按鈕和 checkbox 按鈕的樣式也無法定義, 很難統一頁面風格.

另外, IE6 的安全性, 性能, 功能明顯地已經滿足不了現在的網絡需求. 過兩年, 能不能用來上 "飯否" 都難說. 更換瀏覽器是大勢所趨.

Google 加入 'kill-IE6' 活動
http://www.computerworld.com/s/article/9150138/Google_joins_the_kill_IE6_campaign


ie6不要了....
http://www.ie6nomore.com/

Kill IE6 plugin for wordpress 外掛
http://blog.twkang.net/2010/04/10/lkie6-plugin-for-wordpress/

IE紀念碑 - http://www.techbang.com.tw/posts/1251


維基百科上對於IE的分析
http://zh.wikipedia.org/zh-tw/%E5%AF%B9Internet_Explorer%E7%9A%84%E6%89%B9%E8%AF%84


救救設計師!請拋棄Internet Explorer 6
http://blog.libraene.com/2008/04/02/426
請解救你的開發人員

這裡提供一個 IE6 update 的訊息套件
http://ie6update.com

至於 StopIE 我想有點難,因為據對一般使用者的經驗,改了 IE 還會被說,敢嘛改我的 Browser 勒.....
http://www.stopie.com/


http://www.stopie.com/

2010/04/08

國情不同的--台北捷運公司捷運心文化-動畫/漫畫/海報大賽

台北捷運公司捷運心文化-動畫/漫畫/海報大賽-網站
http://www.nv.com.tw/2009trtc/
得獎公告頁面:
http://www.nv.com.tw/2009trtc/price.php?price=carton

我門先看一下落選的作品....


另外一個落選的作品.....








看完這些作品後,發現這個參賽的水準可能很高。讓人迫不及待的想知道到底前幾名是?
...
...
...
...
...
...
...
...
...
...
...
...
...
...


第一名.......作品主題:搭車時,請禮讓車上旅客先下後上,關門時請勿上車

第一名系上的說明稿

我知道,看過的人都有話說....

請看底下網友的評論...


你 怎麼能這樣踐踏自己的專業
http://www.wretch.cc/blog/Shadox/27273976

見證台灣動畫心藝術的誕生
http://icarus0304.pixnet.net/blog/post/30817620

比賽達人看捷運心文化動畫比賽分析
http://blog.youthwant.com.tw/kevinfu/kevinfu/206/

捷運心文化動畫(殘念)
http://www.wretch.cc/blog/chi771027/16881785

CAFÉ DE POÈTE
http://jeterchou.blogspot.com/2010/04/2009-show30.html

標題 Re: [問卦] 有沒有捷運心文化比賽的八卦
http://nobunaga-no-yabo.blogspot.com/2010/04/re_1883.html

2010捷運心文化失格作品大賞
http://www.wretch.cc/blog/hulala21/11241777

[一起來連署吧] 關於「捷運心文化比賽」,我們只是想聽您的講評
http://bhuntr.com/campaign

2010/04/05

[網摘]雲端服務

政府要求本機說要節能 2% , 其實有幾個很有建設性的作法。
(1)「假多放個2% 應該就可以達到」
(2)不要買Server了,把 Server 都塞到美國去買他門的雲端服務

Amazon EC2 (Elastic Compute Cloud) 是可以租用一台遠端的機器來使用,機器用影像檔。CPU時間、上下傳流量都要算錢。基本上這各國家能源沒有補貼的話,不可能比這些有經濟規模的省錢。
於是他列了一個價格表讓大家參考....
http://aws.amazon.com/ec2/pricing/

操作說明
http://plog.longwin.com.tw/my_note/2009/02/12/amazon-ec2-build-op-elasticfox-note-2009

但不可能讓你這樣爽的用,EC2的儲存是沒有用的。你必須要租用 Amazon S3 當備份空間,一樣上下載都要算錢得。
http://aws.amazon.com/s3/pricing/
不過還是算便宜啦!!

ithome這篇介紹的不錯
http://www.ithome.com.tw/itadm/article.php?c=49410&s=3

Google 的雲端怎麼玩?
好像目前的用法就是雲端了......
只是很多人不知道他提供的功能還有多少而以
http://www.google.com/apps/intl/zh-TW/business/index.html
這各式用來寫成是的,各種服務幾乎都有開放 API 讓大家可以開發誠自己想要的。

至於 Microsoft 也有雲....
http://www.microsoft.com/windowsazure/
但還是看不太懂他的完整解決方案. 因為都綁在 .net 上面太辛苦了...

至於其他家公司大都是玩 storage 的模式,這個我實在看不出有啥特色....
http://www.dropbox.com/
https://one.ubuntu.com/


至於流量很大的時候....
NoSQL 這或許是搭配的一種方式..maybe...
Distributed Key-Value Database

世界三大瀑布,Victoria Falls,Iguazu Falls,Niagara Falls

世界三大瀑布:
非洲的Victoria Falls
http://www.youtube.com/watch?v=v46ZzeD2UQI

Google MAP

檢視較大的地圖

南美 Iguazu   Falls
http://www.youtube.com/watch?v=giXJc0kbIHs

Google Map

檢視較大的地圖

北美的 Niagara Falls
http://www.youtube.com/watch?v=ae1RqLvO4a8

Google MAP

檢視較大的地圖
那到底誰最大勒?根據以前的資料(看google map 好像也會準),好像是 Victoria Falls 但是因為這個瀑布
位於非洲中部在尚比亞及新巴威這個兩國的交界(新巴威...沒錯就是那個買個早餐也要幾百億的國家)。
且不易到達所以較少為人所知道。所以相對比較不知名。
至於亞洲最大的- 黃果樹大瀑布(Huangguoshu-Wasserfall) 比較起來好像遜多了....
Google MAP

檢視較大的地圖

[網摘]IPV6 相關資料

台灣 IPV6 轉移技術網站
學術網路規劃參考
http://www.rd.ipv6.org.tw/?page_id=61

TANet IPv6位址分配
http://www.rd.ipv6.org.tw/?p=1175

連接 IPV6 的方法
通道代理人(Tunnel Broker)
http://www.myhome.net.tw/2003_10/web/main2.htm

中華電信IPv6 Tunnel Broker
http://www.ipv6.hinet.net/installGuide.htm

中研院 IPv6 Tunnel Broker系統測試
http://www.ipv6.org.tw/news/tunnelbroker.htm

亞太電信支援ipv6 ?? (真另我訝異...)
http://www.apol.com.tw/ipv6/ipv6-tb-1.html

TANET IPv6 Tunnel Broker
http://tb.nccu.tb.edu.tw/cgi-bin/tb.pl

但我覺得這篇是最詳細的
http://jangmt.com/public/webfiles/ipv6_all.pdf