<?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>ROPARDO s.r.l. &#187; Linux</title>
	<atom:link href="http://blog.ropardo.ro/category/system-adminstration/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +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>LXC 0.7 in Gentoo Linux &#8211; updated</title>
		<link>http://blog.ropardo.ro/2010/06/25/lxc-0-7-in-gentoo-linux/</link>
		<comments>http://blog.ropardo.ro/2010/06/25/lxc-0-7-in-gentoo-linux/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 07:18:03 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux container]]></category>
		<category><![CDATA[lxc]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2295</guid>
		<description><![CDATA[LXC 0.7 is available as an upgrade in Gentoo Linux. After you get it you may have a surprise&#8230; no console output after lxc-start. It seems it is not a bug but a feature :) (as always with software). To get back the output just add -s lxc.console=$(tty) to the command line, like: # lxc-start [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/06/25/lxc-0-7-in-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>LXC with Gentoo Linux</title>
		<link>http://blog.ropardo.ro/2010/06/03/lxc-with-gentoo-linux/</link>
		<comments>http://blog.ropardo.ro/2010/06/03/lxc-with-gentoo-linux/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:00:12 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[lxc]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2010/04/07/lxc-with-gentoo-linux/</guid>
		<description><![CDATA[VMWare (Server, Player, ESX), VirtualBox, KVM/QEMU  are just a few of the virtualization technologies you can use if you need to run a generic virtual machine. Each has strong and weak points, each adds some overhead when running the virtual machine, each can prove useful in a given scenario. I&#8217;ve used more or less extensively [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/06/03/lxc-with-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SSH TCP Port Forwarding aka poor man&#039;s VPN</title>
		<link>http://blog.ropardo.ro/2010/04/15/ssh-port-forwarding-aka-poor-mans-vpn/</link>
		<comments>http://blog.ropardo.ro/2010/04/15/ssh-port-forwarding-aka-poor-mans-vpn/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:00:20 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Adminstration]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[port forwarding]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2010/04/07/ssh-port-forwarding-aka-poor-mans-vpn/</guid>
		<description><![CDATA[In today&#8217;s world when the IPv4 addresses are a luxury and IPv6 is not wide deployed (yet) more and more servers are running behind NAT-ed addresses. To do remote management on these servers you connect to them using SSH through some port forwarding done on the border gateway. If you need to monitor these servers [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/04/15/ssh-port-forwarding-aka-poor-mans-vpn/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Run Internet Explorer on Linux</title>
		<link>http://blog.ropardo.ro/2010/02/02/run-internet-explorer-on-linux/</link>
		<comments>http://blog.ropardo.ro/2010/02/02/run-internet-explorer-on-linux/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 02:44:53 +0000</pubDate>
		<dc:creator>Tomita Militaru</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ies4linux]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1464</guid>
		<description><![CDATA[A problem that many web developers face when they switch from Microsoft Windows to an open source operating system (Ubuntu, Fedora, Archlinux, OpenSUSE, Mandriva, Debian, BSD etc.) is the imposibility of running tests on Internet Explorer, since IE is officially suported only on Windows. IEs4Linux is an open source software that allows you to run [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/02/02/run-internet-explorer-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS opens up as Chromium OS</title>
		<link>http://blog.ropardo.ro/2009/11/20/google-chrome-os-opens-up-as-chromium-os/</link>
		<comments>http://blog.ropardo.ro/2009/11/20/google-chrome-os-opens-up-as-chromium-os/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 07:35:46 +0000</pubDate>
		<dc:creator>Tomita Militaru</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1062</guid>
		<description><![CDATA[After the bomb announcement 6 months ago, Google has open sourced its first operating system under the name Chromium OS, which will be the core for the release of Chrome OS, a year later. As of today, the code for next generation operating system will be fully open, from the code base till the user [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/11/20/google-chrome-os-opens-up-as-chromium-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic Koala released</title>
		<link>http://blog.ropardo.ro/2009/10/30/ubuntu-9-10-karmic-koala-released/</link>
		<comments>http://blog.ropardo.ro/2009/10/30/ubuntu-9-10-karmic-koala-released/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 11:59:21 +0000</pubDate>
		<dc:creator>Tomita Militaru</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=857</guid>
		<description><![CDATA[Canonical is holding their word when it comes on the strict release schedule of Ubuntu releases. Ubuntu 9.10, with the codename Karmic Koala, has been released yesterday 29 October, a week after the release of Microsoft&#8217;s Windows 7. The Requirements for Ubuntu 9.10 are the same as the previously release 9.04, a memory over 256 [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/10/30/ubuntu-9-10-karmic-koala-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lotus Domino 8.5.1 available for Download</title>
		<link>http://blog.ropardo.ro/2009/10/13/lotus-domino-8-5-1-available-for-download/</link>
		<comments>http://blog.ropardo.ro/2009/10/13/lotus-domino-8-5-1-available-for-download/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 13:01:02 +0000</pubDate>
		<dc:creator>Ciprian Candea</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[System Adminstration]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Traveler]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=747</guid>
		<description><![CDATA[If you are using Domino and Lotus Notes is good to know that 8.5.1 release is available for download from IBM. IBM Lotus Domino 8.5.1 for Windows 32 bit English(CZ5RTEN) Quick Start Guide &#8211; IBM Lotus Notes and Domino 8.5.1 Multilingual(CZ561ML) IBM Lotus Notes and Domino 8.5.1 Release Notes English(CZ5QREN) IBM Lotus Domino Designer 8.5.1 [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/10/13/lotus-domino-8-5-1-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install WSO2 WSF/PHP on SUSE Linux</title>
		<link>http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/</link>
		<comments>http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:19:42 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[open suse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WSF]]></category>
		<category><![CDATA[WSO2]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/</guid>
		<description><![CDATA[If you need to install the WSF/PHP extension on a SUSE Linux with GCC 4.1.2 (pretty old) and receive some strange errors with missing libraries (even if you think / see they are there and even if you followed a la lettre the documentation) you may try the following approach: 0 &#8211; extract the sources [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux and gaming</title>
		<link>http://blog.ropardo.ro/2007/07/28/linux-and-gaming/</link>
		<comments>http://blog.ropardo.ro/2007/07/28/linux-and-gaming/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 16:49:11 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2007/07/28/linux-and-gaming/</guid>
		<description><![CDATA[A new article on micahville blog presents a list of 17 games who do not need WINE, can be open or closed source, and of course, run on Linux. The games are (in no particular order): - Neverball - Frets on Fire - Second Life - Frozen Bubble - Nexuiz - Stepmania - Tremulous - [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2007/07/28/linux-and-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTFS partition resize with free tools</title>
		<link>http://blog.ropardo.ro/2007/06/26/ntfs-partition-resize-with-free-tools/</link>
		<comments>http://blog.ropardo.ro/2007/06/26/ntfs-partition-resize-with-free-tools/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 09:06:00 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2007/06/26/ntfs-partition-resize-with-free-tools/</guid>
		<description><![CDATA[Last week I need a new partition on my external drive. The HDD has 80Gb split in 2 partitions, one of 20Gb and one of around 56Gb. The first partition was nearly full and the second had 30Gb of free space (but with many fragmented files). The obvious solution is to move the 26Gb from [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2007/06/26/ntfs-partition-resize-with-free-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

