<?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>BenV&#039;s notes &#187; linux</title>
	<atom:link href="http://notes.benv.junerules.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.benv.junerules.com</link>
	<description>Rants and notes</description>
	<lastBuildDate>Sun, 29 Aug 2010 14:36:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Humble Indie Bundle</title>
		<link>http://notes.benv.junerules.com/all/software/the-humble-indie-bundle/</link>
		<comments>http://notes.benv.junerules.com/all/software/the-humble-indie-bundle/#comments</comments>
		<pubDate>Wed, 05 May 2010 13:37:05 +0000</pubDate>
		<dc:creator>BenV</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[drm free]]></category>
		<category><![CDATA[humble bundle]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://notes.benv.junerules.com/?p=798</guid>
		<description><![CDATA[Hej folks. The guys over at Wolfire Games have a sweet deal this week if you&#8217;re into fun cross platform indy games. It&#8217;s simple: you go over to the Humble Bundle, determine how much you would like to pay for a bundle of DRM free, cross platform (Linux, Mac OSX and Windows) games and on [...]]]></description>
			<content:encoded><![CDATA[<p>Hej folks.</p>
<p>The guys over at <a href="http://www.wolfire.com/">Wolfire Games</a> have a sweet deal <b>this week</b> if you&#8217;re into fun cross platform indy games.<br />
It&#8217;s simple: you go over to the <a href="http://www.wolfire.com/humble">Humble Bundle</a>, determine how much you would like to pay for a bundle of <span style="color:#FF00FF">DRM free</span>, <span style="color:#00FFFF">cross platform</span> (Linux, Mac OSX and Windows) games and on top of that you also get to say who gets how much of the money  (the developers, <a href="http://www.eff.org/">EFF</a> or <a href="http://www.childsplaycharity.org/">Child&#8217;s Play</a>).<br />
Isn&#8217;t that sweet?</p>
<p>The games are good too, we&#8217;re talking about <span style="color:#FF0000">World of Goo</span>, <span style="color:#0000FF">Aquaria</span>, <span style="color:#394773">Gish</span>, <span style="color:#FF3366">Lugaru HD</span>, and <span style="color:#6633FF">Penumbra</span>.</p>
<p>So go over to <a href="http://www.wolfire.com/humble">the Humble Bundle</a> and get yourself a copy while paying them what you think it&#8217;s worth!<br />
I did <img src='http://notes.benv.junerules.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://notes.benv.junerules.com/all/software/the-humble-indie-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor annoyance about linux</title>
		<link>http://notes.benv.junerules.com/all/software/minor-annoyance-about-linux/</link>
		<comments>http://notes.benv.junerules.com/all/software/minor-annoyance-about-linux/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 16:40:06 +0000</pubDate>
		<dc:creator>BenV</dc:creator>
				<category><![CDATA[Morons]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[proc]]></category>

		<guid isPermaLink="false">http://notes.benv.junerules.com/?p=309</guid>
		<description><![CDATA[So I&#8217;m working on a little info script (check out Infoscreen) so I can have a nice overview of my server when I look at console number one without having to log in etc. Simple question: &#8220;Where in /proc can I find a list of IP addresses with corresponding interfaces?&#8221; Simple answer: Try /proc/net/if_inet6! wouter@wouter-laptop:~:0&#62;cat [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m working on a little info script (check out <a href="http://notes.benv.junerules.com/infoscreen/">Infoscreen</a>) so I can have a nice overview<br />
of my server when I look at console number one without having to log in etc.</p>
<p>Simple question:<br />
&#8220;Where in /proc can I find a list of IP addresses with corresponding interfaces?&#8221;</p>
<p>Simple answer:<br />
Try <code class="codecolorer text vibrant"><span class="text">/proc/net/if_inet6</span></code>!</p>
<div class="codecolorer-container bash vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wouter<span style="color: #000000; font-weight: bold;">@</span>wouter-laptop:~:<span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>net<span style="color: #000000; font-weight: bold;">/</span>if_inet6 <br />
00000000000000000000000000000001 01 <span style="color: #000000;">80</span> <span style="color: #000000;">10</span> <span style="color: #000000;">80</span> &nbsp; &nbsp; &nbsp; lo<br />
20010888148d0000022100fffe221352 04 <span style="color: #000000;">40</span> 00 00 &nbsp; &nbsp;wlan1<br />
fe80000000000000022100fffe221352 04 <span style="color: #000000;">40</span> <span style="color: #000000;">20</span> <span style="color: #000000;">80</span> &nbsp; &nbsp;wlan1</div></div>
<p>&#8230; that&#8217;s great&#8230;. but I really wanted the IPv4 addresses as well.<br />
&#8220;/proc/net/if_inet4&#8243; or &#8220;/proc/net/if_inet&#8221;? Noooooo&#8230;.</p>
<p>Conclusion: KANKER LINUX!</p>
<p>Obviously I can get the address by calling &#8216;<span style="color:#FF00FF">ip addr show</span>&#8216;, &#8216;<span style="color:#FF00FF">ifconfig</span>&#8216; or a heap of other solution involving calling <span style="color:#FF00FF">ioctl</span> on sockets or using the <span style="color:#FF00FF">netlink interface</span>&#8230; but seriously, blegh.</p>
<p>The most retarded thing is that pretty much every other statistic about my network devices is there&#8230; including active connections and whatnot, but ipv4 addresses? Nooooo&#8230;.. *RAAH*</p>
]]></content:encoded>
			<wfw:commentRss>http://notes.benv.junerules.com/all/software/minor-annoyance-about-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
