<?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 mihai.ibanescu.net</title>
	<atom:link href="http://mihai.ibanescu.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://mihai.ibanescu.net</link>
	<description>Mihai&#039;s few cents</description>
	<lastBuildDate>Sun, 02 Oct 2011 17:24:20 +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 Mud Run by Stephane Daniel</title>
		<link>http://mihai.ibanescu.net/me-fine-mud-run-201/comment-page-1#comment-1540</link>
		<dc:creator>Stephane Daniel</dc:creator>
		<pubDate>Sun, 02 Oct 2011 17:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=146#comment-1540</guid>
		<description>Having done numerous mud/obstacle races, by far the best one!  Also can&#039;t beat the fact that it was local instead of driving say 4 hours to a very popular mud run in Columbia, SC that attracts 14,000 runners.  Our finish time by the way was 1 hr, 15 minutes to play 46th out of 80 teams!</description>
		<content:encoded><![CDATA[<p>Having done numerous mud/obstacle races, by far the best one!  Also can&#8217;t beat the fact that it was local instead of driving say 4 hours to a very popular mud run in Columbia, SC that attracts 14,000 runners.  Our finish time by the way was 1 hr, 15 minutes to play 46th out of 80 teams!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetworkManager and virtual interfaces by Tip: Configuring network aliases with NetworkManager on Fedora 14 &#171; EdVoncken.NET</title>
		<link>http://mihai.ibanescu.net/networkmanager-and-virtual-interfaces/comment-page-1#comment-1518</link>
		<dc:creator>Tip: Configuring network aliases with NetworkManager on Fedora 14 &#171; EdVoncken.NET</dc:creator>
		<pubDate>Mon, 04 Apr 2011 11:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=18#comment-1518</guid>
		<description>[...] on a comment by Cristiano, I added a script to NetworkManager that would take care of configuring any network aliases that [...]</description>
		<content:encoded><![CDATA[<p>[...] on a comment by Cristiano, I added a script to NetworkManager that would take care of configuring any network aliases that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetworkManager and virtual interfaces by Cristiano</title>
		<link>http://mihai.ibanescu.net/networkmanager-and-virtual-interfaces/comment-page-1#comment-1473</link>
		<dc:creator>Cristiano</dc:creator>
		<pubDate>Sun, 15 Aug 2010 12:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=18#comment-1473</guid>
		<description>Thank you, I&#039;m using Fedora 12 also. Just as a contribution I made de code more generic (supporting more interfaces and aliases):

&lt;blockquote&gt;
&lt;pre&gt;
#!/bin/bash

iface=&quot;$1&quot;
shift

action=&quot;$1&quot;
shift

if [ &quot;$action&quot; = &quot;up&quot; ]; then
        for ALIAS in /etc/sysconfig/network-scripts/ifcfg-$iface:*; do
                ALIAS=`echo $ALIAS &#124; cut -d: -f 2`
                /sbin/ifup $iface:$ALIAS
        done
fi
&lt;/pre&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Thank you, I&#8217;m using Fedora 12 also. Just as a contribution I made de code more generic (supporting more interfaces and aliases):</p>
<blockquote>
<pre>
#!/bin/bash

iface="$1"
shift

action="$1"
shift

if [ "$action" = "up" ]; then
        for ALIAS in /etc/sysconfig/network-scripts/ifcfg-$iface:*; do
                ALIAS=`echo $ALIAS | cut -d: -f 2`
                /sbin/ifup $iface:$ALIAS
        done
fi
</pre>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetworkManager and virtual interfaces by apexwm</title>
		<link>http://mihai.ibanescu.net/networkmanager-and-virtual-interfaces/comment-page-1#comment-1405</link>
		<dc:creator>apexwm</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=18#comment-1405</guid>
		<description>Thank you very much.  Even in Fedora 12, this fix still works GREAT.  I tried setting up multiple IP aliases with NetworkManager, however they did not work correctly.  With your method, you get the real IP alias devices created.</description>
		<content:encoded><![CDATA[<p>Thank you very much.  Even in Fedora 12, this fix still works GREAT.  I tried setting up multiple IP aliases with NetworkManager, however they did not work correctly.  With your method, you get the real IP alias devices created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A new low in spelling by Luke</title>
		<link>http://mihai.ibanescu.net/a-new-low-in-spelling/comment-page-1#comment-1399</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=119#comment-1399</guid>
		<description>It seems that native speakers are the worst offenders. For better or worse, proper punctuation, grammar, and spelling are out the window - Pandora&#039;s box has been opened on the internet.</description>
		<content:encoded><![CDATA[<p>It seems that native speakers are the worst offenders. For better or worse, proper punctuation, grammar, and spelling are out the window &#8211; Pandora&#8217;s box has been opened on the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetworkManager and virtual interfaces by flo</title>
		<link>http://mihai.ibanescu.net/networkmanager-and-virtual-interfaces/comment-page-1#comment-1383</link>
		<dc:creator>flo</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=18#comment-1383</guid>
		<description>Hey,

Thanks for sharing this tip, it really proves helpful.

Did the same on an Ubuntu system (8.10), just added:

* to /etc/network/interfaces:

auto eth0:0
iface eth0:0 inet static
        address 192.168.0.2
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255

* your procedure

And it worked

Thanks

Florent</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for sharing this tip, it really proves helpful.</p>
<p>Did the same on an Ubuntu system (8.10), just added:</p>
<p>* to /etc/network/interfaces:</p>
<p>auto eth0:0<br />
iface eth0:0 inet static<br />
        address 192.168.0.2<br />
        netmask 255.255.255.0<br />
        network 192.168.0.0<br />
        broadcast 192.168.0.255</p>
<p>* your procedure</p>
<p>And it worked</p>
<p>Thanks</p>
<p>Florent</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on python: the dangers of assert by misa</title>
		<link>http://mihai.ibanescu.net/python-the-dangers-of-assert/comment-page-1#comment-1296</link>
		<dc:creator>misa</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=100#comment-1296</guid>
		<description>I tried to use blockquote but that was not the right tag. I fixed the formatting - if this is what you meant.</description>
		<content:encoded><![CDATA[<p>I tried to use blockquote but that was not the right tag. I fixed the formatting &#8211; if this is what you meant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on python: the dangers of assert by zodman</title>
		<link>http://mihai.ibanescu.net/python-the-dangers-of-assert/comment-page-1#comment-1298</link>
		<dc:creator>zodman</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=100#comment-1298</guid>
		<description>:S the source code break the pep8 :S....</description>
		<content:encoded><![CDATA[<p>:S the source code break the pep8 :S&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetworkManager and virtual interfaces by NetworkManager et les interfaces virtuelles - even.IT</title>
		<link>http://mihai.ibanescu.net/networkmanager-and-virtual-interfaces/comment-page-1#comment-8</link>
		<dc:creator>NetworkManager et les interfaces virtuelles - even.IT</dc:creator>
		<pubDate>Fri, 15 May 2009 13:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=18#comment-8</guid>
		<description>[...] Cette méthode est basée sur un billet de Mihai Ibanescu. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cette méthode est basée sur un billet de Mihai Ibanescu. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scheduled Service at Car Dealership &#8211; Long Rant by Jesus M. Rodriguez</title>
		<link>http://mihai.ibanescu.net/scheduled-service-at-car-dealership-long-rant/comment-page-1#comment-539</link>
		<dc:creator>Jesus M. Rodriguez</dc:creator>
		<pubDate>Sat, 02 May 2009 12:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=82#comment-539</guid>
		<description>Glad you&#039;ve been doing your own oil changes. I HATE dealing with dealers and mechanics. When i had the Trans Am I started taking it to Carolina Automasters in Durham. They&#039;re more of a performance shop but they KNOW GM cars. So I trusted them for major work. I still do my own oil changes, I find it relaxing and feel if I can save money by doing the little things myself, it will be easier to handle the $300 job I can&#039;t do myself.</description>
		<content:encoded><![CDATA[<p>Glad you&#8217;ve been doing your own oil changes. I HATE dealing with dealers and mechanics. When i had the Trans Am I started taking it to Carolina Automasters in Durham. They&#8217;re more of a performance shop but they KNOW GM cars. So I trusted them for major work. I still do my own oil changes, I find it relaxing and feel if I can save money by doing the little things myself, it will be easier to handle the $300 job I can&#8217;t do myself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

