<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>虛擬先生 &#187; Linux 虛擬機相關</title>
	<atom:link href="http://vaemon.com/category/v_linux/feed" rel="self" type="application/rss+xml" />
	<link>http://vaemon.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Mar 2012 02:19:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>【好物介紹】在瀏覽器中操作VM(限Linux Host)</title>
		<link>http://vaemon.com/article/1435.html</link>
		<comments>http://vaemon.com/article/1435.html#comments</comments>
		<pubDate>Wed, 21 Mar 2012 17:22:46 +0000</pubDate>
		<dc:creator>嘉許</dc:creator>
				<category><![CDATA[Linux虛擬機技術]]></category>
		<category><![CDATA[VMware Workstation]]></category>
		<category><![CDATA[Technology Preview]]></category>
		<category><![CDATA[WSX]]></category>

		<guid isPermaLink="false">http://vaemon.com/?p=1435</guid>
		<description><![CDATA[在瀏覽器中操作VM(限Linux Host)]]></description>
		<wfw:commentRss>http://vaemon.com/article/1435.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>【好物介紹】把瀏覽器當虛擬平台？</title>
		<link>http://vaemon.com/article/1363.html</link>
		<comments>http://vaemon.com/article/1363.html#comments</comments>
		<pubDate>Tue, 04 Oct 2011 11:30:00 +0000</pubDate>
		<dc:creator>嘉許</dc:creator>
				<category><![CDATA[Linux 虛擬機產品]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://vaemon.com/?p=1363</guid>
		<description><![CDATA[每次要跑虛擬機時，都要有一個Hypervisor，不管是原生或寄居架構，但不管是哪一種架構，總要有一個硬體平台吧？總要分配CPU、記憶體或磁碟空間吧？下面這個Linux，卻是真正把VM的層次拉高到最上層：瀏覽器。這是一個用Javascript重寫的Linux核心，而Javascript的執行平台正是瀏覽器！曾經有人懷疑這只是一個模擬Linux的介面而已，但現在已證實是真正的Linux核心了。 Fabrice Bellard是誰應該不用介紹了，是ffmpeg、QEMU的原創人，高中時就開發出LZEXE這個壓縮軟體，不但是有名的電腦工程師，也是有名的數學家，這邊可以看到Fabrice Bellard的維基介紹。 這個用Javascript寫出來的Linux不但可以執行，更可以用來學習Linux的指令，如vi等。大家就到 http://bellard.org/ 到這邊來玩玩吧！]]></description>
		<wfw:commentRss>http://vaemon.com/article/1363.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>【長篇教學】MRTG監視Linux性能：CPU篇</title>
		<link>http://vaemon.com/article/714.html</link>
		<comments>http://vaemon.com/article/714.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:04:03 +0000</pubDate>
		<dc:creator>嘉許</dc:creator>
				<category><![CDATA[Linux 虛擬機相關]]></category>
		<category><![CDATA[VMware ESX/ESXi]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mrtg]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vaemon.com/?p=714</guid>
		<description><![CDATA[上次把MRTG安裝起來之後，你的Linux已經具有監視eth0的功能了。當然要將Linux主機轉換到虛擬機之前，你還得了解最重要的CPU/RAM/HD等效率，在P2V之後才知道要如何增強這些效能。當然更細微的性能校調，就得深入到你的應用中了，如MySQL中的某一個表，嘉許會在之後的教學找個客戶的例子做為示範。 2010年3月2日更新：感謝網友zinklink找出錯誤，已更正，謝謝。 前言 MRTG安裝好之後，接下來就是將不同的監測項目安裝進去。前提是你之前的MRTG基本都已經安裝好了。如果你不熟悉MRTG的安裝，可以參考這一篇。接下來我們就來看看在MRTG下監測CPU需要的步驟。 難易程度： IT人員： ★☆☆☆☆ 使用者：★★★☆☆ 使用平台： Ubuntu Server Linux 9.10無X Window環境 安裝前的準備工作 1、 首先確定你對Linux有基本的認識，如安裝binary套件、權限、檔案等觀念。 2、 會使用vi編輯器。 3、 Linux已安裝LAMP環境。 4、 Linux的網路卡可正常使用，取得IP可和外網連接。 5、 能從網上或光碟機更新套件。 6、 已經安裝好MRTG功能。 安裝MRTG CPU監測步驟提要 1、 安裝sysstat CPU監測程式。 2、 建立CPU監測執行指令檔。 3、 更改指令檔為可執行權限。 4、 更改mrtg.cfg執行環境參數檔。 5、 以設定檔中的參數來執行mrtg。 6、 建立網頁index.html。 7、 如果需要，可以安裝燒機程式來燒CPU。 8、 從網頁查看mrtg的圖表。 安裝sysstat CPU監測程式 要監測CPU，必須先安裝一個sysstat中的sar來定時執行CPU的使用率(Utilization %)。只要你能連上網路，並且能使用root的權限執行程式，就可以用apt-get的方式來安裝了。 「sudo apt-get install sysstat」 輸入使用者密碼之會出現安裝的畫面，安裝時系統會要求輸入「y」，表示同意安裝，之後就會進行一些說明畫面，並且在安裝完畢時回到命令列提示下。 [...]]]></description>
		<wfw:commentRss>http://vaemon.com/article/714.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>別再自行安裝OS了：VMware Image下載</title>
		<link>http://vaemon.com/article/505.html</link>
		<comments>http://vaemon.com/article/505.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:37:44 +0000</pubDate>
		<dc:creator>嘉許</dc:creator>
				<category><![CDATA[Linux 虛擬機相關]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware ESX/ESXi]]></category>

		<guid isPermaLink="false">http://vaemon.com/?p=505</guid>
		<description><![CDATA[嘉許因為工作關係，常常需要安裝各式各樣的Linux distro，為了方便，也準備了常用的Linux的VMware Image。然而Linux的版本更新很快，昇級又很麻煩，因此重裝Linux成為一個常態性不得不做的工作。不過網上高手及好心很多，他們將已經安裝好的Linux做成VMware的Image，並且開放下載，省去了安裝的麻煩，只要下載就行。現在光速時代，一個Linux的Image大約就150~500MB，以12M的光世代大約幾分鐘就下載完畢。大家以後有Linux的需要，可以到http://www.thoughtpolice.co.uk/來下載，還有提供torrent哦，速度很快。]]></description>
		<wfw:commentRss>http://vaemon.com/article/505.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

