<?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>The Pexperiences &#187; virtualbox</title>
	<atom:link href="http://www.pexperiences.com/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pexperiences.com</link>
	<description>all my memories keeping</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Single OS อีกแล้ว &#8230;</title>
		<link>http://www.pexperiences.com/2009/03/13/single-os-again/</link>
		<comments>http://www.pexperiences.com/2009/03/13/single-os-again/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 07:58:42 +0000</pubDate>
		<dc:creator>Pex</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.pexperiences.com/?p=563</guid>
		<description><![CDATA[งานนี้ Ubuntu ได้รับเกียรติอีกตามเคย อิอิอิ (9.04 Alpha 5 Daily Build) อันเนื่องมาจากไม่อยากใช้ Windows อีกแล้ว เลยล... ]]></description>
			<content:encoded><![CDATA[<p>งานนี้ Ubuntu ได้รับเกียรติอีกตามเคย อิอิอิ (9.04 Alpha 5 Daily Build)</p>
<p>อันเนื่องมาจากไม่อยากใช้ Windows อีกแล้ว เลยลบ Windows 7 ทิ้ง รวมพาร์ติชั่นของ Ubuntu เข้ามาไว้ที่เดิม แล้วเอา 30 GB เดิมของ Windows มาเป็น Ubuntu ซะเลย เริ่ด ..</p>
<p>ส่วนถ้าจำเป็นต้องใช้ Windows ล่ะ ก็ VirtualBox ไงคร๊าบบบบ (ตอนนี้ไม่จำเป็นต้องใช้ iTunes ซิงค์กะ iPod แล้ว หย่าขาดจาก Windows ได้เลย)</p>
<p>หน้าตาก็เงี้ย ..</p>
<p><a href="http://www.pexperiences.com/wp-content/uploads/2009/03/screenshot.png"><img class="size-medium wp-image-564 alignnone" title="screenshot" src="http://www.pexperiences.com/wp-content/uploads/2009/03/screenshot-300x187.png" alt="screenshot" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pexperiences.com/2009/03/13/single-os-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Enable USB Support for Virtualbox in OpenSUSE 11.1</title>
		<link>http://www.pexperiences.com/2009/01/10/how-to-enable-usb-support-for-virtualbox-in-opensuse-111/</link>
		<comments>http://www.pexperiences.com/2009/01/10/how-to-enable-usb-support-for-virtualbox-in-opensuse-111/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 08:41:50 +0000</pubDate>
		<dc:creator>Pex</dc:creator>
				<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[usb enable]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.pexperiences.com/?p=427</guid>
		<description><![CDATA[**Get lasted version of VirtualBox from here. After install, go to YaST &#62; Security and Users &#62; User and Group Management Select Groups, you can see vboxusers&#8217; group then double click to edit information Remember Group ID (gid) and see &#823... ]]></description>
			<content:encoded><![CDATA[<p>**Get lasted version of VirtualBox from <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">here</a>.</p>
<ul>
<li>After install, go to <em>YaST &gt; Security and Users &gt; User and Group Management</em></li>
<li>Select <em>Groups</em>, you can see <em>vboxusers&#8217; group</em> then double click to edit information</li>
<li>Remember Group ID (gid) and see at right, select username you want to allow to use VirtualBox</li>
<li>Close YaST, Open fstab file and add this line :</li>
</ul>
<p style="padding-left: 30px;">
<blockquote><p><em>none /proc/bus/usb usbfs devgid=XXX,devmode=664 0 0</em></p></blockquote>
<p style="padding-left: 30px;">* XXX is Group ID (gid) that I told you to remember, it&#8217;s the ID group of vbox</p>
<ul>
<li>Add following line to <em>/etc/init.d/boot.local</em></li>
</ul>
<blockquote><p><em>mount -a</em></p></blockquote>
<ul>
<li>Restart system, then USB can work with VirtualBox</li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Extra</strong> : <em><strong>When VirtualBox told you to recompile kernel</strong></em></p>
<p>In my cast, I just installed kernel-module and gcc before recompile done. you can see error in log file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pexperiences.com/2009/01/10/how-to-enable-usb-support-for-virtualbox-in-opensuse-111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable USB support in VirtualBox (Intrepid)</title>
		<link>http://www.pexperiences.com/2008/11/15/how-to-enable-usb-support-in-virtualbox-intrepid/</link>
		<comments>http://www.pexperiences.com/2008/11/15/how-to-enable-usb-support-in-virtualbox-intrepid/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 05:35:45 +0000</pubDate>
		<dc:creator>Pex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>
		<category><![CDATA[usb enable]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.pexperiences.com/?p=268</guid>
		<description><![CDATA[Easy way to enable USB support in Intrepid (not work on earlier version) 1. Open Terminal, type sudo gedit /etc/fstab 2. It&#8217;s open Gedit to edit fstab file, add this none /proc/bus/usb usbfs devgid=46,devmode=666 0 0 to the bottom line &#8230; <a h... ]]></description>
			<content:encoded><![CDATA[<p>Easy way to enable USB support in <em>Intrepid</em> (not work on earlier version)</p>
<p>1. Open Terminal, type<strong> sudo gedit /etc/fstab</strong></p>
<p>2. It&#8217;s open Gedit to edit fstab file, add this <strong><br />
none /proc/bus/usb usbfs devgid=46,devmode=666 0 0<br />
</strong>to the bottom line of the file.</p>
<p>3. Save, goto System &gt; Administration &gt; Users and Groups</p>
<p>4. Click Manage Groups buttons, find &#8216;vboxusers&#8217;, select and click Properties</p>
<p>5. Select your login name by fill the box to add your account to vboxusers&#8217;s group</p>
<p>6. Restart System, and enjoy to your virtualization world</p>
<p>* VirtualBox have 2 version, Normal and OpenSource. The VirtualBox which in Ubuntu&#8217;s repositories is OpenSource (called VirtualBox OSE) this version <em>is not support USB</em>. However, you can get the <strong>Sun xVM VirtualBox</strong> which full support for all devices from <a href="http://www.virtualbox.org" target="_blank">VirtualBox.org</a>, it had repository for Ubuntu&#8217;s users to use &#8216;apt-get&#8217; and, can update automatically like software on Ubuntu&#8217;s repositories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pexperiences.com/2008/11/15/how-to-enable-usb-support-in-virtualbox-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>โลกจำลอง (ของเป็กซ์)</title>
		<link>http://www.pexperiences.com/2008/10/18/virtualization-world/</link>
		<comments>http://www.pexperiences.com/2008/10/18/virtualization-world/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 04:24:19 +0000</pubDate>
		<dc:creator>Pex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.pexperiences.com/?p=181</guid>
		<description><![CDATA[จะว่าเป็นโลกทั้งใบ คงมะใช่&#8230; คือตอนนี้ใช้ Ubuntu 8.10 เป็นหลักครับ ทีนี้งานที่ต้องทำ บวกกับไอ้ป... ]]></description>
			<content:encoded><![CDATA[<p>จะว่าเป็นโลกทั้งใบ คงมะใช่&#8230;</p>
<p>คือตอนนี้ใช้ Ubuntu 8.10 เป็นหลักครับ ทีนี้งานที่ต้องทำ บวกกับไอ้ป๊อดที่ต้องซิงค์กะ iTunes เลยหากรรมวิธีที่จะทำให้ทุกอย่างบรรลุที่ Ubuntu ไม่ต้องกลับไปบู๊ต Vista ขึ้นมา (เสียเวลาบู๊ตมากมาย)</p>
<p>จะใช้ <a href="http://www.winehq.org/" target="_blank"><strong>WINE</strong></a> ก็มีข้อจำกัดด้านการรองรับโปรแกรมที่ค่อนข้างจำกัด (และความเอ๋อเล็กน้อยถึงปานกลาง) รวมถึงโปรแกรม iTunes นั้นไม่สามารถติดตั้งผ่าน WINE ได้ เลยต้องจบข่าว</p>
<p><strong><a href="http://en.wikipedia.org/wiki/Virtualization" target="_blank">Virtualization</a></strong> เลยเป็นทางเลือก (หรือทางออก) สำหรับโปรเจคนี้ เริ่มต้นจาก <a href="http://www.virtualbox.org/" target="_blank"><strong>VirtualBox OSE</strong></a> โปรแกรม Virtualization สัญชาติ OpenSource ใช้ฟรี ๆ ติดตั้งได้จาก Repository ของ Ubuntu จัดการลง WindowsXP เรียบร้อย แต่ใช้ USB ไม่ได้ 555+ อาศัย Google ค้นหาคำตอบหน่อยว่าเพราะอะไร และทำอย่างไร เลยได้คำตอบออกมาว่า &#8230;</p>
<p><span id="more-181"></span></p>
<p><a href="http://www.virtualbox.org/wiki/Editions" target="_blank">Virtualbox นั้นแบ่งออกเป็นสองเวอร์ชั่น</a> คือ <strong>OSE (Open Source Edition)</strong> และ <strong>PUEL (Personal Use and Evaluation License) </strong>แน่นอนว่าต้องเป็นตัวหลังที่จะรองรับ USB และนอกจาก USB ยังรองรับ iSCSI initiator, Serial ATA controller, Gigabit Ethernet Controller และอื่น ๆ อีกมากมาย (หมายความว่าในเวอร์ชั่น OSE นี่ง่อยเลยเหรอ ไม่ขนาดนั้นครับ OSE เหมาะสำหรับการทดลองโปรแกรม Windows หรือใช้งานโปรแกรม Windows พื้นฐานขำ ๆ เช่น ใช้งาน IE อะไรประมาณนี้ ไอ้เรื่องซิงค์ iPod นี่ถือว่าขั้น Advance ครับ เลยต้องใช้หลายกระบวนท่าหน่อย)</p>
<p>อันที่จริง ใช้ VirtualBox PUEL ก็ยังไม่สามารถใช้ USB ได้เลย ยังเจอปราการด่าน Ubuntu เข้าให้อีก ตั้งแต่ Hardy เป็นต้นมา Ubuntu ได้ทำการบล็อกการใช้ USB เอาไว้ เลยทำให้โปรแกรมพวก Virtualization ไม่สามารถใช้งาน USB ได้ ก็เลยต้องแก้ไฟล์ระบบนิดหน่อย (ไม่ได้ยากอะไรหรอก เพราะฉะนั้นผ่าน ๆ มันไปเหอะ)</p>
<p>สรุปว่าตอนนี้ก็ใช้งาน WindowsXP ใน Ubuntu ได้เรียบร้อย และทำงานได้ค่อนข้างสมบูรณ์แบบ ติดขัดเรื่องดูหนัง ฟังเพลง ที่ยังมีอาการกระตุกอยู่บ้าง (แหงล่ะ) นอกนั้นก็ค่อนข้าง OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>ข้ามมาดูฝั่ง <strong>VMWare</strong> บ้าง เหล่า Windows User คงรู้จักกันดี เดิมที่ผมทราบคือบน Ubuntu จะมีเวอร์ชั่นที่ชื่อว่า VMWare Server ซึ่งความสามารถไม่สู้ VMWare Workstation แน่ ๆ เลยลองค้นหาว่ามี Workstation บนลินุกซ์บ้างหรือไม่ ปรากฏว่ามีครับ</p>
<p>VMWare เวอร์ชั่นใหม่ 6.5 มีเวอร์ชั่นบนลินุกซ์แล้ว หน้าตาดั่งบน Windows ทุกประการ แพกเกจเป็นแบบ .rpm และ .bundle (ได้ความรู้ใหม่อีกแล้ว .bundle เนี่ย) ติดตั้งเรียบร้อยก็เริ่มใช้งาน ปรากฎว่าไม่สามารถติดตั้ง WindowsXP ให้สำเร็จเสร็จสิ้นลงได้ ค้างเติ่งและแฮ้งค์เป็นระยะ ๆ จนถอดใจ (ยังดิ้นไม่จบ กลับไปใช้ VMWare บน Vista ติดตั้ง XP จนสำเร็จ กลับมาใช้ใน Ubuntu ก็เอ๋ออีก สงสารคนซื้อโปรแกรมจริง ๆ มาใช้เลย งานเข้าแน่ ๆ คราวนี้)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>เพราะฉะนั้น สำหรับชาว Ubuntu และลินุกซ์อื่น ๆ ทุกสายพันธุ์ VirtualBox PUEL เหมาะสำหรับการทำ Virtual OS ที่สุดครับ ด้วยความที่ว่ามันเข้ากับระบบของลินุกซ์มากกว่า การทำงานนั้นราบรื่นมากกว่า ฟังก์ชั่นพื้นฐานก็ครบครัน และไม่ได้รบกวนทรัพยากรระบบแม่ซักเท่าไร (ของผมแรม 2 กิ๊ก ว่าจะเพิ่มเป็น 4 อีกไม่นานนี้)</p>
<p><a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">VirtualBox มีเวอร์ชั่นสำหรับระบบปฎิบัติการอื่น</a> และแน่นอนสำหรับ Windows ด้วย แต่ทว่าถ้าใช้ Windows ซะแล้ว VMWare Workstaion ดีกว่าครับ นอกจากทุนไม่หนา ระอาของเถื่อน ก็ไปโหลดมาใช้ฟรี ๆ ได้เลย (เข้าใจว่า PUEL นี้คือต้องใช้สำหรับคอมพิวเตอร์ส่วนบุคคล หรือใช้แค่บันเทิงฮา ๆ คนเดียวนะครับ เอาไปใช้สำหรับการทำงานในองค์กรคงไม่ได้)</p>
<p>เอาล่ะครับ ไม่ได้เขียนบล็อกยาว ๆ มานานแล้ว คราวนี้ก็มาแนะนำโปรแกรมสร้างระบบปฏิบัติการจำลอง เดี๋ยวผมจะลองแผ่น OSX86 ว่าลงได้ไหม ถ้าได้ล่ะฮา . . .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pexperiences.com/2008/10/18/virtualization-world/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

