<?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>I-Am-Bot &#187; linux</title>
	<atom:link href="http://iambot.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://iambot.net</link>
	<description>Code, technology and life</description>
	<lastBuildDate>Sat, 28 Aug 2010 16:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>MAC/IP address using Linux shell script</title>
		<link>http://iambot.net/2009/11/macip-address-using-linux-shell-script/</link>
		<comments>http://iambot.net/2009/11/macip-address-using-linux-shell-script/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:52:45 +0000</pubDate>
		<dc:creator>Srinath</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://iambot.net/?p=248</guid>
		<description><![CDATA[Ever wanted to get the MAC/IP address of your computer in a Linux shell script? The following two commands should work on most flavours of Linux/Unix Note: It retrieves the address of eth0 interface by default. Make necessary changes as required. IP: /sbin/ifconfig &#124; grep '\&#60;inet\&#62;' &#124; sed -n '1p' &#124; tr -s " " [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to get the MAC/IP address of your computer in a Linux shell script? The following two commands should work on most flavours of Linux/Unix</p>
<p>Note: It retrieves the address of eth0 interface by default. Make necessary changes as required.</p>
<p>IP:</p>
<blockquote><p>/sbin/ifconfig | grep '\&lt;inet\&gt;' | sed -n '1p' | tr -s " " | cut -d " " -f3 | cut -d ":" -f2</p></blockquote>
<p>MAC (H/W address)</p>
<blockquote><p>/sbin/ifconfig | grep 'eth0' | tr -s " " | cut -d " " -f5</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://iambot.net/2009/11/macip-address-using-linux-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu&#8217;s Karmic Koala</title>
		<link>http://iambot.net/2009/10/ubuntus-karmic-koala/</link>
		<comments>http://iambot.net/2009/10/ubuntus-karmic-koala/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 08:34:55 +0000</pubDate>
		<dc:creator>Sandeep</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://iambot.net/?p=218</guid>
		<description><![CDATA[So begins the battle between the Operating Systems again. And this time a much fierce battle I guess. With Microsoft Windows 7 and Apple's OS X Snow Leopard 10. 6 already rumbling in the arena, there enters Ubuntu 9.10 codenamed Karmic Koala. Ubuntu's 9.10 promises to be faster and friendly to use (no more scarry [...]]]></description>
			<content:encoded><![CDATA[<p>So begins the battle between the Operating Systems again. And this time a much fierce battle I guess. With Microsoft Windows 7 and Apple's OS X Snow Leopard 10. 6 already rumbling in the arena, there enters Ubuntu 9.10 codenamed <strong><em>Karmic Koala</em></strong>.</p>
<p><div id="attachment_222" class="wp-caption alignleft" style="width: 310px"><a href="http://iambot.net/wp-content/uploads/2009/10/koala1.jpg"><img src="http://iambot.net/wp-content/uploads/2009/10/koala1-300x240.jpg" alt="Karmic Koala" title="koala1" class="size-medium wp-image-222" height="240" width="300"></a><p class="wp-caption-text">Karmic Koala</p></div>Ubuntu's 9.10 promises to be faster and friendly to use (<em>no more scarry text scrolls</em>) and also is introducing newest version of</p>
<ul> Linux kernel - Version 2.6.31<br />
GNOME - Version 2.28<br />
Firefox - Version 3.5.3<br />
Software Center - graphical utility for package management<br />
GRUB2 as the new default bootloader<br />
Ext 4 filesystem default</ul>
<p>But, the best part of Karmic Koala is <strong>Ubuntu One</strong>, a new web sync feature that gives you 2 GB of free online disk space and also allows you to syndicate and synchronize contacts, notes and share files between several computers. Yes! I know! I can already see people ruminating from Windows. Wait! There's still more to come.</p>
<p>You can chat to your friends and your office colleagues through <strong>Empathy</strong> which integrates: Yahoo, Gmail, MSN, AOL, Jabber and many more. There is <strong>F-Spot</strong> for you through which you can manage and upload your photos to photo-sharing sites like flickr, facebook, picasa and what not! </p>
<p>Create your presentations, documents with <strong>Open Office v 3.0</strong> which is quite compatible with all other available office applications including the most famous Microsoft Office. Access Last.fm, Internet Radio portal directly using <strong>Rythmbox</strong>. </p>
<p>Cannonical COO Jane Silber quotes "Ubuntu 9.10 gives users more reasons than ever to seriously consider Linux at a time when many are thinking again about their operating system options. We are delivering a platform for users interested in an easy-to-use, great-looking, web-friendly operating system".</p>
<p>The average boot time is about 26 seconds with the Xorg showing up around 15th second. The eventual goal is to deliver a 10 second startup. Probably, we can find one such thing happening in 10.04. Software Center has an excellent selection of software, revamped audio framework improves sound control across multiple applications and many new and improved features. </p>
<p>At the core of the Ubuntu philosophy is the belief that computing is for everyone and whatever your circumstances.</p>
]]></content:encoded>
			<wfw:commentRss>http://iambot.net/2009/10/ubuntus-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sugar on a Stick</title>
		<link>http://iambot.net/2009/06/sugar-on-a-stick/</link>
		<comments>http://iambot.net/2009/06/sugar-on-a-stick/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 15:15:33 +0000</pubDate>
		<dc:creator>Srinath</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://iambot.net/?p=145</guid>
		<description><![CDATA[What can be sweeter than a name with Sugar in it? Does it help that its for students, its open source and is fun too? Well then I'm definitely talking about "Sugar On A Stick" - A new initiative that aims to put accessible, fun software on a pen drive that students can carry around: [...]]]></description>
			<content:encoded><![CDATA[<p>What can be sweeter than a name with Sugar in it? Does it help that its for students, its open source and is fun too? Well then I'm definitely talking about "<a href="http://http://wiki.sugarlabs.org/go/Sugar_on_a_Stick">Sugar On A Stick</a>" - A new initiative that aims to put accessible, fun software on a pen drive that students can carry around:</p>
<ul>
<li> Sugar on a Stick as 1-to-1 computing in an elementary school</li>
<li> Sugar on a Stick to empower middle- and high-school students to help test, and learn computing platforms as learning tools</li>
<li> Sugar on a Stick for learning conferences to let people try Sugar and collaborate with other conference participants</li>
</ul>
<p>Its based off Fedora 11, comes as a 380 MB ISO, and is primarily runs off your USB or CD media. The first release, tastily titled <a href="http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Strawberry">"Strawberry</a> was released on 24th of this month. So here is to a great initiative, and I'll be taking it for a spin this week and get back with my thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://iambot.net/2009/06/sugar-on-a-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transmission 1.50 Final Ubuntu 8.10 Deb Package</title>
		<link>http://iambot.net/2009/02/transmission-150-final-ubuntu-810-deb-package/</link>
		<comments>http://iambot.net/2009/02/transmission-150-final-ubuntu-810-deb-package/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 14:10:54 +0000</pubDate>
		<dc:creator>Srinath</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://iambot.net/?p=37</guid>
		<description><![CDATA[The transmission team is out with the final release 1.50. The release has various bug fixes, enhanced IPv6 support among others. You can see the complete changelog here. Download the pre compiled one-click install package for Ubuntu 8.10 32 bits]]></description>
			<content:encoded><![CDATA[<p>The transmission team is out with the final release 1.50. The release has various bug fixes, enhanced IPv6 support among others. You can see the complete changelog <a href="http://www.transmissionbt.com/index.php">here</a>.</p>
<p><a href="http://iambot.net/dScript/download.php?fname=./Ubuntu/transmission_1.50-1_i386.deb">Download</a> the pre compiled one-click install package for Ubuntu 8.10 32 bits</p>
]]></content:encoded>
			<wfw:commentRss>http://iambot.net/2009/02/transmission-150-final-ubuntu-810-deb-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
