<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Emanuelis&#039; Blog</title>
	<atom:link href="http://www.emanuelis.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanuelis.eu</link>
	<description>My knowledge for the internet...</description>
	<lastBuildDate>Wed, 09 May 2012 20:04:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How to install Windows 3.11 to VirtualBox on Ubuntu by Blog Online-Kladde &#187; Blog Archive &#187; VirtualBox</title>
		<link>http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/comment-page-1/#comment-881</link>
		<dc:creator>Blog Online-Kladde &#187; Blog Archive &#187; VirtualBox</dc:creator>
		<pubDate>Wed, 09 May 2012 20:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=612#comment-881</guid>
		<description>[...] http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/" rel="nofollow">http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Run Oracle Applications (E-Business Suite) on Linux by Vinob</title>
		<link>http://www.emanuelis.eu/2010/06/14/how-to-run-oracle-applications-e-business-suite-on-linux/comment-page-1/#comment-880</link>
		<dc:creator>Vinob</dc:creator>
		<pubDate>Wed, 25 Apr 2012 11:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=312#comment-880</guid>
		<description>Step1: Download java from http://www.java.com/en/ as per you operating system (32 / 64 Bit)


Step 2 Install Oracle JAVA (Here i used Version 6 Update 31)

Open Terminal go to the in which we downloaded JAVA (Mostly Downloads)

 (Add execution permission to downloaded file)
$ chmod u+x jre-6u31-linux-i586.bin  (32 Bit OS) 
$ chmod u+x jre-6u31-linux-x64.bin  (64 Bit OS)
 (Executing downloaded file)
$ ./jre-6u31-linux-i586.bin  (32 Bit OS)
$ ./jre-6u31-linux-x64.bin  (64 Bit OS)

$ sudo mv jre1.6.0_31 /usr/lib/jvm/

$ sudo update-alternatives --install &quot;/usr/bin/java&quot; &quot;java&quot; &quot;/usr/lib/jvm/jre1.6.0_31/bin/java&quot; 1
$ sudo update-alternatives --install &quot;/usr/lib/mozilla/plugins/libjavaplugin.so&quot; &quot;mozilla-javaplugin.so&quot; &quot;/usr/lib/jvm/jre1.6.0_31/lib/i386/libnpjp2.so&quot; 1  (32 Bit OS)
$ sudo update-alternatives --install &quot;/usr/lib/mozilla/plugins/libjavaplugin.so&quot; &quot;mozilla-javaplugin.so&quot; &quot;/usr/lib/jvm/jre1.6.0_31/lib/amd64/libnpjp2.so&quot; 1 (64 Bit OS)


IMPORTANT choose the java you installed as default (SUN / Oracle JAVA)

 $ sudo update-alternatives --config java
 $ sudo update-alternatives --config mozilla-javaplugin.so


