= 2010-05-29 = == Open Source : EDA (Electronic Design Automation ) == * http://www.gpleda.org/ - a full GPL'd suite and toolkit of Electronic Design Automation tools. * Verilog 模擬器 * http://icarus.com/eda/verilog/ * http://www.veripool.org/wiki/verilator - 主要就是從這個 [http://packages.debian.org/verilator Debian 套件] 查到 icarus 跟 gEDA 兩個計畫的。 == Cloud Computing : Monitoring == * [http://munin-monitoring.org/wiki/HowToMonitorWindows Munin 如何監控 Windows ?!] * [http://munin-monitoring.org/wiki/plugin-SNMAgent SNMAgent] * [http://sourceforge.net/projects/munin-nodewin32/ Munin Node for Windows] * 測試跨 PC 的 munin 資料蒐集 {{{ jazz@trac-pool:~$ sudo vi /etc/munin/munin-node.conf }}} {{{ #!diff --- munin-node.conf.old 2010-05-29 14:55:29.000000000 +0800 +++ munin-node.conf 2010-05-29 14:52:44.000000000 +0800 @@ -25,7 +25,7 @@ # Set this if the client doesn't report the correct hostname when # telnetting to localhost, port 4949 # -#host_name localhost.localdomain +host_name trac.nchc.org.tw # A list of addresses that are allowed to connect. This must be a # regular expression, due to brain damage in Net::Server, which @@ -33,6 +33,7 @@ # the allow line as many times as you'd like allow ^127\.0\.0\.1$ +allow ^140\.110\.XXX\.XXX$ # Which address to bind to; host * }}} {{{ jazz@trac-pool:~$ sudo /etc/init.d/munin-node restart Stopping Munin-Node: done. Starting Munin-Node: done. }}} == Cloud Computing : License Management == * [http://www.scalable.com/ Software License Management] * [[Image(jazz/10-05-29:10-05-29_Cloud_License_Management.png,width=600)]] * [[Image(jazz/10-05-29:10-05-29_License_Usage_Analysis.png,width=600)]] == Cloud Computing : Evaluation and Migration == * [http://technet.microsoft.com/en-us/solutionaccelerators/dd537570.aspx Microsoft Assessment and Planning (MAP) Toolkit for Hyper-V] - Hyper-V 評估工具: 包含收集 Server 使用情況,產生評估報告等 * Microsoft P2V 工具 * [http://www.microsoft.com/taiwan/windowsserversystem/virtualserver/evaluation/vsmt.mspx Virtual Server 2005 遷移套件] - 免費工具,支援 NT4, Win2k, Win2k3 * [http://technet.microsoft.com/zh-tw/library/cc764232.aspx System Center Virtual Machine Manager 2008 R2] - 付費軟體,支援 XP, Vista, Win2k, Win2k3, Win2k8,另外支援 V2V 可把 VMware 的 VMX 轉換成 VHD * [備註] [http://i.technet.microsoft.com/cc764232.608c28a5-3a67-423d-8b17-81c04ded5670(zh-tw,TechNet.10).gif 微軟 TechNet 這張圖]畫得蠻好的,把 P2V, V2V, V2P 觀念一張搞定。 * [[Image(jazz/10-05-29:P2V.gif)]]