<?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/tag/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>
	</channel>
</rss>
