<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SGLNX</title>
	
	<link>http://sglnx.com</link>
	<description>Singapore Local Linux News Matters</description>
	<lastBuildDate>Sun, 14 Feb 2010 05:02:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Sglnx" /><feedburner:info uri="sglnx" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Optimize HD video playback for Nvidia ION in Linux</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/8xfIQ9ynodM/</link>
		<comments>http://sglnx.com/2010/02/optimize-hd-video-playback-for-nvidia-ion/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:08:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Leisure]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Nettop]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[acceleration]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[geforce]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[ion]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[trailers]]></category>
		<category><![CDATA[vdpau]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=357</guid>
		<description><![CDATA[<!-- Easy AdSense V2.82 -->
<!-- Post[count: 1] -->
<div class="ezAdsense adsense adsense-leadin" style="text-align:center;margin:12px;"><script type="text/javascript"><!--
google_ad_client = "pub-7221109010735579";
/* sglnx 2 ad banner horizontal */
google_ad_slot = "5786691662";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>Accelerate NVIDIA ION video playback with Linux and Mplayer to play HD movies smoothly!<!-- Easy AdSense V2.82 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadout" style="text-align:center;margin:12px;"><script type="text/javascript"><!--
google_ad_client = "pub-7221109010735579";
/* SGLNX 468x60, created 8/5/09 */
google_ad_slot = "7292863327";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Nvidia_Ion" target="_blanknv1">Nvidia ION</a> powered <a href="http://en.wikipedia.org/wiki/Intel_Atom" target="_blankia1">Intel Atom processor</a> netbooks and nettops are the rage these days.</p>
<p>Affordable, lightweight and powerful graphics processor.</p>
<p>The Nvidia ION is actually an Intel Atom CPU coupled with a <a href="http://en.wikipedia.org/wiki/GeForce_9_Series#9400M_G.5B37.5D" target="_blankgf94">Nvidia 9400m graphics chipset</a>.</p>
<p>Most linux distributions install fine on most netbooks and nettops. However, their default video player may not be optimized for the Nvidia ION chipsets. For HD video playback, without tweaking the parameters of the video player application, the end result may be lacklustre and the playback may even be not in sync or skipping frames.</p>
<p><span id="more-357"></span></p>
<p>To fully comprehend the power of video acceleration of the ION chipset with HD movies, SGLNX recommends <a href="http://en.wikipedia.org/wiki/Mplayer" target="_blankmp1">MPLAYER</a>.</p>
<p>MPlayer is present on most distribution&#8217;s repositories. To ensure smooth playback of HD movies (mkv, avi, mp4, etc), a slight tweak of the Mplayer&#8217;s config file is necessary.</p>
<p>To edit the config file, use these commands.</p>
<p>Open terminal</p>
<p>&#8220;sudo nano ~/.mplayer/config&#8221;</p>
<p>Insert these lines and remove any duplicate lines that may be present</p>
<p style="padding-left: 60px;">vo=vdpau<br />
vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,<br />
#vo=xv<br />
ao=alsa<br />
#subcp=latin2<br />
stop-xscreensaver=1<br />
font=Arial<br />
subfont-text-scale=3<br />
subfont-osd-scale=3</p>
<p>Press &#8220;Control-X&#8221; to save the file.</p>
<p>The changes to the config file ensures that Mplayer will make use of <a href="http://en.wikipedia.org/wiki/VDPAU" target="_blankvdv">VDPAU</a> technology which is present on <a href="http://en.wikipedia.org/wiki/GeForce_8_series" target="_blank8800">Nvidia&#8217;s GeForce 8800 series graphics card </a>and above. For full compatibility of utilizing VDPAU acceleration, <a href="http://en.wikipedia.org/wiki/VDPAU" target="_blankvdvd">see here</a>.</p>
<p>Next <a href="http://www.hd-trailers.net/" target="_blankhd">download a HD 1080p file from here</a>.</p>
<p>Use Mplayer to playback this file and experience smooth HD playback with the ION chipset!</p>
<p>This guide would also apply for Nvidia graphics cards of the 9300 series and higher!</p>
<p><em><a href="http://ptspts.blogspot.com/2009/08/asrock-ion-330-nettop-with-jaunty.html" target="_blankbbb">Source of inspiration for this entry : pts.blog</a></em></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/" rel="bookmark" class="crp_title">Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</a></li><li><a href="http://sglnx.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux/" rel="bookmark" class="crp_title">How to enable HD video playback on GMA 500 netbooks with Ubuntu Linux</a></li><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li><a href="http://sglnx.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator/" rel="bookmark" class="crp_title">Linux drivers for Broadcom HD Video Accelerator</a></li><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/O1-aJn8wiU2I3MNWYoaszkavjbQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/O1-aJn8wiU2I3MNWYoaszkavjbQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/O1-aJn8wiU2I3MNWYoaszkavjbQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/O1-aJn8wiU2I3MNWYoaszkavjbQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=8xfIQ9ynodM:O3JJkVSwYrg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=8xfIQ9ynodM:O3JJkVSwYrg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=8xfIQ9ynodM:O3JJkVSwYrg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=8xfIQ9ynodM:O3JJkVSwYrg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=8xfIQ9ynodM:O3JJkVSwYrg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=8xfIQ9ynodM:O3JJkVSwYrg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=8xfIQ9ynodM:O3JJkVSwYrg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=8xfIQ9ynodM:O3JJkVSwYrg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=8xfIQ9ynodM:O3JJkVSwYrg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/8xfIQ9ynodM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/02/optimize-hd-video-playback-for-nvidia-ion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/02/optimize-hd-video-playback-for-nvidia-ion/</feedburner:origLink></item>
		<item>
		<title>OpenShot Video Editor for Linux</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/16VHNECfTK0/</link>
		<comments>http://sglnx.com/2010/02/openshot-video-editor-for-linux/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 02:52:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Video Editing]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[clips]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[final cut pro]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[graphical]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[openshot]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[premier]]></category>
		<category><![CDATA[transition]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=352</guid>
		<description><![CDATA[Opensource video editor that is gaining a lot of momentum to its paid alternatives on Windows and Apple OSX platform]]></description>
			<content:encoded><![CDATA[<p>For linux users whom have been drooling over Apple&#8217;s video editor, <a href="http://en.wikipedia.org/wiki/Final_Cut_Pro" target="_blank">Final Cut Pro</a> and <a href="http://en.wikipedia.org/wiki/Adobe_Premiere_Pro" target="_blank">Adobe Premier Pro</a> on the Windows platform, there is now an opensource video editor out on Linux!</p>
<p>Introducing the <a href="http://www.openshotvideo.com/" target="_blank">OpenShot Video Editor</a> for Linux!</p>
<p>Easy to use &#8220;drag &amp; drop&#8221; graphical user interface</p>
<p>Combine video clips and insert in nice transitions between the scenes.</p>
<p>Videos can be in 4:3 or 16:9 format.</p>
<p><span id="more-352"></span></p>
<p>To try it out on Ubuntu, you may <a href="http://techdrivein.blogspot.com/2010/01/install-openshot-video-editor-10-in.html" target="_blank">follow instructions here</a></p>
<p>Here are some demo clips on <a href="http://www.openshotvideo.com/" target="_blankvv">OpenShot</a>:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="220" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5388198&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="220" src="http://vimeo.com/moogaloop.swf?clip_id=5388198&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><a href="http://vimeo.com/5388198"><br />
OpenShot: Demo Movie</a></p>
<p style="text-align: center;">
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5604306&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=5604306&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><a href="http://vimeo.com/5604306"><br />
OpenShot: Non-Linear Audio Editing</a></p>
<p style="text-align: center;">
<p>Source: <a href="http://lxer.com/module/newswire/ext_link.php?rid=131358">MakeTechEasier.com</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/09/new-dell-netbook-ships-with-ubuntus-moblin-netbook-remix/" rel="bookmark" class="crp_title">New Dell Netbook ships with Ubuntu Moblin Netbook Remix!</a></li><li><a href="http://sglnx.com/2009/09/affordable-linux-tablet-running-on-aa-batteries/" rel="bookmark" class="crp_title">Affordable Linux touchscreen tablet running on AA batteries</a></li><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li><a href="http://sglnx.com/2009/07/boot-up-speed-craze/" rel="bookmark" class="crp_title">Boot up speed craze</a></li><li><a href="http://sglnx.com/2009/11/sglnx-takes-moblin-2-1-for-a-spin-part-one/" rel="bookmark" class="crp_title">SGLNX takes Moblin 2.1 for a spin! Part One</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/1rTynHw8iFqLBshvI_Ul9scswPc/0/da"><img src="http://feedads.g.doubleclick.net/~a/1rTynHw8iFqLBshvI_Ul9scswPc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1rTynHw8iFqLBshvI_Ul9scswPc/1/da"><img src="http://feedads.g.doubleclick.net/~a/1rTynHw8iFqLBshvI_Ul9scswPc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=16VHNECfTK0:58q8qfuUkIU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=16VHNECfTK0:58q8qfuUkIU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=16VHNECfTK0:58q8qfuUkIU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=16VHNECfTK0:58q8qfuUkIU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=16VHNECfTK0:58q8qfuUkIU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=16VHNECfTK0:58q8qfuUkIU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=16VHNECfTK0:58q8qfuUkIU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=16VHNECfTK0:58q8qfuUkIU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=16VHNECfTK0:58q8qfuUkIU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/16VHNECfTK0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/02/openshot-video-editor-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/02/openshot-video-editor-for-linux/</feedburner:origLink></item>
		<item>
		<title>Canonical To port iTunes And Photoshop To Ubuntu</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/OhTdEfPe3JA/</link>
		<comments>http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 01:16:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Distro]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[WINE]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[closed-source]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[popularity]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=348</guid>
		<description><![CDATA[Ubuntuforums had an official post from Canonical asking users to submit recommended apps in a survey site.
In the survey, a preselected list of apps for voting includes closed-sourced applications such as ITunes, Photoshop, Spotify and Pandora.
Would the upcoming Ubuntu distro include these applications if the demand is large enough? Will Canonical implementation be Wine-based of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntuforums.org/index.php" target="_blankuu">Ubuntuforums</a> had an <a href="http://ubuntuforums.org/showthread.php?t=1381221" target="_blankff">official post</a> from <a href="http://en.wikipedia.org/wiki/Canonical_Ltd." target="_blankc">Canonical</a> asking users to submit recommended apps in a <a href="http://www.surveymonkey.com/s/GFVQP62" target="_blankss">survey site</a>.</p>
<p>In the survey, a preselected list of apps for voting includes closed-sourced applications such as <a href="http://en.wikipedia.org/wiki/ITunes" target="_blankii">ITunes</a>, <a href="http://en.wikipedia.org/wiki/Photoshop" target="_blankpp">Photoshop</a>, <a href="http://en.wikipedia.org/wiki/Spotify" target="_blanksss">Spotify</a> and <a href="http://www.pandora.com/" target="_blankpp">Pandora</a>.</p>
<p>Would the upcoming <a href="http://en.wikipedia.org/wiki/Ubuntu_(operating_system)" target="_blankuuy">Ubuntu</a> distro include these applications if the demand is large enough? Will Canonical implementation be Wine-based of the popular applications originally created on only the Windows platform? Or will it be coded natively on Linux?</p>
<p>If these closed source apps are created originally for Windows, eg Apple&#8217;s ITunes and Adobe&#8217;s Photoshop, how is Canonical going to convince them to code for Linux?</p>
<p>Many argue the fact that opensource linux OS users aren&#8217;t a large significant market and therefore many paid apps are not developed for the linux platform. But the recent rise of popularity of Ubuntu and its variants may just shake up the market share of users on linux and attract such developers to write apps for the rising numbers of Linux users.</p>
<p>Source : <a href="http://feedproxy.google.com/~r/webupd8/~3/SWirSpqvdAY/canonical-to-bring-closed-source-apps.html">WebUpd8 Canonical To Bring Closed Source Apps Like iTunes And Photoshop To Ubuntu?!?!</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/shuttleworth-steps-down-as-canonical-ceo/" rel="bookmark" class="crp_title">Shuttleworth Steps Down As Canonical CEO</a></li><li><a href="http://sglnx.com/2009/07/open-source-linux-alternative-for-every-app/" rel="bookmark" class="crp_title">Open source linux alternative for every app</a></li><li><a href="http://sglnx.com/2009/12/boot-windows-in-a-window-in-linux-using-virtualbox/" rel="bookmark" class="crp_title">Boot Windows in a "window" in Linux using VirtualBox</a></li><li><a href="http://sglnx.com/2009/12/linux-is-regaining-netbook-market-share-quickly/" rel="bookmark" class="crp_title">Linux Is Regaining <b>Netbook</b> Market Share Quickly</a></li><li><a href="http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/" rel="bookmark" class="crp_title">Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/4NZ3JbV9sJbK7eiCp8nedpcPaN0/0/da"><img src="http://feedads.g.doubleclick.net/~a/4NZ3JbV9sJbK7eiCp8nedpcPaN0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4NZ3JbV9sJbK7eiCp8nedpcPaN0/1/da"><img src="http://feedads.g.doubleclick.net/~a/4NZ3JbV9sJbK7eiCp8nedpcPaN0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=OhTdEfPe3JA:YHMKkffIGoc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OhTdEfPe3JA:YHMKkffIGoc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=OhTdEfPe3JA:YHMKkffIGoc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OhTdEfPe3JA:YHMKkffIGoc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=OhTdEfPe3JA:YHMKkffIGoc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OhTdEfPe3JA:YHMKkffIGoc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OhTdEfPe3JA:YHMKkffIGoc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=OhTdEfPe3JA:YHMKkffIGoc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OhTdEfPe3JA:YHMKkffIGoc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/OhTdEfPe3JA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/</feedburner:origLink></item>
		<item>
		<title>SuperGamer: Open Source Linux Games Bootable on ISO</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/tEpuLL144Xs/</link>
		<comments>http://sglnx.com/2010/01/supergamer-open-source-linux-games-bootable-on-iso/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:45:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Leisure]]></category>
		<category><![CDATA[distrowatch]]></category>
		<category><![CDATA[dual layer]]></category>
		<category><![CDATA[dualboot]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Live CD]]></category>
		<category><![CDATA[Live DVD]]></category>
		<category><![CDATA[supergamer]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=339</guid>
		<description><![CDATA[ARE YOU SOMEONE WHOM:
1) is sick of dual booting just to play games using Windows?
2) Prefers not to corrupt hardened linux workstation with linux games?
3) Complains of not having enough games on linux?
Supergamer is a permanent fix if you answered YES to any of the question!
SuperGamer is a games oriented Live CD/DVD Linux OS. It [...]]]></description>
			<content:encoded><![CDATA[<p>ARE YOU SOMEONE WHOM:</p>
<p>1) is sick of dual booting just to play games using Windows?</p>
<p>2) Prefers not to corrupt hardened linux workstation with linux games?</p>
<p>3) Complains of not having enough games on linux?</p>
<p><a href="http://www.supergamer.org/" target="_blanks">Supergamer</a> is a permanent fix if you answered YES to any of the question!</p>
<div class="wp-caption alignnone" style="width: 394px"><img class=" " style="vertical-align: middle;" src="http://sglnx.com/wp-content/uploads/2010/01/supergamer-small.png" alt="" width="384" height="307" /><p class="wp-caption-text">Fierce Looking Desktop Background</p></div>
<p>SuperGamer is a games oriented <a href="http://en.wikipedia.org/wiki/Live_CD" target="_blanklcd">Live CD/DVD</a> Linux OS. It has all the normal Linux desktop applications such as the Firefox Browser, OpenOffice.org, etc., but also has a great many native to Linux games added, as well as some demos of proprietary games.</p>
<p>Here is the list of games it comes pre-installed with :</p>
<table border="0" cellspacing="1" cellpadding="10" align="center">
<tbody>
<tr>
<td><strong><span style="font-size: xx-small;">Quake Wars<br />
Doom 3<br />
Prey<br />
Unreal Tournament<br />
Quake 4<br />
Savage 2<br />
Postal 2<br />
Enemy Territory<br />
Penumbra Black Plague<br />
Sauerbraten<br />
Urban Terror</span></strong></td>
<td><strong><span style="font-size: xx-small;">Soldier Of Fortune<br />
Torcs<br />
Tremulous<br />
AlienArena<br />
True Combat<br />
America&#8217;s Army<br />
Nexus<br />
OpenArena<br />
PlaneShift<br />
Drop Team<br />
Frets On Fire</span></strong></td>
<td><strong><span style="font-size: xx-small;">Chromium B.S.U.<br />
Mad Bomber<br />
X-Moto<br />
BZ Flag<br />
Mega Mario<br />
Glaxium<br />
GL-117<br />
NeverBall<br />
NeverPutt<br />
Super Tux<br />
PPRacer</span></strong></td>
</tr>
</tbody>
</table>
<p>Download <a href="http://supergamer.org/downloads/Supreme_SuperGamer.torrent" target="_blankget">torrent</a> here</p>
<p>or</p>
<p>Purchase the Live-DVD direct from <a href="http://on-disk.com/product_info.php/products_id/851" target="_blankod">On-Disk</a> if you feel 8 gigabytes will take too long to download.</p>
<p>Source : <a href="http://www.linuxjournal.com/content/supergamer-8gb-linux-only-gameplay" target="_blanklxj">Linux Journal</a></p>
<p>Or visit <a href="http://supergamer.org/" target="_blanksuper">Supergamer</a> website!</p>
<p>You might also wanna read up what <a href="http://distrowatch.com/" target="_blankdw1">Distrowatch</a> has to say about the Supergamer linux distribution <a href="http://distrowatch.com/table.php?distribution=supergamer" target="_blankdistro">here</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li><a href="http://sglnx.com/2009/11/sglnx-takes-moblin-2-1-for-a-spin-part-two/" rel="bookmark" class="crp_title">SGLNX takes Moblin 2.1 for a spin! Part Two</a></li><li><a href="http://sglnx.com/2010/01/true-plug-in-linux-appliance/" rel="bookmark" class="crp_title">True "Plug-in" Linux Appliance from Marvell!</a></li><li><a href="http://sglnx.com/2009/07/tiny-little-linux-mid-smartq5/" rel="bookmark" class="crp_title">Tiny Little Linux MID, SmartQ5</a></li><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/0vSsAEUf_NLhMmZw2wXAiiqehUw/0/da"><img src="http://feedads.g.doubleclick.net/~a/0vSsAEUf_NLhMmZw2wXAiiqehUw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0vSsAEUf_NLhMmZw2wXAiiqehUw/1/da"><img src="http://feedads.g.doubleclick.net/~a/0vSsAEUf_NLhMmZw2wXAiiqehUw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=tEpuLL144Xs:rBz_RIBtYQ8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=tEpuLL144Xs:rBz_RIBtYQ8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=tEpuLL144Xs:rBz_RIBtYQ8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=tEpuLL144Xs:rBz_RIBtYQ8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=tEpuLL144Xs:rBz_RIBtYQ8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=tEpuLL144Xs:rBz_RIBtYQ8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=tEpuLL144Xs:rBz_RIBtYQ8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=tEpuLL144Xs:rBz_RIBtYQ8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=tEpuLL144Xs:rBz_RIBtYQ8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/tEpuLL144Xs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/01/supergamer-open-source-linux-games-bootable-on-iso/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/01/supergamer-open-source-linux-games-bootable-on-iso/</feedburner:origLink></item>
		<item>
		<title>Detect monitoring voltage, temperature, fan-rpm sensor values with linux lm-sensors!</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/ay-E0809bBI/</link>
		<comments>http://sglnx.com/2010/01/detect-monitoring-voltagetemperaturefan-rpm-sensors-values-with-lm-sensors/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:38:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Distro]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[lm-sensors]]></category>
		<category><![CDATA[sensors]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=334</guid>
		<description><![CDATA[What is lm_sensors?
By Wikipedia&#8217;s definition of lm_sensors :
lm_sensors (Linux-monitoring sensors), a free open source software-tool for Linux, provides tools and drivers for monitoring temperatures, voltage, and fans. It also monitors chassis intrusion detection.
lm-sensors is already included in many popular linux distribution repositories.
For Gnome desktop users, values obtained from the lm_sensors can be placed in the [...]]]></description>
			<content:encoded><![CDATA[<p>What is lm_sensors?</p>
<p>By Wikipedia&#8217;s definition of lm_sensors :</p>
<p><em><a href="http://en.wikipedia.org/wiki/Lm_sensors" target="_blank"><strong>lm_sensors</strong></a> (Linux-monitoring sensors), a <a title="Free software" href="http://en.wikipedia.org/wiki/Free_software">free</a> <a title="Open source" href="http://en.wikipedia.org/wiki/Open_source">open source</a> software-tool for <a title="Linux" href="http://en.wikipedia.org/wiki/Linux">Linux</a>, provides tools and drivers for monitoring <a title="Temperature" href="http://en.wikipedia.org/wiki/Temperature">temperatures</a>, <a title="Voltage" href="http://en.wikipedia.org/wiki/Voltage">voltage</a>, and <a title="Computer fan" href="http://en.wikipedia.org/wiki/Computer_fan">fans</a>. It also monitors chassis intrusion detection.</em></p>
<p>lm-sensors is already included in many popular linux distribution repositories.</p>
<p>For Gnome desktop users, values obtained from the lm_sensors can be placed in the &#8220;top panel&#8221; by installing &#8220;sensors-applet&#8221;.</p>
<p>Here is a good <a href="https://help.ubuntu.com/community/SensorInstallHowto" target="_blank">&#8220;lm-sensors&#8221; guide for Ubuntu users</a> to add lm-sensors to your customized installation [ for both Gnome and KDE users ]</p>
<p>For those with bleeding edge hardware, the usual repositories lm-sensors package may not yet support all the latest sensors on their mainboards and graphics card.<br />
However, there has been some new developments in the detection of new yet to be supported sensors that can be installed with a simple script.</p>
<p>More on this <a href="http://www.phoronix.com/scan.php?page=news_item&amp;px=Nzg3OA" target="_self">lm-sensors update here from Phoronix</a>.</p>
<p>Source: Phoronix</p>
<p>via <a href="http://feedproxy.google.com/~r/Phoronix/~3/mOHj0prSSY0/vr.php">LM_Sensors Gets A New Configuration Utility</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li><a href="http://sglnx.com/2009/08/ubuntu-karmic-koala-9-10-alpha-4-released/" rel="bookmark" class="crp_title">Ubuntu Karmic Koala 9.10 Alpha 4 released</a></li><li><a href="http://sglnx.com/2009/07/noob-introduction-to-kernel-mode-settings-and-rootless-x-server/" rel="bookmark" class="crp_title">Noob Introduction to Kernel Mode Settings and Rootless X-Server</a></li><li><a href="http://sglnx.com/2009/09/new-dell-netbook-ships-with-ubuntus-moblin-netbook-remix/" rel="bookmark" class="crp_title">New Dell Netbook ships with Ubuntu Moblin Netbook Remix!</a></li><li><a href="http://sglnx.com/2009/08/get-your-wireless-adapter-working-with-ndiswrapper/" rel="bookmark" class="crp_title">Get your wireless adapter working with NDISWRAPPER!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/J_SHH2fxdEUB3hlXpaHiuCBeD98/0/da"><img src="http://feedads.g.doubleclick.net/~a/J_SHH2fxdEUB3hlXpaHiuCBeD98/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/J_SHH2fxdEUB3hlXpaHiuCBeD98/1/da"><img src="http://feedads.g.doubleclick.net/~a/J_SHH2fxdEUB3hlXpaHiuCBeD98/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=ay-E0809bBI:MjpFfRKRerI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ay-E0809bBI:MjpFfRKRerI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ay-E0809bBI:MjpFfRKRerI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ay-E0809bBI:MjpFfRKRerI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ay-E0809bBI:MjpFfRKRerI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ay-E0809bBI:MjpFfRKRerI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ay-E0809bBI:MjpFfRKRerI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ay-E0809bBI:MjpFfRKRerI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ay-E0809bBI:MjpFfRKRerI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/ay-E0809bBI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/01/detect-monitoring-voltagetemperaturefan-rpm-sensors-values-with-lm-sensors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/01/detect-monitoring-voltagetemperaturefan-rpm-sensors-values-with-lm-sensors/</feedburner:origLink></item>
		<item>
		<title>True “Plug-in” Linux Appliance from Marvell!</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/OjF9gAzAUnw/</link>
		<comments>http://sglnx.com/2010/01/true-plug-in-linux-appliance/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 06:50:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Network Appliance]]></category>
		<category><![CDATA[appliance]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[compact]]></category>
		<category><![CDATA[formfactor]]></category>
		<category><![CDATA[gigabit]]></category>
		<category><![CDATA[marvell]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=325</guid>
		<description><![CDATA[If only they can pack in a HDMI port&#8230; this little baby will be flawless!

2.0 GHz Arm-based processor
Wifi, Bluetooth, Gigabit Ethernet, Mini-USB port and &#8220;Ready to download&#8221; Linux 2.6 SDK for developers.
Low power, low price, small form factor
Below is an extract from UberGizmo
[CES 2010] Marvell has just launched its Computer 3.0 platform based on the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">If only they can pack in a HDMI port&#8230; this little baby will be flawless!</p>
<p style="text-align: center;"><a href="http://www.ubergizmo.com/15/archives/2010/01/marvell_plug_computer_3.html"><img src="http://sglnx.com/wp-content/uploads/2010/01/marvell-plug-computer-3.jpg" alt="" /></a></p>
<p>2.0 GHz Arm-based processor</p>
<p>Wifi, Bluetooth, Gigabit Ethernet, Mini-USB port and &#8220;Ready to download&#8221; Linux 2.6 SDK for developers.</p>
<p>Low power, low price, small form factor</p>
<p><a href="http://www.ubergizmo.com/15/archives/2010/01/marvell_plug_computer_3.html" target="_blank">Below is an extract from UberGizmo</a></p>
<p><em>[CES 2010] <strong class="highlighted0">Marvell</strong> has just launched its Computer 3.0 platform based on the Armada 300 processor. New the system still uses an ultra-low power and thermal envelope, but manages to reach 2Ghz and includes Wi-Fi, Bluetooth and built-in 1.8&#8243; hard drive. The overall package is also much smaller (and sexier) than previous generations. Once again the semi-conductor mantra &#8220;smaller, better, cheaper&#8221; is beautifully applied by <strong class="highlighted0">Marvell</strong> to these tiny computers. Developers can already get their hands on the SDK, and we&#8217;ve heard that a number of big-name brands are working on products based on Plug Computer 3.0.</em></p>
<p>Source : <a href="http://www.ubergizmo.com/15/archives/2010/01/marvell_plug_computer_3.html">Marvell Plug Computer 3.0</a>.</p>
<p>Other links of same product news</p>
<p><a href="http://www.linuxfordevices.com/c/a/News/Marvell-Plug-Computer-30-and-Armada-300-and-610/?kc=rss" target="_blankl4d">Linuxfordevices : <span>Plug-in computer rev&#8217;d with WiFi, 2GHz SoC</span></a></p>
<p><a href="http://www.loopygadgets.com/marvell-plug-computer-3-0-with-built-in-bluetooth-and-wifi/" target="_blankloopy">LoopyGadgets : Marvell Plug Computer 3.0 with Built-in Wifi and Bluetooth</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/11/sglnx-takes-moblin-2-1-for-a-spin-part-two/" rel="bookmark" class="crp_title">SGLNX takes Moblin 2.1 for a spin! Part Two</a></li><li><a href="http://sglnx.com/2009/09/affordable-linux-tablet-running-on-aa-batteries/" rel="bookmark" class="crp_title">Affordable Linux touchscreen tablet running on AA batteries</a></li><li><a href="http://sglnx.com/2010/01/supergamer-open-source-linux-games-bootable-on-iso/" rel="bookmark" class="crp_title">SuperGamer: Open Source Linux Games Bootable on ISO</a></li><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li><a href="http://sglnx.com/2009/08/get-your-wireless-adapter-working-with-ndiswrapper/" rel="bookmark" class="crp_title">Get your wireless adapter working with NDISWRAPPER!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/PSNj80S8emAuGc3YjSWjzV__FuY/0/da"><img src="http://feedads.g.doubleclick.net/~a/PSNj80S8emAuGc3YjSWjzV__FuY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PSNj80S8emAuGc3YjSWjzV__FuY/1/da"><img src="http://feedads.g.doubleclick.net/~a/PSNj80S8emAuGc3YjSWjzV__FuY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=OjF9gAzAUnw:Gg_hVz9aU7A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OjF9gAzAUnw:Gg_hVz9aU7A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=OjF9gAzAUnw:Gg_hVz9aU7A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OjF9gAzAUnw:Gg_hVz9aU7A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=OjF9gAzAUnw:Gg_hVz9aU7A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OjF9gAzAUnw:Gg_hVz9aU7A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OjF9gAzAUnw:Gg_hVz9aU7A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=OjF9gAzAUnw:Gg_hVz9aU7A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=OjF9gAzAUnw:Gg_hVz9aU7A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/OjF9gAzAUnw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/01/true-plug-in-linux-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/01/true-plug-in-linux-appliance/</feedburner:origLink></item>
		<item>
		<title>Avatar the Movie, rendered by Linux!</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/VDE3XMqjMNE/</link>
		<comments>http://sglnx.com/2010/01/avatar-the-movie-rendered-by-linux/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 02:51:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=323</guid>
		<description><![CDATA[The computing juice required for creating an epic animated hybrid movie, such as the movie Avatar is exceptional.

In fact, the data centre that was in charge of rendering the visual effects of Avatar, uses up to 4000 blade servers and is positioned at 197 of the top 500 supercomputers in the world we live in [...]]]></description>
			<content:encoded><![CDATA[<p>The computing juice required for creating an epic animated hybrid movie, such as the movie <a href="http://traxtoratore.blogspot.com/2009/12/my-review-of-movie-avatar.html" target="_blankfgb">Avatar</a> is exceptional.</p>
<p style="text-align: center;"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/b/b0/Avatar-Teaser-Poster.jpg/200px-Avatar-Teaser-Poster.jpg" alt="" width="200" height="297" /></p>
<p>In fact, the data centre that was in charge of rendering the visual effects of <a href="http://traxtoratore.blogspot.com/2009/12/my-review-of-movie-avatar.html" target="_blankfb">Avatar</a>, uses up to 4000 blade servers and is positioned at <a href="http://www.top500.org/system/10042" target="_blankweta">197 of the top 500</a> supercomputers in the world we live in today!</p>
<p>The operating system used for such a huge array of blades&#8230;</p>
<p style="text-align: center;">LINUX</p>
<p style="text-align: left;">Because, nothing else comes close..</p>
<p style="text-align: left;">
<p style="text-align: left;">News Source : <a href="http://opendotdotdot.blogspot.com/2009/12/what-lies-at-heart-of-avatar.html" target="_blanko">Opendotdotdot</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2010/02/openshot-video-editor-for-linux/" rel="bookmark" class="crp_title">OpenShot Video Editor for Linux</a></li><li><a href="http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/" rel="bookmark" class="crp_title">Foxconn Linux netbook hits the FCC</a></li><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li><a href="http://sglnx.com/2009/11/sglnx-takes-moblin-2-1-for-a-spin-part-two/" rel="bookmark" class="crp_title">SGLNX takes Moblin 2.1 for a spin! Part Two</a></li><li><a href="http://sglnx.com/2009/12/twit-from-terminal-aka-command-line/" rel="bookmark" class="crp_title">Twit from terminal aka command-line!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/RNWj24ZEi3iPe50R43la6jTny-E/0/da"><img src="http://feedads.g.doubleclick.net/~a/RNWj24ZEi3iPe50R43la6jTny-E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RNWj24ZEi3iPe50R43la6jTny-E/1/da"><img src="http://feedads.g.doubleclick.net/~a/RNWj24ZEi3iPe50R43la6jTny-E/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=VDE3XMqjMNE:I1TlyeD7fyQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=VDE3XMqjMNE:I1TlyeD7fyQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=VDE3XMqjMNE:I1TlyeD7fyQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=VDE3XMqjMNE:I1TlyeD7fyQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=VDE3XMqjMNE:I1TlyeD7fyQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=VDE3XMqjMNE:I1TlyeD7fyQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=VDE3XMqjMNE:I1TlyeD7fyQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=VDE3XMqjMNE:I1TlyeD7fyQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=VDE3XMqjMNE:I1TlyeD7fyQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/VDE3XMqjMNE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2010/01/avatar-the-movie-rendered-by-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2010/01/avatar-the-movie-rendered-by-linux/</feedburner:origLink></item>
		<item>
		<title>Linux drivers for Broadcom HD Video Accelerator</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/1XoXheTheyI/</link>
		<comments>http://sglnx.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 04:36:02 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[accelerator]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[pcie]]></category>
		<category><![CDATA[playback]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=319</guid>
		<description><![CDATA[Broadcom has recently released its driver source code for their HD Video Accelerator Mini PCI-E card.]]></description>
			<content:encoded><![CDATA[<p>Broadcom has recently released its driver source code for their HD Video Accelerator Mini PCI-E card.</p>
<p>Since the launch of this hardware to accelerate HD video playback on netbooks, only Windows drivers were supported.</p>
<p>Just days ago, they decided to release the source code for linux kernels 2.6.11 and higher.</p>
<p>Read the full article at<a href="http://www.liliputing.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator.html"> Liliputing.com: Linux drivers for Broadcom HD Video Accelerator</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux/" rel="bookmark" class="crp_title">How to enable HD video playback on GMA 500 netbooks with Ubuntu Linux</a></li><li><a href="http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/" rel="bookmark" class="crp_title">Foxconn Linux netbook hits the FCC</a></li><li><a href="http://sglnx.com/2009/07/noob-introduction-to-kernel-mode-settings-and-rootless-x-server/" rel="bookmark" class="crp_title">Noob Introduction to Kernel Mode Settings and Rootless X-Server</a></li><li><a href="http://sglnx.com/2009/08/get-your-wireless-adapter-working-with-ndiswrapper/" rel="bookmark" class="crp_title">Get your wireless adapter working with NDISWRAPPER!</a></li><li><a href="http://sglnx.com/2009/07/microsoft-succumbing-and-recognizing-linux-as-mainstream/" rel="bookmark" class="crp_title">Microsoft succumbing and recognizing Linux as mainstream!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/3sb3ZN0kKd28MQuj7zxW4d2rYBs/0/da"><img src="http://feedads.g.doubleclick.net/~a/3sb3ZN0kKd28MQuj7zxW4d2rYBs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3sb3ZN0kKd28MQuj7zxW4d2rYBs/1/da"><img src="http://feedads.g.doubleclick.net/~a/3sb3ZN0kKd28MQuj7zxW4d2rYBs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=1XoXheTheyI:ulAFFcQ82BU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=1XoXheTheyI:ulAFFcQ82BU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=1XoXheTheyI:ulAFFcQ82BU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=1XoXheTheyI:ulAFFcQ82BU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=1XoXheTheyI:ulAFFcQ82BU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=1XoXheTheyI:ulAFFcQ82BU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=1XoXheTheyI:ulAFFcQ82BU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=1XoXheTheyI:ulAFFcQ82BU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=1XoXheTheyI:ulAFFcQ82BU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/1XoXheTheyI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator/</feedburner:origLink></item>
		<item>
		<title>Create Stencil Art using Gimp</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/_GyCrfAEE5Y/</link>
		<comments>http://sglnx.com/2009/12/create-stencil-art-using-gimp/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 03:18:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=317</guid>
		<description><![CDATA[Create Stencil art using Gimp!
From Eternity on a Rock: Nathaniel in Stencil Art.
Related Posts:Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]Install MS office2007 on Ubuntu using PlayOnLinuxCheckInstall for linux newbiesDetect monitoring voltage, temperature, fan-rpm sensor values with linux lm-sensors!Dubious Google Chrome OS available for public beta testing?Powered by Contextual Related [...]]]></description>
			<content:encoded><![CDATA[<p>Create Stencil art using <a href="http://en.wikipedia.org/wiki/GIMP" target="_blank">Gimp</a>!</p>
<p>From Eternity on a Rock: <a href="http://feedproxy.google.com/~r/EternityOnARock/~3/Qo8i17xXze4/nathaniel-in-stencil-art.html">Nathaniel in Stencil Art</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/" rel="bookmark" class="crp_title">Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</a></li><li><a href="http://sglnx.com/2009/12/install-ms-office2007-on-ubuntu-using-playonlinux/" rel="bookmark" class="crp_title">Install MS office2007 on Ubuntu using PlayOnLinux</a></li><li><a href="http://sglnx.com/2009/07/checkinstall-for-linux-newbies/" rel="bookmark" class="crp_title">CheckInstall for linux newbies</a></li><li><a href="http://sglnx.com/2010/01/detect-monitoring-voltagetemperaturefan-rpm-sensors-values-with-lm-sensors/" rel="bookmark" class="crp_title">Detect monitoring voltage, temperature, fan-rpm sensor values with linux lm-sensors!</a></li><li><a href="http://sglnx.com/2009/09/dubious-chrome-os-available-for-public-beta-testing/" rel="bookmark" class="crp_title">Dubious Google Chrome OS available for public beta testing?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/X1pIeeSSVWWajKDnVGaJ_HsTJIk/0/da"><img src="http://feedads.g.doubleclick.net/~a/X1pIeeSSVWWajKDnVGaJ_HsTJIk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/X1pIeeSSVWWajKDnVGaJ_HsTJIk/1/da"><img src="http://feedads.g.doubleclick.net/~a/X1pIeeSSVWWajKDnVGaJ_HsTJIk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=_GyCrfAEE5Y:m76SBnLoLZc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_GyCrfAEE5Y:m76SBnLoLZc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=_GyCrfAEE5Y:m76SBnLoLZc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_GyCrfAEE5Y:m76SBnLoLZc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=_GyCrfAEE5Y:m76SBnLoLZc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_GyCrfAEE5Y:m76SBnLoLZc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_GyCrfAEE5Y:m76SBnLoLZc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=_GyCrfAEE5Y:m76SBnLoLZc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_GyCrfAEE5Y:m76SBnLoLZc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/_GyCrfAEE5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/create-stencil-art-using-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/create-stencil-art-using-gimp/</feedburner:origLink></item>
		<item>
		<title>Easy way to reinstall all previously installed packages on new linux distro release version</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/p4KEQ30broU/</link>
		<comments>http://sglnx.com/2009/12/easy-way-to-reinstall-all-previously-installed-packages-on-new-linux-distro-release-version/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 19:05:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Distro]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dkms]]></category>
		<category><![CDATA[fresh]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=313</guid>
		<description><![CDATA[Easy way to reinstall all previously installed packages on new linux distro release version]]></description>
			<content:encoded><![CDATA[<p>As a linux distro gets updated with a new version, it is always a good idea to do a fresh install than to do an upgrade [which may cause some unforeseen problems].</p>
<p>But with the frequent updates of newer versions of distros such as Ubuntu [every 6 months], it gets a bit tiring to re-install from scratch and do &#8220;apt-get&#8221; commands for all the packages required for customization and personalization of the OS. To make matters worse, it is hard to remember each and every package that was installed previously.</p>
<p><span id="more-313"></span>At linuxers, a guide containing a few easy terminal commands can save the trouble by saving the list of installed packages from the current distro version.</p>
<p>When doing a fresh install of the distro, all that is needed is just to run the dkms command to get the packages to be installed on the freshly installed new version distro and within minutes, the newly installed distro version would have installed the same packages that used to be in the old version.</p>
<p>Read the full instructions at <a href="http://linuxers.org/quick-tips/dpkg-trick-fresh-installations">Linuxer: A dpkg trick for fresh installations</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li><a href="http://sglnx.com/2009/07/checkinstall-for-linux-newbies/" rel="bookmark" class="crp_title">CheckInstall for linux newbies</a></li><li><a href="http://sglnx.com/2009/08/hanna-montana-gets-her-own-linux-distro/" rel="bookmark" class="crp_title">Hannah Montana gets her own linux distro!</a></li><li><a href="http://sglnx.com/2009/07/wine-1-1-25-ready-for-the-download/" rel="bookmark" class="crp_title">Wine 1.1.25 development version ready for the download</a></li><li><a href="http://sglnx.com/2009/08/fun-with-bluetooth-on-linux/" rel="bookmark" class="crp_title">Fun with Bluetooth on Linux</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/dWsXfBvGLU7AS22J7Y8PG97iCYc/0/da"><img src="http://feedads.g.doubleclick.net/~a/dWsXfBvGLU7AS22J7Y8PG97iCYc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dWsXfBvGLU7AS22J7Y8PG97iCYc/1/da"><img src="http://feedads.g.doubleclick.net/~a/dWsXfBvGLU7AS22J7Y8PG97iCYc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=p4KEQ30broU:TiDBR4KZAxo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=p4KEQ30broU:TiDBR4KZAxo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=p4KEQ30broU:TiDBR4KZAxo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=p4KEQ30broU:TiDBR4KZAxo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=p4KEQ30broU:TiDBR4KZAxo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=p4KEQ30broU:TiDBR4KZAxo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=p4KEQ30broU:TiDBR4KZAxo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=p4KEQ30broU:TiDBR4KZAxo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=p4KEQ30broU:TiDBR4KZAxo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/p4KEQ30broU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/easy-way-to-reinstall-all-previously-installed-packages-on-new-linux-distro-release-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/easy-way-to-reinstall-all-previously-installed-packages-on-new-linux-distro-release-version/</feedburner:origLink></item>
		<item>
		<title>Twit from terminal aka command-line!</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/_xUKnYlHH6s/</link>
		<comments>http://sglnx.com/2009/12/twit-from-terminal-aka-command-line/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 03:23:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[graphical desktop manager]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=311</guid>
		<description><![CDATA[Instructions on how to post to twitter by using commandline aka terminal.]]></description>
			<content:encoded><![CDATA[<p>Tuxarena posted an easy to follow guide to allow &#8220;<a href="http://en.wikipedia.org/wiki/Twitter" target="_blanktt">twitting</a>&#8221; from command-line without the need of any graphical GUI manager.</p>
<p>Now who says you can&#8217;t do anything without a graphical desktop manager?</p>
<p>The full article/tutorial here at <a href="http://tuxarena.blogspot.com/2009/12/how-to-post-to-tweeter-from-command.html" target="_blankff">TuxArena &#8221; How to Post to Twitter from Command-line &#8220;</a></p>
<p>Once you have set it up, try the command below..</p>
<p style="text-align: center;"><em><span><span style="color: #006600;"><br />
</span></span><code>twitter.sh SGLNX:Singapore's Local Linux News Matters : <a href="http://bit.ly/7LNiua" target="_blankt">http://bit.ly/7LNiua</a><br />
</code></em></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li><a href="http://sglnx.com/2009/11/sglnx-takes-moblin-2-1-for-a-spin-part-two/" rel="bookmark" class="crp_title">SGLNX takes Moblin 2.1 for a spin! Part Two</a></li><li><a href="http://sglnx.com/2009/07/checkinstall-for-linux-newbies/" rel="bookmark" class="crp_title">CheckInstall for linux newbies</a></li><li><a href="http://sglnx.com/2009/12/easy-way-to-reinstall-all-previously-installed-packages-on-new-linux-distro-release-version/" rel="bookmark" class="crp_title">Easy way to reinstall all previously installed packages on new linux distro release version</a></li><li><a href="http://sglnx.com/2009/07/tiny-little-linux-mid-smartq5/" rel="bookmark" class="crp_title">Tiny Little Linux MID, SmartQ5</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/SV4DK-8CY0LurgymO1eegz2ikoI/0/da"><img src="http://feedads.g.doubleclick.net/~a/SV4DK-8CY0LurgymO1eegz2ikoI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SV4DK-8CY0LurgymO1eegz2ikoI/1/da"><img src="http://feedads.g.doubleclick.net/~a/SV4DK-8CY0LurgymO1eegz2ikoI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=_xUKnYlHH6s:Q3ei6H5QqXk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_xUKnYlHH6s:Q3ei6H5QqXk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=_xUKnYlHH6s:Q3ei6H5QqXk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_xUKnYlHH6s:Q3ei6H5QqXk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=_xUKnYlHH6s:Q3ei6H5QqXk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_xUKnYlHH6s:Q3ei6H5QqXk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_xUKnYlHH6s:Q3ei6H5QqXk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=_xUKnYlHH6s:Q3ei6H5QqXk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=_xUKnYlHH6s:Q3ei6H5QqXk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/_xUKnYlHH6s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/twit-from-terminal-aka-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/twit-from-terminal-aka-command-line/</feedburner:origLink></item>
		<item>
		<title>How to enable HD video playback on GMA 500 netbooks with Ubuntu Linux</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/jsCmMDV9v6o/</link>
		<comments>http://sglnx.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:49:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Nettop]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[chipset]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[gma500]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[netbooks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vaapi]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=306</guid>
		<description><![CDATA[The Intel GMA500 is actually capable of hardware acceleration for HD video, but it requires some tweaking of the linux driver environment
At &#8220;Linux-Tipps&#8220;, there is a guide to enable VAAPI (Video Acceleration API) for netbooks with the Intel GMA500 graphics chipsets.
Once VAAPI is enabled, Full HD videos can be watched and CPU utilization will only [...]]]></description>
			<content:encoded><![CDATA[<p>The Intel GMA500 is actually capable of hardware acceleration for HD video, but it requires some tweaking of the linux driver environment</p>
<p>At &#8220;<a href="http://linux-tipps.blogspot.com/2009/12/vaapi-accelerated-hd-video-on-msi-wind.html" target="_ddblank">Linux-Tipps</a>&#8220;, there is a guide to enable <a href="http://en.wikipedia.org/wiki/Video_Acceleration_API" target="_blafnk">VAAPI</a> (Video Acceleration API) for netbooks with the Intel GMA500 graphics chipsets.</p>
<p>Once VAAPI is enabled, Full HD videos can be watched and CPU utilization will only be 30%.</p>
<p><a href="http://www.liliputing.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux.html" target="_dsblank">Source : Liliputing.com</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator/" rel="bookmark" class="crp_title">Linux drivers for Broadcom HD Video Accelerator</a></li><li><a href="http://sglnx.com/2010/02/optimize-hd-video-playback-for-nvidia-ion/" rel="bookmark" class="crp_title">Optimize HD video playback for Nvidia ION in Linux</a></li><li><a href="http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/" rel="bookmark" class="crp_title">Foxconn Linux netbook hits the FCC</a></li><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li><a href="http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/" rel="bookmark" class="crp_title">Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/cBwwcf4L-dwDfaR-YdYwN-5tyk0/0/da"><img src="http://feedads.g.doubleclick.net/~a/cBwwcf4L-dwDfaR-YdYwN-5tyk0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cBwwcf4L-dwDfaR-YdYwN-5tyk0/1/da"><img src="http://feedads.g.doubleclick.net/~a/cBwwcf4L-dwDfaR-YdYwN-5tyk0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=jsCmMDV9v6o:5KyQk5L42eY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=jsCmMDV9v6o:5KyQk5L42eY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=jsCmMDV9v6o:5KyQk5L42eY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=jsCmMDV9v6o:5KyQk5L42eY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=jsCmMDV9v6o:5KyQk5L42eY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=jsCmMDV9v6o:5KyQk5L42eY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=jsCmMDV9v6o:5KyQk5L42eY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=jsCmMDV9v6o:5KyQk5L42eY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=jsCmMDV9v6o:5KyQk5L42eY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/jsCmMDV9v6o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux/</feedburner:origLink></item>
		<item>
		<title>Foxconn Linux netbook hits the FCC</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/A8FYWsbpZ9M/</link>
		<comments>http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 01:59:19 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Distro]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[foxconn]]></category>
		<category><![CDATA[liliputing]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=303</guid>
		<description><![CDATA[Foxconn&#8217;s planning to launch a netbook that is both XP and linux capable.
According to Liliputing, the linux will be a customized distribution called FoxOS


Read the full article here at liliputing.com
Related Posts:Linux drivers for Broadcom HD Video AcceleratorLinux Is Regaining Netbook Market Share QuicklyHow to enable HD video playback on GMA 500 netbooks with Ubuntu LinuxAvatar [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Foxconn&#8217;s planning to launch a netbook that is both XP and linux capable.<br />
According to Liliputing, the linux will be a customized distribution called FoxOS</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.liliputing.com/2009/12/foxconn-linux-netbook-hits-the-fcc.html"><img src='http://sglnx.com/wp-content/uploads/2009/12/foxconn-netbook.jpg' alt='' /></a></p>
<p><a href="http://www.liliputing.com/2009/12/foxconn-linux-netbook-hits-the-fcc.html" target="_blank">Read the full article here at liliputing.com</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/linux-drivers-for-broadcom-hd-video-accelerator/" rel="bookmark" class="crp_title">Linux drivers for Broadcom HD Video Accelerator</a></li><li><a href="http://sglnx.com/2009/12/linux-is-regaining-netbook-market-share-quickly/" rel="bookmark" class="crp_title">Linux Is Regaining <b>Netbook</b> Market Share Quickly</a></li><li><a href="http://sglnx.com/2009/12/how-to-enable-hd-video-playback-on-gma-500-netbooks-with-ubuntu-linux/" rel="bookmark" class="crp_title">How to enable HD video playback on GMA 500 netbooks with Ubuntu Linux</a></li><li><a href="http://sglnx.com/2010/01/avatar-the-movie-rendered-by-linux/" rel="bookmark" class="crp_title">Avatar the Movie, rendered by Linux!</a></li><li><a href="http://sglnx.com/2009/11/sglnx-takes-moblin-2-1-for-a-spin-part-two/" rel="bookmark" class="crp_title">SGLNX takes Moblin 2.1 for a spin! Part Two</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/NYrB_42MscmNNurD-x77iAQH5PQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/NYrB_42MscmNNurD-x77iAQH5PQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NYrB_42MscmNNurD-x77iAQH5PQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/NYrB_42MscmNNurD-x77iAQH5PQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=A8FYWsbpZ9M:waxki1YLQ3Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=A8FYWsbpZ9M:waxki1YLQ3Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=A8FYWsbpZ9M:waxki1YLQ3Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=A8FYWsbpZ9M:waxki1YLQ3Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=A8FYWsbpZ9M:waxki1YLQ3Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=A8FYWsbpZ9M:waxki1YLQ3Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=A8FYWsbpZ9M:waxki1YLQ3Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=A8FYWsbpZ9M:waxki1YLQ3Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=A8FYWsbpZ9M:waxki1YLQ3Y:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/A8FYWsbpZ9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/</feedburner:origLink></item>
		<item>
		<title>Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/ooje3pYqPiQ/</link>
		<comments>http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 15:29:41 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Distro]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[gfx]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vdpau]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=301</guid>
		<description><![CDATA[If you use any of the Nvidia graphics card of GeForce chipset 8500 and above, you can make use of its VDPAU functions.
VDPAU = Video Decode and Presentation API for Unix
Since most standard linux distributions does not include it in their repositories, users have to download and install it manually, or if using Ubuntu, a [...]]]></description>
			<content:encoded><![CDATA[<p>If you use any of the <a href="http://en.wikipedia.org/wiki/NVIDIA" target="_blank">Nvidia</a> graphics card of GeForce chipset 8500 and above, you can make use of its <a href="http://en.wikipedia.org/wiki/VDPAU" target="_blank">VDPAU</a> functions.</p>
<p><strong><em>VDPAU = Video Decode and Presentation API for Unix</em></strong></p>
<p>Since most standard linux distributions does not include it in their repositories, users have to download and install it manually, or if using Ubuntu, a new PPA repository can be added..</p>
<p>More on how to install VDPAU in the link below</p>
<p><a href="http://feedproxy.google.com/~r/webupd8/~3/5BLf0cc3IPE/nvidia-19522-beta-linux-display-driver.html">Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</a></p>
<p>Thanks for <a href="http://www.webupd8.org/" target="_blank">Webupd8.org</a> for the heads up</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2010/02/optimize-hd-video-playback-for-nvidia-ion/" rel="bookmark" class="crp_title">Optimize HD video playback for Nvidia ION in Linux</a></li><li><a href="http://sglnx.com/2010/01/detect-monitoring-voltagetemperaturefan-rpm-sensors-values-with-lm-sensors/" rel="bookmark" class="crp_title">Detect monitoring voltage, temperature, fan-rpm sensor values with linux lm-sensors!</a></li><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li><a href="http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/" rel="bookmark" class="crp_title">Canonical To port iTunes And Photoshop To Ubuntu</a></li><li><a href="http://sglnx.com/2009/07/future-of-linux-in-automotive-industry/" rel="bookmark" class="crp_title">Future of Linux in Automotive Industry</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/_vwrJQgsFzkAp4ZpLvPVcG0jwhc/0/da"><img src="http://feedads.g.doubleclick.net/~a/_vwrJQgsFzkAp4ZpLvPVcG0jwhc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_vwrJQgsFzkAp4ZpLvPVcG0jwhc/1/da"><img src="http://feedads.g.doubleclick.net/~a/_vwrJQgsFzkAp4ZpLvPVcG0jwhc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=ooje3pYqPiQ:j5WZtSj6m6g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ooje3pYqPiQ:j5WZtSj6m6g:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ooje3pYqPiQ:j5WZtSj6m6g:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ooje3pYqPiQ:j5WZtSj6m6g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ooje3pYqPiQ:j5WZtSj6m6g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ooje3pYqPiQ:j5WZtSj6m6g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ooje3pYqPiQ:j5WZtSj6m6g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ooje3pYqPiQ:j5WZtSj6m6g:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ooje3pYqPiQ:j5WZtSj6m6g:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/ooje3pYqPiQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/</feedburner:origLink></item>
		<item>
		<title>How Fanboys See Operating Systems</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/dl1ZVpRHqM8/</link>
		<comments>http://sglnx.com/2009/12/how-fanboys-see-operating-systems/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:30:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=297</guid>
		<description><![CDATA[Strictly for leisure purposes..
Comparison of how techies see their favourite OS versus other OS.

via How Fanboys See Operating Systems.
Related Posts:Foxconn Linux netbook hits the FCCFuture of Linux in Automotive IndustryWe are back from the Dead.Boot Windows in a "window" in Linux using VirtualBoxAffordable Linux touchscreen tablet running on AA batteriesPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>Strictly for leisure purposes..</p>
<p>Comparison of how techies see their favourite OS versus other OS.</p>
<p style="text-align: center;"><a href="http://www.joeydevilla.com/2009/12/16/how-fanboys-see-operating-systems/"><img src='http://sglnx.com/wp-content/uploads/2009/12/howfanboysseeoperatingsystems.jpg' alt='' /></a></p>
<p>via <a href="http://www.joeydevilla.com/2009/12/16/how-fanboys-see-operating-systems/">How Fanboys See Operating Systems</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/" rel="bookmark" class="crp_title">Foxconn Linux netbook hits the FCC</a></li><li><a href="http://sglnx.com/2009/07/future-of-linux-in-automotive-industry/" rel="bookmark" class="crp_title">Future of Linux in Automotive Industry</a></li><li><a href="http://sglnx.com/2009/07/we-are-back-from-the-dead/" rel="bookmark" class="crp_title">We are back from the Dead.</a></li><li><a href="http://sglnx.com/2009/12/boot-windows-in-a-window-in-linux-using-virtualbox/" rel="bookmark" class="crp_title">Boot Windows in a "window" in Linux using VirtualBox</a></li><li><a href="http://sglnx.com/2009/09/affordable-linux-tablet-running-on-aa-batteries/" rel="bookmark" class="crp_title">Affordable Linux touchscreen tablet running on AA batteries</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/e5K-OH1l1nml88cqltciYGkeZi4/0/da"><img src="http://feedads.g.doubleclick.net/~a/e5K-OH1l1nml88cqltciYGkeZi4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/e5K-OH1l1nml88cqltciYGkeZi4/1/da"><img src="http://feedads.g.doubleclick.net/~a/e5K-OH1l1nml88cqltciYGkeZi4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=dl1ZVpRHqM8:kMpPkVpYShg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=dl1ZVpRHqM8:kMpPkVpYShg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=dl1ZVpRHqM8:kMpPkVpYShg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=dl1ZVpRHqM8:kMpPkVpYShg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=dl1ZVpRHqM8:kMpPkVpYShg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=dl1ZVpRHqM8:kMpPkVpYShg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=dl1ZVpRHqM8:kMpPkVpYShg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=dl1ZVpRHqM8:kMpPkVpYShg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=dl1ZVpRHqM8:kMpPkVpYShg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/dl1ZVpRHqM8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/how-fanboys-see-operating-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/how-fanboys-see-operating-systems/</feedburner:origLink></item>
		<item>
		<title>Firefox 3.5 Now the Most Popular Browser Worldwide</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/5CVkf_rgLFI/</link>
		<comments>http://sglnx.com/2009/12/firefox-3-5-now-the-most-popular-browser-worldwide/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 03:31:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[osdir]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=295</guid>
		<description><![CDATA[OSDir.com
via Firefox 3.5 Now the Most Popular Browser Worldwide.
I am using Firefox&#8230; Are you?
Related Posts:Shuttleworth Steps Down As Canonical CEOFirefox 3.5 updatedCan we use Firefox please? It is safer!Make Ubuntu complete with these additional installations!SuperGamer: Open Source Linux Games Bootable on ISOPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p>OSDir.com</p>
<p>via <a href="http://osdir.com/Article10377.phtml">Firefox 3.5 Now the Most Popular Browser Worldwide</a>.</p>
<p>I am using Firefox&#8230; Are you?</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/shuttleworth-steps-down-as-canonical-ceo/" rel="bookmark" class="crp_title">Shuttleworth Steps Down As Canonical CEO</a></li><li><a href="http://sglnx.com/2009/07/firefox-3-5-updated/" rel="bookmark" class="crp_title">Firefox 3.5 updated</a></li><li><a href="http://sglnx.com/2009/07/can-we-use-firefox-please-its-safer/" rel="bookmark" class="crp_title">Can we use Firefox please? It is safer!</a></li><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li><a href="http://sglnx.com/2010/01/supergamer-open-source-linux-games-bootable-on-iso/" rel="bookmark" class="crp_title">SuperGamer: Open Source Linux Games Bootable on ISO</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/FzTV83o08eSEVXloLCw4OL0DraY/0/da"><img src="http://feedads.g.doubleclick.net/~a/FzTV83o08eSEVXloLCw4OL0DraY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FzTV83o08eSEVXloLCw4OL0DraY/1/da"><img src="http://feedads.g.doubleclick.net/~a/FzTV83o08eSEVXloLCw4OL0DraY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=5CVkf_rgLFI:xL_0MVlT-uo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=5CVkf_rgLFI:xL_0MVlT-uo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=5CVkf_rgLFI:xL_0MVlT-uo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=5CVkf_rgLFI:xL_0MVlT-uo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=5CVkf_rgLFI:xL_0MVlT-uo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=5CVkf_rgLFI:xL_0MVlT-uo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=5CVkf_rgLFI:xL_0MVlT-uo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=5CVkf_rgLFI:xL_0MVlT-uo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=5CVkf_rgLFI:xL_0MVlT-uo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/5CVkf_rgLFI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/firefox-3-5-now-the-most-popular-browser-worldwide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/firefox-3-5-now-the-most-popular-browser-worldwide/</feedburner:origLink></item>
		<item>
		<title>Wine 1.1.35 Released</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/ZfLnqMAFbuo/</link>
		<comments>http://sglnx.com/2009/12/wine-1-1-35-released/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 02:05:40 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WINE]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=293</guid>
		<description><![CDATA[More compatibility with native windows applications.
Source : LXer Linux News : Wine 1.1.35 Released.
Related Posts:Wine 1.1.25 development version ready for the downloadBoot Windows in a "window" in Linux using VirtualBoxOpenShot Video Editor for LinuxCanonical To port iTunes And Photoshop To UbuntuNice 2-D Linux Game, Aquaria [ Free full download for 2009 ]Powered by Contextual Related [...]]]></description>
			<content:encoded><![CDATA[<p>More compatibility with native windows applications.</p>
<p><a href="http://lxer.com/module/newswire/ext_link.php?rid=129775">Source : LXer Linux News : Wine 1.1.35 Released</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/07/wine-1-1-25-ready-for-the-download/" rel="bookmark" class="crp_title">Wine 1.1.25 development version ready for the download</a></li><li><a href="http://sglnx.com/2009/12/boot-windows-in-a-window-in-linux-using-virtualbox/" rel="bookmark" class="crp_title">Boot Windows in a "window" in Linux using VirtualBox</a></li><li><a href="http://sglnx.com/2010/02/openshot-video-editor-for-linux/" rel="bookmark" class="crp_title">OpenShot Video Editor for Linux</a></li><li><a href="http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/" rel="bookmark" class="crp_title">Canonical To port iTunes And Photoshop To Ubuntu</a></li><li><a href="http://sglnx.com/2009/12/nice-2-d-linux-game-aquaria-free-full-download-for-2009/" rel="bookmark" class="crp_title">Nice 2-D Linux Game, Aquaria [ Free full download for 2009 ]</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/4U2hspM1wMCNFf-iZEiepCO6oTM/0/da"><img src="http://feedads.g.doubleclick.net/~a/4U2hspM1wMCNFf-iZEiepCO6oTM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4U2hspM1wMCNFf-iZEiepCO6oTM/1/da"><img src="http://feedads.g.doubleclick.net/~a/4U2hspM1wMCNFf-iZEiepCO6oTM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=ZfLnqMAFbuo:ewqxnJDqlGw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ZfLnqMAFbuo:ewqxnJDqlGw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ZfLnqMAFbuo:ewqxnJDqlGw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ZfLnqMAFbuo:ewqxnJDqlGw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ZfLnqMAFbuo:ewqxnJDqlGw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ZfLnqMAFbuo:ewqxnJDqlGw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ZfLnqMAFbuo:ewqxnJDqlGw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=ZfLnqMAFbuo:ewqxnJDqlGw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=ZfLnqMAFbuo:ewqxnJDqlGw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/ZfLnqMAFbuo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/wine-1-1-35-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/wine-1-1-35-released/</feedburner:origLink></item>
		<item>
		<title>Linux Is Regaining Netbook Market Share Quickly</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/SBdrROh1nJ0/</link>
		<comments>http://sglnx.com/2009/12/linux-is-regaining-netbook-market-share-quickly/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 01:50:20 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Nettop]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=285</guid>
		<description><![CDATA[Earlier this year, there were many reports that linux operating systems was losing market share of netbooks.
But this is about to change very fast.
Linux Is Regaining Netbook Market Share Quickly &#8211; O&#8217;Reilly Broadcast.
SGLNX strongly believes that with the upcoming release of Google&#8217;s Chrome OS, market share will be recaptured for sure!
Related Posts:Canonical To port iTunes [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this year, there were many reports that<a href="http://www.liliputing.com/2009/03/linux-loses-more-netbook-market-share.html" target="_blankn"> linux operating systems was losing market share of netbooks</a>.</p>
<p>But this is about to change very fast.</p>
<p><a href="http://broadcast.oreilly.com/2009/12/linux-regaining-netbook-market.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+oreilly%2Fnews+(O">Linux Is Regaining <strong>Netbook</strong> Market Share Quickly &#8211; O&#8217;Reilly Broadcast</a>.</p>
<p>SGLNX strongly believes that with the upcoming release of <a href="http://www.chromium.org/chromium-os" target="_blank">Google&#8217;s Chrome OS</a>, market share will be recaptured for sure!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/" rel="bookmark" class="crp_title">Canonical To port iTunes And Photoshop To Ubuntu</a></li><li><a href="http://sglnx.com/2009/12/foxconn-linux-netbook-hits-the-fcc/" rel="bookmark" class="crp_title">Foxconn Linux netbook hits the FCC</a></li><li><a href="http://sglnx.com/2009/07/firefox-3-5-updated/" rel="bookmark" class="crp_title">Firefox 3.5 updated</a></li><li><a href="http://sglnx.com/2009/07/open-source-linux-alternative-for-every-app/" rel="bookmark" class="crp_title">Open source linux alternative for every app</a></li><li><a href="http://sglnx.com/2009/07/chromean-os-not-just-a-browser-anymore/" rel="bookmark" class="crp_title">Chrome, an Operating System, not just a browser anymore!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/DkeRHc1k74qQmJv97PpPcDnM-CE/0/da"><img src="http://feedads.g.doubleclick.net/~a/DkeRHc1k74qQmJv97PpPcDnM-CE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DkeRHc1k74qQmJv97PpPcDnM-CE/1/da"><img src="http://feedads.g.doubleclick.net/~a/DkeRHc1k74qQmJv97PpPcDnM-CE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=SBdrROh1nJ0:Zg-BKptMaCc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=SBdrROh1nJ0:Zg-BKptMaCc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=SBdrROh1nJ0:Zg-BKptMaCc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=SBdrROh1nJ0:Zg-BKptMaCc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=SBdrROh1nJ0:Zg-BKptMaCc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=SBdrROh1nJ0:Zg-BKptMaCc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=SBdrROh1nJ0:Zg-BKptMaCc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=SBdrROh1nJ0:Zg-BKptMaCc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=SBdrROh1nJ0:Zg-BKptMaCc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/SBdrROh1nJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/linux-is-regaining-netbook-market-share-quickly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/linux-is-regaining-netbook-market-share-quickly/</feedburner:origLink></item>
		<item>
		<title>Shuttleworth Steps Down As Canonical CEO</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/s1viUvktF74/</link>
		<comments>http://sglnx.com/2009/12/shuttleworth-steps-down-as-canonical-ceo/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 10:00:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Corporate News]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[Mark Shuttleworth]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=283</guid>
		<description><![CDATA[Will Canonical be in good hands of the new CEO after Mark Shuttleworth?
Source :OSDIR: Shuttleworth Steps Down As Canonical CEO.
Related Posts:Firefox 3.5 Now the Most Popular Browser WorldwideUbuntu Dapper 6.06 LTS reaches end of life.Canonical To port iTunes And Photoshop To UbuntuUse Linux Live CDs to prevent bank fraud, says Washington Post!Make Ubuntu complete with [...]]]></description>
			<content:encoded><![CDATA[<p>Will Canonical be in good hands of the new CEO after <a href="http://en.wikipedia.org/wiki/Mark_Shuttleworth" target="_blankm">Mark Shuttleworth</a>?</p>
<p><a href="http://osdir.com/Article10374.phtml">Source :OSDIR: Shuttleworth Steps Down As Canonical CEO</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/12/firefox-3-5-now-the-most-popular-browser-worldwide/" rel="bookmark" class="crp_title">Firefox 3.5 Now the Most Popular Browser Worldwide</a></li><li><a href="http://sglnx.com/2009/07/ubuntu-dapper-6-06-lts-reaches-end-of-life/" rel="bookmark" class="crp_title">Ubuntu Dapper 6.06 LTS reaches end of life.</a></li><li><a href="http://sglnx.com/2010/01/canonical-to-port-itunes-and-photoshop-to-ubuntu/" rel="bookmark" class="crp_title">Canonical To port iTunes And Photoshop To Ubuntu</a></li><li><a href="http://sglnx.com/2009/10/use-linux-to-prevent-bank-fraud-says-washington-post/" rel="bookmark" class="crp_title">Use Linux Live CDs to prevent bank fraud, says Washington Post!</a></li><li><a href="http://sglnx.com/2009/07/make-ubuntu-complete-with-these-additional-installations/" rel="bookmark" class="crp_title">Make Ubuntu complete with these additional installations!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/BaGGbiJDEpFJBTXo7UJDBPrXjD4/0/da"><img src="http://feedads.g.doubleclick.net/~a/BaGGbiJDEpFJBTXo7UJDBPrXjD4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BaGGbiJDEpFJBTXo7UJDBPrXjD4/1/da"><img src="http://feedads.g.doubleclick.net/~a/BaGGbiJDEpFJBTXo7UJDBPrXjD4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=s1viUvktF74:7lRCDFAdXSk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=s1viUvktF74:7lRCDFAdXSk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=s1viUvktF74:7lRCDFAdXSk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=s1viUvktF74:7lRCDFAdXSk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=s1viUvktF74:7lRCDFAdXSk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=s1viUvktF74:7lRCDFAdXSk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=s1viUvktF74:7lRCDFAdXSk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=s1viUvktF74:7lRCDFAdXSk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=s1viUvktF74:7lRCDFAdXSk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/s1viUvktF74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/shuttleworth-steps-down-as-canonical-ceo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/shuttleworth-steps-down-as-canonical-ceo/</feedburner:origLink></item>
		<item>
		<title>Install MS office2007 on Ubuntu using PlayOnLinux</title>
		<link>http://feedproxy.google.com/~r/Sglnx/~3/o27NBE1A_7M/</link>
		<comments>http://sglnx.com/2009/12/install-ms-office2007-on-ubuntu-using-playonlinux/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 09:00:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Productivity Suite]]></category>
		<category><![CDATA[WINE]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sglnx.com/?p=281</guid>
		<description><![CDATA[From Linux Today
via Install MS office2007 on ubuntu using PlayOnLinux.
Well&#8230; If you really really really cannot work on Openoffice..
Related Posts:Hannah Montana gets her own linux distro!Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]Dubious Google Chrome OS available for public beta testing?Create Stencil Art using GimpChrome, an Operating System, not just [...]]]></description>
			<content:encoded><![CDATA[<p>From Linux Today</p>
<p>via <a href="http://feedproxy.google.com/~r/linuxtoday/linux/~3/wXOc5uGccNE/news_story.php3">Install MS office2007 on ubuntu using PlayOnLinux</a>.</p>
<p>Well&#8230; If you really really really cannot work on Openoffice..</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://sglnx.com/2009/08/hanna-montana-gets-her-own-linux-distro/" rel="bookmark" class="crp_title">Hannah Montana gets her own linux distro!</a></li><li><a href="http://sglnx.com/2009/12/nvidia-195-22-beta-linux-display-driver-available-in-nvidia-vdpau-team-ppa-ubuntu/" rel="bookmark" class="crp_title">Nvidia 195.22 Beta Linux Display Driver Available In Nvidia Vdpau Team PPA [Ubuntu]</a></li><li><a href="http://sglnx.com/2009/09/dubious-chrome-os-available-for-public-beta-testing/" rel="bookmark" class="crp_title">Dubious Google Chrome OS available for public beta testing?</a></li><li><a href="http://sglnx.com/2009/12/create-stencil-art-using-gimp/" rel="bookmark" class="crp_title">Create Stencil Art using Gimp</a></li><li><a href="http://sglnx.com/2009/07/chromean-os-not-just-a-browser-anymore/" rel="bookmark" class="crp_title">Chrome, an Operating System, not just a browser anymore!</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/TxYdpMmYZvRnqlAgrbUoBVOUH7I/0/da"><img src="http://feedads.g.doubleclick.net/~a/TxYdpMmYZvRnqlAgrbUoBVOUH7I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TxYdpMmYZvRnqlAgrbUoBVOUH7I/1/da"><img src="http://feedads.g.doubleclick.net/~a/TxYdpMmYZvRnqlAgrbUoBVOUH7I/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Sglnx?a=o27NBE1A_7M:yiJuBS65KVk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=o27NBE1A_7M:yiJuBS65KVk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=o27NBE1A_7M:yiJuBS65KVk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=o27NBE1A_7M:yiJuBS65KVk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=o27NBE1A_7M:yiJuBS65KVk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=o27NBE1A_7M:yiJuBS65KVk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=o27NBE1A_7M:yiJuBS65KVk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Sglnx?i=o27NBE1A_7M:yiJuBS65KVk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Sglnx?a=o27NBE1A_7M:yiJuBS65KVk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Sglnx?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Sglnx/~4/o27NBE1A_7M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sglnx.com/2009/12/install-ms-office2007-on-ubuntu-using-playonlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sglnx.com/2009/12/install-ms-office2007-on-ubuntu-using-playonlinux/</feedburner:origLink></item>
	</channel>
</rss>
