= 2009-05-07 = * [http://www.alexa.com/ Alexa] 是流量統計的網路服務,今天無意間玩了一下中心的流量統計,發現三個有趣的現象: * 其一:搜尋關鍵字 - Clonezilla, Clonezilla Live, 再生龍, drbl, co-life 進榜前十大[[BR]][[Image(clonezilla_search.jpg, width=400)]] * 其二:流量在12月、1月、4月出現高峰,都恰巧是 Clonezilla Live 釋出新版的時間點,關聯性頗高。 * 其三:我架設的 http://sensor6.nchc.org.tw 佔中心 6% 的流量,應該是研考會"台灣看透透"的連結威力。[[BR]][[Image(clonezilla_netflow.jpg, width=400)]] * [趨勢] ANL 常會有一些特殊的統計圖表,[http://www.isgtw.org/images/2009/catlett_adoptionrate.jpg 這裡]就是一張關於民生相關技術在美國被採用的百分比跟時間的對應關係。很有意思的是彩色電視機、微波爐、錄放影機、手機、電腦、網際網路的成長趨勢都非常快速,而且曲率非常接近。 * [[Image(http://www.isgtw.org/images/2009/catlett_adoptionrate.jpg,width=400)]] == D-Bus == * 最近在測試來自 teenmania.org 的 Michael Smith 撰寫的 Snapshot for Clonezilla。它的底層是透過 D-Bus 讓網頁可以送程式給 oddjobd 來達成執行特定指令的目的。其實概念都很相近,不管是採用 Apache ActiveMQ 或 Python 的 Orbited 等,都算是 Message-Oriented Middleware (MoM) 的一種。差別只在於 D-Bus 嚴格講起來算 IPC 只用在本機的訊息傳遞,而其他技術可以有一個獨立的 Broker 來轉送訊息(適用在 M-to-N 訊息傳遞)。  * [http://dbus.freedesktop.org/doc/dbus-tutorial.html D-Bus Tutorial]  * [[Image(http://dbus.freedesktop.org/doc/diagram.png, width=400)]] == Networking == * [http://www.debian-administration.org/article/Where_art_thou_-_CDPR cdpr] is a nifty little command which speaks the Cisco Discovery Protocol, allowing you to learn interesting things from your network. * 蠻有趣的套件,還可以查出接在哪一個 swicth 上的哪個 port。 {{{ jazz@drbl:~$ sudo apt-get install cdpr jazz@drbl:~$ sudo cdpr cdpr - Cisco Discovery Protocol Reporter Version 2.2.1 Copyright (c) 2002-2006 - MonkeyMental.com 1. eth0 (No description available) 2. eth1 (No description available) 3. eth2 (No description available) 4. any (Pseudo-device that captures on all interfaces) 5. lo (No description available) Enter the interface number (1-5):1 Using Device: eth0 Waiting for CDP advertisement: (default config is to transmit CDP packets every 60 seconds) Device ID value: ********.nchc.org.tw Addresses value: 140.110.***.*** Port ID value: GigabitEthernet0/48 }}} == 職場技能 == * [http://www.cw.com.tw/article/print.jsp?id=37635 反擊的智慧-25個逆轉情勢的說話術] {{{ #!sh 想在爭論上贏得勝利,最簡單的方法就是:增加說話次數,減少對方說話機會。                    - 《反擊的智慧--——25個逆轉情勢的說話術》 }}}