Restart Firefox now oracle forms will start working.</description>
		<content:encoded><![CDATA[<p>Step1: Download java from <a href="http://www.java.com/en/" rel="nofollow">http://www.java.com/en/</a> as per you operating system (32 / 64 Bit)</p>
<p>Step 2 Install Oracle JAVA (Here i used Version 6 Update 31)</p>
<p>Open Terminal go to the in which we downloaded JAVA (Mostly Downloads)</p>
<p> (Add execution permission to downloaded file)<br />
$ chmod u+x jre-6u31-linux-i586.bin  (32 Bit OS)<br />
$ chmod u+x jre-6u31-linux-x64.bin  (64 Bit OS)<br />
 (Executing downloaded file)<br />
$ ./jre-6u31-linux-i586.bin  (32 Bit OS)<br />
$ ./jre-6u31-linux-x64.bin  (64 Bit OS)</p>
<p>$ sudo mv jre1.6.0_31 /usr/lib/jvm/</p>
<p>$ sudo update-alternatives &#8211;install &#8220;/usr/bin/java&#8221; &#8220;java&#8221; &#8220;/usr/lib/jvm/jre1.6.0_31/bin/java&#8221; 1<br />
$ sudo update-alternatives &#8211;install &#8220;/usr/lib/mozilla/plugins/libjavaplugin.so&#8221; &#8220;mozilla-javaplugin.so&#8221; &#8220;/usr/lib/jvm/jre1.6.0_31/lib/i386/libnpjp2.so&#8221; 1  (32 Bit OS)<br />
$ sudo update-alternatives &#8211;install &#8220;/usr/lib/mozilla/plugins/libjavaplugin.so&#8221; &#8220;mozilla-javaplugin.so&#8221; &#8220;/usr/lib/jvm/jre1.6.0_31/lib/amd64/libnpjp2.so&#8221; 1 (64 Bit OS)</p>
<p>IMPORTANT choose the java you installed as default (SUN / Oracle JAVA)</p>
<p> $ sudo update-alternatives &#8211;config java<br />
 $ sudo update-alternatives &#8211;config mozilla-javaplugin.so</p>
<p>Restart Firefox now oracle forms will start working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stream Your Webcam on the Net by Emanuelis</title>
		<link>http://www.emanuelis.eu/2010/06/22/how-to-stream-your-webcam-on-the-net/comment-page-1/#comment-879</link>
		<dc:creator>Emanuelis</dc:creator>
		<pubDate>Mon, 16 Apr 2012 05:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=378#comment-879</guid>
		<description>Hi, Tjibbe,

I used another T5530 with Ubuntu Server (different versions over time) default installation and &lt;a href=&quot;http://sourceforge.net/projects/musicpd/&quot; rel=&quot;nofollow&quot;&gt;MPD (Music Player Daemon)&lt;/a&gt; and have no issues with sound. It even has an integrated speaker inside :)</description>
		<content:encoded><![CDATA[<p>Hi, Tjibbe,</p>
<p>I used another T5530 with Ubuntu Server (different versions over time) default installation and <a href="http://sourceforge.net/projects/musicpd/" rel="nofollow">MPD (Music Player Daemon)</a> and have no issues with sound. It even has an integrated speaker inside <img src='http://www.emanuelis.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Install Oracle SQL Developer on Ubuntu 10.04 Lucid Lynx by no</title>
		<link>http://www.emanuelis.eu/2010/07/02/how-to-install-oracle-sql-developer-on-ubuntu-10-04-lucid-lynx/comment-page-1/#comment-878</link>
		<dc:creator>no</dc:creator>
		<pubDate>Mon, 16 Apr 2012 04:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=468#comment-878</guid>
		<description>thank you sir!</description>
		<content:encoded><![CDATA[<p>thank you sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Install VMware Tools to Centos via YUM repository by Joe</title>
		<link>http://www.emanuelis.eu/2012/01/06/how-to-install-vmware-tools-to-centos-via-yum-repository/comment-page-1/#comment-877</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 13 Apr 2012 22:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=885#comment-877</guid>
		<description>Thank you. Works great!</description>
		<content:encoded><![CDATA[<p>Thank you. Works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stream Your Webcam on the Net by Tjibbe</title>
		<link>http://www.emanuelis.eu/2010/06/22/how-to-stream-your-webcam-on-the-net/comment-page-1/#comment-876</link>
		<dc:creator>Tjibbe</dc:creator>
		<pubDate>Tue, 10 Apr 2012 12:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=378#comment-876</guid>
		<description>Did you manage to enable sound on the t5530 ? How did you do that ? I am trying to make a squeezebox of my thin-client. It is working fine, only I do not have sound (in or out) on the t5530. I can have sound on my PC. If I start the t5530 with puppy linux, it has sound. Can you record sound ? Can you speak to your daughter over the network ?</description>
		<content:encoded><![CDATA[<p>Did you manage to enable sound on the t5530 ? How did you do that ? I am trying to make a squeezebox of my thin-client. It is working fine, only I do not have sound (in or out) on the t5530. I can have sound on my PC. If I start the t5530 with puppy linux, it has sound. Can you record sound ? Can you speak to your daughter over the network ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Run Oracle Applications (E-Business Suite) on Linux by RamPal</title>
		<link>http://www.emanuelis.eu/2010/06/14/how-to-run-oracle-applications-e-business-suite-on-linux/comment-page-1/#comment-875</link>
		<dc:creator>RamPal</dc:creator>
		<pubDate>Tue, 10 Apr 2012 09:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=312#comment-875</guid>
		<description>how run Oracle Applications 11i (E-Business Suite) forms on my Ubuntu 11.10.

I am use your all steps. but form is not launch.  ( javascript:launchForm(&#039;http://xxxxxx.xxx:8001/OA_HTML/RF.jsp?function_id=1153&amp;resp_id=50427&amp;resp_appl_id=660&amp;security_group_id=0&amp;lang_code=US&amp;oas=C7uEvZngfL_wHYJWxQvwhw..&#039;) ) 


Thanks &amp; Rampal 
kumar</description>
		<content:encoded><![CDATA[<p>how run Oracle Applications 11i (E-Business Suite) forms on my Ubuntu 11.10.</p>
<p>I am use your all steps. but form is not launch.  ( javascript:launchForm(&#8216;<a href="http://xxxxxx.xxx:8001/OA_HTML/RF.jsp?function_id=1153&#038;resp_id=50427&#038;resp_appl_id=660&#038;security_group_id=0&#038;lang_code=US&#038;oas=C7uEvZngfL_wHYJWxQvwhw.." rel="nofollow">http://xxxxxx.xxx:8001/OA_HTML/RF.jsp?function_id=1153&#038;resp_id=50427&#038;resp_appl_id=660&#038;security_group_id=0&#038;lang_code=US&#038;oas=C7uEvZngfL_wHYJWxQvwhw..</a>&#8216;) ) </p>
<p>Thanks &amp; Rampal<br />
kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual Windows7 LSI53C895A SCSI Drivers on Qemu (KVM) by Fight with Blu-ray DVD burner &#8211; part two &#124; TooMeeK</title>
		<link>http://www.emanuelis.eu/2010/07/23/virtual-windows7-lsi53c895a-scsi-drivers-on-qemu-kvm/comment-page-1/#comment-874</link>
		<dc:creator>Fight with Blu-ray DVD burner &#8211; part two &#124; TooMeeK</dc:creator>
		<pubDate>Sat, 07 Apr 2012 14:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=500#comment-874</guid>
		<description>[...] was about to add DVD Blu-ray writer to VM using just as described here. First, I had “no available resources” error inside VM to add another PCI card (SCSI [...]</description>
		<content:encoded><![CDATA[<p>[...] was about to add DVD Blu-ray writer to VM using just as described here. First, I had “no available resources” error inside VM to add another PCI card (SCSI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual Windows7 LSI53C895A SCSI Drivers on Qemu (KVM) by TooMeeK</title>
		<link>http://www.emanuelis.eu/2010/07/23/virtual-windows7-lsi53c895a-scsi-drivers-on-qemu-kvm/comment-page-1/#comment-873</link>
		<dc:creator>TooMeeK</dc:creator>
		<pubDate>Sat, 07 Apr 2012 14:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=500#comment-873</guid>
		<description>I was about to add DVD Blu-ray writer to VM using just as described here.
First, I had &quot;no available resources&quot; error inside VM to add another PCI card (SCSI controller), so I&#039;ve removed &quot;memory ballooning&quot; driver and SCSI card worked.
However, my /dev/sr0 is detected as &quot;SCSI hard drive&quot; with 0 MB capacity..</description>
		<content:encoded><![CDATA[<p>I was about to add DVD Blu-ray writer to VM using just as described here.<br />
First, I had &#8220;no available resources&#8221; error inside VM to add another PCI card (SCSI controller), so I&#8217;ve removed &#8220;memory ballooning&#8221; driver and SCSI card worked.<br />
However, my /dev/sr0 is detected as &#8220;SCSI hard drive&#8221; with 0 MB capacity..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;mknod: `/lib/udev/devices/ppp&#8217;: Operation not permitted&#8221; when updating Ubuntu 10.04 on virtual LXC machine by LXC, mknod operation not permitted, pty allocation request failed &#171; I Race My Case</title>
		<link>http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-ubuntu-10-04-on-virtual-lxc-machine/comment-page-1/#comment-866</link>
		<dc:creator>LXC, mknod operation not permitted, pty allocation request failed &#171; I Race My Case</dc:creator>
		<pubDate>Mon, 27 Feb 2012 14:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanuelis.eu/?p=564#comment-866</guid>
		<description>[...] http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-.." rel="nofollow">http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-..</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

