Changes between Initial Version and Version 1 of jazz/10-05-29


Ignore:
Timestamp:
May 29, 2010, 3:17:47 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-05-29

    v1 v1  
     1= 2010-05-29 =
     2
     3== Open Source : EDA (Electronic Design Automation ) ==
     4
     5 * http://www.gpleda.org/ - a full GPL'd suite and toolkit of Electronic Design Automation tools.
     6 * Verilog 模擬器
     7   * http://icarus.com/eda/verilog/
     8   * http://www.veripool.org/wiki/verilator - 主要就是從這個 [http://packages.debian.org/verilator Debian 套件] 查到 icarus 跟 gEDA 兩個計畫的。
     9
     10== Cloud Computing : Monitoring ==
     11
     12 * [http://munin-monitoring.org/wiki/HowToMonitorWindows Munin 如何監控 Windows ?!]
     13    * [http://munin-monitoring.org/wiki/plugin-SNMAgent SNMAgent]
     14    * [http://sourceforge.net/projects/munin-nodewin32/ Munin Node for Windows]
     15
     16 * 測試跨 PC 的 munin 資料蒐集
     17{{{
     18jazz@trac-pool:~$ sudo vi /etc/munin/munin-node.conf
     19}}}
     20{{{
     21#!diff
     22--- munin-node.conf.old 2010-05-29 14:55:29.000000000 +0800
     23+++ munin-node.conf     2010-05-29 14:52:44.000000000 +0800
     24@@ -25,7 +25,7 @@
     25 # Set this if the client doesn't report the correct hostname when
     26 # telnetting to localhost, port 4949
     27 #
     28-#host_name localhost.localdomain
     29+host_name trac.nchc.org.tw
     30 
     31 # A list of addresses that are allowed to connect.  This must be a
     32 # regular expression, due to brain damage in Net::Server, which
     33@@ -33,6 +33,7 @@
     34 # the allow line as many times as you'd like
     35 
     36 allow ^127\.0\.0\.1$
     37+allow ^140\.110\.XXX\.XXX$
     38 
     39 # Which address to bind to;
     40 host *
     41}}}
     42{{{
     43jazz@trac-pool:~$ sudo /etc/init.d/munin-node restart
     44Stopping Munin-Node: done.
     45Starting Munin-Node: done.
     46}}}
     47
     48== Cloud Computing : Evaluation and Migration ==
     49
     50 * [http://technet.microsoft.com/en-us/solutionaccelerators/dd537570.aspx Microsoft Assessment and Planning (MAP) Toolkit for Hyper-V] - Hyper-V 評估工具: 包含收集 Server 使用情況,產生評估報告等
     51 * Microsoft P2V 工具
     52    * [http://www.microsoft.com/taiwan/windowsserversystem/virtualserver/evaluation/vsmt.mspx Virtual Server 2005 遷移套件] - 免費工具,支援 NT4, Win2k, Win2k3
     53    * [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
     54  * [備註] [http://i.technet.microsoft.com/cc764232.608c28a5-3a67-423d-8b17-81c04ded5670(zh-tw,TechNet.10).gif 微軟 TechNet 這張圖]畫得蠻好的,把 P2V, V2V, V2P 觀念一張搞定。
     55    * [[Image(jazz/10-05-29:P2V.gif)]]