<?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>Emanuelis&#039; Blog</title>
	<atom:link href="http://www.emanuelis.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanuelis.eu</link>
	<description>My knowledge for the internet...</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:31:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Install VMware Tools to Centos via YUM repository</title>
		<link>http://www.emanuelis.eu/2012/01/06/how-to-install-vmware-tools-to-centos-via-yum-repository/</link>
		<comments>http://www.emanuelis.eu/2012/01/06/how-to-install-vmware-tools-to-centos-via-yum-repository/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 15:29:47 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=885</guid>
		<description><![CDATA[<p>I used this to install VMware tools to CentOS 6.2 on ESXi 4.1</p> <p>Add VMware GPG keys:</p> rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub <p>Edit /etc/yum.repos.d/vmware-tools.repo:</p> [vmware-tools] name=VMware Tools baseurl=http://packages.vmware.com/tools/esx/4.1latest/rhel6/$basearch enabled=1 gpgcheck=1 <p>Install VMware Tools:</p> yum install vmware-open-vm-tools-nox <p>vCenter should show &#8220;Unmanaged&#8221; &#8211; this means that CentOS package manager is responsible for updates.</p> ]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2012/01/06/how-to-install-vmware-tools-to-centos-via-yum-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create Ubuntu 11.04 Natty Narwhal LXC template</title>
		<link>http://www.emanuelis.eu/2011/06/02/how-to-create-ubuntu-11-04-natty-narwhal-lxc-template/</link>
		<comments>http://www.emanuelis.eu/2011/06/02/how-to-create-ubuntu-11-04-natty-narwhal-lxc-template/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 02:40:41 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[LXC]]></category>
		<category><![CDATA[Ubuntu @en]]></category>
		<category><![CDATA[11.01]]></category>
		<category><![CDATA[Natty Narwhal]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=873</guid>
		<description><![CDATA[<p>First create a network configuration file:</p> lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0 <p>&#8230;and run lxc-create:</p> root@servukas:~# lxc-create -n natty-lxc-template -t natty -f /tmp/natty-template-network.conf debootstrap is /usr/sbin/debootstrap Checking cache download in /var/cache/lxc/natty/rootfs-amd64 ... Downloading ubuntu natty minimal ... ... Copy /var/cache/lxc/natty/rootfs-amd64 to /var/lib/lxc/natty-lxc-template/rootfs ... Copying rootfs to /var/lib/lxc/natty-lxc-template/rootfs ...Please change root-password ! <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2011/06/02/how-to-create-ubuntu-11-04-natty-narwhal-lxc-template/">How to create Ubuntu 11.04 Natty Narwhal LXC template</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2011/06/02/how-to-create-ubuntu-11-04-natty-narwhal-lxc-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Best PHP Calendar Script</title>
		<link>http://www.emanuelis.eu/2010/10/21/the-best-php-calendar-script/</link>
		<comments>http://www.emanuelis.eu/2010/10/21/the-best-php-calendar-script/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 23:43:01 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=765</guid>
		<description><![CDATA[This is the best PHP calendar script I have ever seen. Thanks Keith. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/10/21/the-best-php-calendar-script/">The Best PHP Calendar Script</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/10/21/the-best-php-calendar-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run Z\EVES on Ubuntu 10.04</title>
		<link>http://www.emanuelis.eu/2010/10/08/how-to-run-zeves-on-ubuntu-10-04/</link>
		<comments>http://www.emanuelis.eu/2010/10/08/how-to-run-zeves-on-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 06:00:41 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[Oldies]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Z notation]]></category>
		<category><![CDATA[Z/EVES]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=648</guid>
		<description><![CDATA[Z\EVES is a Z notation theorem proving program. It is an old and I think abandoned software, but used in some universities. Old Python 2.3 is needed for running it. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/10/08/how-to-run-zeves-on-ubuntu-10-04/">How to run Z\EVES on Ubuntu 10.04</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/10/08/how-to-run-zeves-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Windows 3.11 to VirtualBox on Ubuntu</title>
		<link>http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/</link>
		<comments>http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:59:59 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[Oldies]]></category>
		<category><![CDATA[Ubuntu @en]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[floppy]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[qemu-img]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows 3.11]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=612</guid>
		<description><![CDATA[Why? Because it is funny :) <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/">How to install Windows 3.11 to VirtualBox on Ubuntu</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/10/07/how-to-install-windows-3-11-to-virtualbox-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make MS-DOS 6.22 to stop consuming 100% CPU in VirtualBox on Ubuntu</title>
		<link>http://www.emanuelis.eu/2010/10/01/how-to-make-ms-dos-6-22-to-stop-consuming-100-cpu-in-virtualbox-on-ubuntu/</link>
		<comments>http://www.emanuelis.eu/2010/10/01/how-to-make-ms-dos-6-22-to-stop-consuming-100-cpu-in-virtualbox-on-ubuntu/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 12:54:09 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[Oldies]]></category>
		<category><![CDATA[Ubuntu @en]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[100%]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=614</guid>
		<description><![CDATA[So you have a MS-DOS installed to a virtual machine on your super new multicore computer and it consumes 100% of your CPU (well... 100% of one core actually...)? <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/10/01/how-to-make-ms-dos-6-22-to-stop-consuming-100-cpu-in-virtualbox-on-ubuntu/">How to make MS-DOS 6.22 to stop consuming 100% CPU in VirtualBox on Ubuntu</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/10/01/how-to-make-ms-dos-6-22-to-stop-consuming-100-cpu-in-virtualbox-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install MS-DOS 6.22 to VirtualBox on Ubuntu</title>
		<link>http://www.emanuelis.eu/2010/09/30/how-to-install-ms-dos-6-22-to-virtualbox-on-ubuntu/</link>
		<comments>http://www.emanuelis.eu/2010/09/30/how-to-install-ms-dos-6-22-to-virtualbox-on-ubuntu/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 14:18:20 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[Oldies]]></category>
		<category><![CDATA[Ubuntu @en]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[floppy]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[qemu-img]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=593</guid>
		<description><![CDATA[Why? Because it is funny :) <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/09/30/how-to-install-ms-dos-6-22-to-virtualbox-on-ubuntu/">How to install MS-DOS 6.22 to VirtualBox on Ubuntu</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/09/30/how-to-install-ms-dos-6-22-to-virtualbox-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cooled terrarium for Venus Flytrap with a Peltier TEC (part 1)</title>
		<link>http://www.emanuelis.eu/2010/09/17/cooled-terrarium-for-venus-flytrap-with-a-peltier-tec-part-1/</link>
		<comments>http://www.emanuelis.eu/2010/09/17/cooled-terrarium-for-venus-flytrap-with-a-peltier-tec-part-1/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 12:57:16 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[cooling]]></category>
		<category><![CDATA[Dionaea Muscipula]]></category>
		<category><![CDATA[peltier]]></category>
		<category><![CDATA[terrarium]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=570</guid>
		<description><![CDATA[So I got a Venus Flytrap (Dionaea Muscipula). After some googling I found that it likes semi-cold winters. Thats a problem. Inside I have up to +25°C and outside down to -25°C in winter. So I need a fridge inside or a heater outside. Inside is better :) <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/09/17/cooled-terrarium-for-venus-flytrap-with-a-peltier-tec-part-1/">Cooled terrarium for Venus Flytrap with a Peltier TEC (part 1)</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/09/17/cooled-terrarium-for-venus-flytrap-with-a-peltier-tec-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;mknod: `/lib/udev/devices/ppp&#8217;: Operation not permitted&#8221; when updating Ubuntu 10.04 on virtual LXC machine</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/</link>
		<comments>http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-ubuntu-10-04-on-virtual-lxc-machine/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:50:25 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[LXC]]></category>
		<category><![CDATA[Ubuntu @en]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=564</guid>
		<description><![CDATA[Today I wanted to update my virtual LXC Ubuntu and I got an error: mknod: `/lib/udev/devices/ppp': Operation not permitted <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-ubuntu-10-04-on-virtual-lxc-machine/">&#8220;mknod: `/lib/udev/devices/ppp&#8217;: Operation not permitted&#8221; when updating Ubuntu 10.04 on virtual LXC machine</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-ubuntu-10-04-on-virtual-lxc-machine/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to solve Redmine error &#8220;Permission denied &#8211; /etc/redmine/default/session.yml&#8221; on Ubuntu 10.04</title>
		<link>http://www.emanuelis.eu/2010/09/15/how-to-solve-redmine-error-permission-denied-etcredminedefaultsession-yml-on-ubuntu-10-04/</link>
		<comments>http://www.emanuelis.eu/2010/09/15/how-to-solve-redmine-error-permission-denied-etcredminedefaultsession-yml-on-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 10:19:55 +0000</pubDate>
		<dc:creator>Emanuelis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu @en]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Redmine]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.emanuelis.eu/?p=559</guid>
		<description><![CDATA[After installing Redmine on Ubuntu 10.04 Lucid Lynx from repositories (apt-get install redmine redmine-mysql) I got an error: Permission denied - /etc/redmine/default/session.yml <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.emanuelis.eu/2010/09/15/how-to-solve-redmine-error-permission-denied-etcredminedefaultsession-yml-on-ubuntu-10-04/">How to solve Redmine error &#8220;Permission denied &#8211; /etc/redmine/default/session.yml&#8221; on Ubuntu 10.04</a></span>]]></description>
		<wfw:commentRss>http://www.emanuelis.eu/2010/09/15/how-to-solve-redmine-error-permission-denied-etcredminedefaultsession-yml-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

