<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Geeknizer &#187; Linux</title>
	<atom:link href="http://geeknizer.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeknizer.com</link>
	<description>iPhone, Android, mobile, Technology news</description>
	<lastBuildDate>Sat, 18 May 2013 13:34:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Linux Kernel 3.7 Features &#8211; What&#8217;s New</title>
		<link>http://geeknizer.com/linux-kernel-3-7-features-whats-new/</link>
		<comments>http://geeknizer.com/linux-kernel-3-7-features-whats-new/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 17:37:19 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=11726</guid>
		<description><![CDATA[ARM has been integral part of Linux systems for years, and they have only changed for better, always. Linux Kernel 3.7 is now available out in the Open Source, and... <span class="meta-more"><a href="http://geeknizer.com/linux-kernel-3-7-features-whats-new/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>ARM has been integral part of Linux systems for years, and they have only changed for better, always.</p>
<p>Linux Kernel 3.7 is now <a href="http://www.kernel.org/" target="_blank" rel="nofollow" >available out in the Open Source</a>, and it comes with a huge list of improvements.</p>
<p><a href="http://geeknizer.com/wp-content/uploads/2012/12/linux-3.7-kernel.jpg"><img class="alignnone size-full wp-image-11729" title="linux-3.7-kernel" src="http://geeknizer.com/wp-content/uploads/2012/12/linux-3.7-kernel.jpg" alt="" width="549" height="391" /></a></p>
<h2>What&#8217;s New in Linux Kernel 3.7</h2>
<p>To summarize:</p>
<ol>
<li>Main features
<ol>
<li><strong>ARM multi-platform support</strong></li>
<li><strong>ARM 64-bit support</strong> &#8211; Support for ARM v8 64-bit memory addressing</li>
<li><strong>Cryptographically-signed kernel modules -</strong> The kernel can optionally disable completely the load of modules that have not been signed with the correct key &#8211; even for root users</li>
<li><strong>Btrfs updates: </strong>fsync() speedups, Hole punching,</li>
<li><strong>perf trace, an alternative to strace: </strong>Easier, and more powerful tracing system</li>
<li><strong>TCP Fast Open (server side): </strong>Speeds-up TCP connection establishment, speed improvement between 4% and 41% in the page load times.</li>
<li><strong>Experimental SMB 2 protocol support:</strong> Better networking with Windows PCs/Servers</li>
<li><strong>NFS v4.1 support: </strong>pNFS, aka &#8220;parallel NFS&#8221; in clustered server deployments provides scalable parallel access to a given filesystem or individual files distributed among multiple servers.</li>
<li><strong>Virtual extensible LAN tunneling protocol: </strong>Designed for Virtualized networks, VXLAN is a tunneling protocol that allows to transfer Layer 2 Ethernet packets over UDP.</li>
<li><strong>Intel &#8220;supervisor mode access prevention&#8221;: </strong>SMAP, a new security feature that forbids kernel access to memory pages used by userspace.</li>
</ol>
</li>
<li><strong>Driver and architecture changes: </strong>More instruction-set support for x86, ARM, MIPS, Sparc64, etc. and Drivers, Graphics, Sound, Networking, USB improvements.</li>
<li><strong>Core Improvements: </strong>Core dumps optional, RCU locking, etc.</li>
<li><strong>Filesystem Improvements </strong>in ext4, btrfs, XFS, UDF, JFS, NFS file systems.</li>
<li><strong>Block:</strong> Support for WRITE SAME on SCSI, ioctl to zero, UBI for flash devices with Fastmap, DM RAID.</li>
<li><strong>Crypto:</strong> Parallel AES_NI pipelines, IPsec ESN support, RSA signature verification, X.509 for binary.</li>
<li><strong>Security</strong>: Improvements, additions in Smack, Yama, Integrity Measurement Architecture</li>
<li><strong>Perf</strong>: kvm for even analysis, perf probe &amp; tools.</li>
<li><strong>Virtualization</strong>: Faster virtualization, more hardware acceleration support</li>
<li><strong>Networking</strong>: New IPv6 specs, NFC, GRE over IPv6, etc.</li>
</ol>
<p>The most crucial is ofcourse the <strong>ARM Multi-platform support </strong>which is a good news for Linux portables, especially Android.</p>
<p>A typical Linux distribution for x86 PC computers can boot and work with hundreds of different PC (different CPU, GPU models, different motherboards and chipsets, etc) using a single distribution install media. However, this inter-operatability wasn&#8217;t there in Linux ARM world. The ARM ecosystem has historically been driven by the embedded world, where hardware enumeration isn&#8217;t even possible in many cases, so each ARM kernel image was targeted for a specific embedded hardware target. It couldn&#8217;t boot in other ARM systems. Linus Torvalds, Guru of Linux Kernel, once said &#8220;this whole ARM thing is F**** pain in the ass&#8221;.<a id="line-15"></a></p>
<p><a id="line-16"></a></p>
<p>But the solution is already here with effort from Olof Johansson, a Google Linux and ARM engineer, <a href="http://www.zdnet.com/one-linux-for-all-arm-systems-7000005348/" target="_blank"  rel="nofollow" >unified multi-platform ARM was ready to be included in Linux 3.7</a>. Now with 3.7, <a href="http://lwn.net/Articles/496400/" target="_blank"  rel="nofollow" >ARM architectures can use one single vanilla Linux kernel</a> while keeping their special device sauce in device trees.</p>
<p>Now, ARM developers will be able to boot and run Linux on their devices and then worry about getting all the extras to work. This will save them, and the Linux kernel developers, a great deal of time and trouble.</p>
<p><strong>64-bit ARM support</strong> is another good news.  Linux kernel 3.7 now supports 64-bit ARM processors. 64-bit ARM CPUs would commercialize in 2013, programmers now get the access to a 64-bit ARM architecture supported Linux OS.</p>
<p><strong>TCP Fast Open</strong> would be appreciated by users and Web administrators alike. <a href="https://lwn.net/Articles/508865" target="_blank" rel="nofollow" >TCP Fast Open</a> boosts the time it takes to establish a connection between a client and the server (browser and the server). <a href="http://googlecode.blogspot.com/2012/01/lets-make-tcp-faster.html" target="_blank"  rel="nofollow" >TCP Fast Open can speed up Web page opening speeds from 10 to 40%</a>.</p>
<p><strong>pNFS</strong> for clustered environment would be the next big thing for Linux.  Existing Network File System (NFS) systems get an upgrade to NFS 4.1 giving them ability to <a href="http://www.pnfs.com/" target="_blank"  rel="nofollow" >parallel NFS (pNFS)</a>. PNFS enables extremely fast and scalable parallel file access.</p>
<p>Full details, changelogs available on <a href="http://kernelnewbies.org/Linux_3.7" target="_blank"  rel="nofollow" >Kernel Newbies Linux 3.7 Website</a>.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us <a href="http://twitter.com/geeknizer" target="_blank"  rel="nofollow" >@geeknizer</a>OR on <a href="https://www.facebook.com/geeknizer" target="_blank"  rel="nofollow" >Facebook Fanpage</a>, <a href="https://plus.google.com/b/117636454220284616721/" target="_blank" rel="nofollow" >Google+</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/linux-kernel-3-7-features-whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Growth Rate, Trends [Infographic]</title>
		<link>http://geeknizer.com/linux-growth-rate-trends-visualized-infographic/</link>
		<comments>http://geeknizer.com/linux-growth-rate-trends-visualized-infographic/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 17:15:53 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=9445</guid>
		<description><![CDATA[Linux OS, with time, is emerging as a fairly popular Operating System. There was time  when Desktop PC was considered to be the major part of the Computers segment. Times... <span class="meta-more"><a href="http://geeknizer.com/linux-growth-rate-trends-visualized-infographic/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>Linux OS, with time, is emerging as a fairly popular Operating System.</p>
<p>There was time  when Desktop PC was considered to be the major part of the Computers segment. Times have changed, thanks to new powerful Clouds and computing grids, servers now form a big part of the computers.</p>
<p><img class="alignnone size-full wp-image-9451" title="linux" src="http://geeknizer.com/wp-content/uploads/2012/01/linux.jpg" alt="" width="250" height="247" /></p>
<p>On Desktop PCs, Windows is still holds the majority, followed by OSX which forms around 10% of the desktop market. But 2011 and 2012 are the years of smartphones and tablets, a domain where Windows has failed to compete with Linux based OS: Android.</p>
<p>In this article, we will cover the <strong>Linux Growth rate, Trends, Infographics</strong> for recent years.</p>
<p><strong>Best metrics for popularity of an OS</strong> are Virus and the Games. Both of them are on the rise for Linux. Lets look at how Linux is doing in each computing segment.</p>
<p><strong>Linux in Desktop PCs</strong></p>
<p>Windows wins here, Linux loses by a large margin. Linux Desktop market share is nearly 0.83%  where as Microsoft Windows 7 claims the major share of 42.65% while the other releases of Windows XP and Vista claim 36.44% and 10.88%. However, beyond these numbers, the trend is somewhat bright for Linux. In the beginning of 2011, Linux was only 0.74% which rose to 0.83% by the end of the year. Its slow, but its going up. Same goes for OSX, but windows share is gradually falling.</p>
<p><strong>Linux in Servers</strong></p>
<p>Windows servers lead in the market share over Linux Servers but the trend is shifting towards Linux flavors. First quarter of 2010 in terms of units sold, Windows had a 75.3% market share, (1,379,487 units) compared to 20.8% for Linux (380,429 units) and 3.6% (65,451 units) for Unix.</p>
<p>When it comes to revenue, as you would expect, Windows Server-based systems have an even bigger lead. In the fourth quarter, Windows servers accounted for 48.9% of the market ($5.1 billion), compared to 16.2% ($1.7 billion) for Linux, and 22.2% ($2.3 billion) for Unix.</p>
<p>The truth is, both Windows and Linux will continue to thrive in the server market, and Windows will continue to dominate. Linux fans may like to think they&#8217;ll dethrone Windows, but this latest report is one more piece of evidence that&#8217;s not likely to happen.</p>
<p><strong>Linux in Mobile devices: Smartphones, Tablets</strong></p>
<p>2011 &amp; 2012 are years of Mobile. People use smartphones more than they use desktops, so it s the most important OS of all.</p>
<p>In nutshell, Smartphone market is divided into Android, iOS or Blackberry. Android is based on the Linux Kernel and is by far the most popular smartphone OS in the world, with Symbian on the steep fall. According to the Global Stat Counter, Android took off with a 13.6% market share in December 2010 and rose to market share of 21.83% by the end of 2011. The numbers speaks for itself, Google is activating 700,000 new devices everyday, this doesn&#8217;t include unofficial, non-market android devices.</p>
<p>For iOS its started with 23.57%  and went down to 22% of mobile OS share in 2011. Windows is no where to be seen.</p>
<p>Linux has already won over Windows, smartphones alone take Linux market share to be higher than no. of windows PCs. Android is growing with over millions of apps for the OS already available in the appMarket, with 400,000 apps already.</p>
<p><img class="alignnone size-full wp-image-9447" title="mobileOS" src="http://geeknizer.com/wp-content/uploads/2012/01/mobileOS.jpg" alt="" width="670" /></p>
<p>Mobile OS usage:</p>
<p><img class="alignnone size-full wp-image-9446" title="npd-us-smartphone-os" src="http://geeknizer.com/wp-content/uploads/2012/01/npd-us-smartphone-os.jpg" alt="" width="652" height="369" /></p>
<p>Though 2011 was another year for iPad, the tech world witnessed some very fine Android Honeycomb devices; namely Samsung Galaxy Tab, ASUS Transformer, ASUS Transformer Prime, Motorola Xoom and ASUS Slider. And in the horde of tablets (about 45 notable tablets) there were only 5 tablets to have Windows OS, and unfortunately all of them failed to find any place in market. Tablets in 2011 aided with Windows OS were HP Slate 500, ASUS Eee Slate, Fujitsu Stylistic, MSI WindPad 110W and Acer Iconia W500.</p>
<p>Here&#8217;s an <strong>Infographic for Growth of Linux in last 20 years, </strong>every milestone detailed:</p>
<p><strong><img class="alignnone size-full wp-image-9450" title="linux_infographic" src="http://geeknizer.com/wp-content/uploads/2012/01/linux_infographic.jpg" alt="" width="604" height="2315" /></strong></p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/geeknizer" target="_blank"  rel="nofollow" >@geeknizeron Twitter</a> OR on <a href="https://www.facebook.com/geeknizer" target="_blank"  rel="nofollow" >Facebook Fanpage</a>, <a href="https://plus.google.com/b/117636454220284616721/" target="_blank" rel="nofollow" >Google+</a>:<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/linux-growth-rate-trends-visualized-infographic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Windows 8 could kill Linux, MultiBoot OS</title>
		<link>http://geeknizer.com/how-windows-8-kill-linux-multiboot-os/</link>
		<comments>http://geeknizer.com/how-windows-8-kill-linux-multiboot-os/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 04:41:48 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=8804</guid>
		<description><![CDATA[Microsoft has finally forked a way to kill its smaller rival, Linux from the PC / desktop segment. Since most PCs are only designed to run Windows, and Windows 8... <span class="meta-more"><a href="http://geeknizer.com/how-windows-8-kill-linux-multiboot-os/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-8807" title="Windows-8-vs-linux" src="http://geeknizer.com/wp-content/uploads/2011/09/Windows-8-vs-linux.jpg" alt="" width="280" height="364" />Microsoft has finally forked a way to kill its smaller rival, Linux from the PC / desktop segment. Since most PCs are only designed to run Windows, and Windows 8 would be the obvious choice in the future, there is something we need to worry about.</p>
<p>With Windows 8, Microsoft would set certain guidelines to OEMs and PC manufacturers. All <a href="http://geeknizer.com/tag/windows-8">Windows 8</a> machines will need to be have the Unified Extensible Firmware Interface (UEFI) instead of the venerable BIOS firmware layer. BIOS has been pretty much the sole firmware interface for PCs for a long time.</p>
<p>The EFI system has slowly been making headway in recent years, and right now EFI firmware is compatible with Windows supporting the GUID Partition Table (GPT), OS X/Intel, and Linux 2.6 and beyond machines. EFI is seen as a better hardware/software interface than BIOS, since it is platform-agnostic, runs in 32- or 64-bit mode, and GPT machines can handle boot partitions of up to 9.4 zettabytes. (That&#8217;s 9.5 billion terabytes.)</p>
<p><strong><a href="http://geeknizer.com/tag/linux">Linux</a></strong> supports UEFI, thats is not a problem. The problem is <a href="http://geeknizer.com/tag/microsoft">Microsoft</a>&#8216;s other requirement for any Windows 8-certified client: the system must support <strong>secure booting</strong>. This hardened boot means that &#8220;all firmware and software in the boot process must be signed by a trusted Certificate Authority (CA)&#8221;.</p>
<p>By locking, Microsoft intends to prevent injection of malware onto Windows PCs, which looks like a justified claim. Linux bootloaders are EFI-ready but none of them are signed, hence they would just not work on PCs.</p>
<p><strong>Bootloader Unlocking?</strong></p>
<p>So what, we would Unlock the bootloader, like we did on Android phones and iPhone. No, it won&#8217;t be that easy. If all parts of the chain need to have a CA signature, then swapping out a machine&#8217;s signed EFI layer with, say, an unsigned BIOS or EFI would not work. Matthew Garrett from Redhat <a href="http://mjg59.dreamwidth.org/5552.html" target="_blank" rel="nofollow" >notes</a>:</p>
<blockquote><p>&#8220;Microsoft requires that machines conforming to the <a href="http://geeknizer.com/windows-8-tablet-handson/">Windows 8</a> logo program and running a client version of Windows 8 ship with secure boot enabled. The two alternatives here are for <a href="http://geeknizer.com/tag/windows">Windows</a> to be signed with a Microsoft key and for the public part of that key to be included with all systems, or alternatively for each OEM to include their own key and sign the pre-installed versions of Windows. The second approach would make it impossible to run boxed copies of Windows on Windows logo hardware, and also impossible to install new versions of Windows unless your OEM provided a new signed copy. The former seems more likely.&#8221;</p></blockquote>
<p><strong>So what about Signing Linux Bootloader Distros?</strong></p>
<blockquote><p>&#8220;Firstly, we&#8217;d need a non-GPL bootloader. Grub 2 is released under the GPLv3, which explicitly requires that we provide the signing keys. Grub is under GPLv2 which lacks the explicit requirement for keys, but it could be argued that the requirement for the scripts used to control compilation includes that. It&#8217;s a grey area, and exploiting it would be a pretty good show of bad faith. Secondly, in the near future the design of the kernel will mean that the kernel itself is part of the bootloader. This means that kernels will also have to be signed. Making it impossible for users or developers to build their own kernels is not practical. Finally, if we self-sign, it&#8217;s still necessary to get our keys included by ever OEM.&#8221;</p></blockquote>
<p>What can be done?</p>
<p>We jsut have to rely on Manufacturers &amp; OEMs so that they would include an option in their UEFI firmware to disable the secure booting feature.</p>
<p>Microsoft has finally found a way to tackle Linux, and someone out there has to make the extra effort to save it from the vicious Monopoly!</p>
<p>Update: Microsoft finally <a href="http://blogs.msdn.com/b/b8/archive/2011/09/22/protecting-the-pre-os-environment-with-uefi.aspx" target="_blank"  rel="nofollow" >clarifies</a>, it could be disabled via BIOS.</p>
<p>We write about <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/twitter">Twitter</a>, <a href="http://geeknizer.com/tag/security">Security</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/programming">Programming</a>, <a href="http://geeknizer.com/">Web</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">Android</a> and latest in Tech <a href="http://twitter.com/geeknizer" target="_blank"  rel="nofollow" ><strong>@geeknizer </strong>on Twitter</a> or by subscribing below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/how-windows-8-kill-linux-multiboot-os/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux Kernel 3.0 Features, What&#8217;s New</title>
		<link>http://geeknizer.com/linux-kernel-3/</link>
		<comments>http://geeknizer.com/linux-kernel-3/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 06:09:39 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=8354</guid>
		<description><![CDATA[Linux Kernel gets next milestone, Linux 3.0 is now available to the general public. The announcement of Linux 3.0 comes from the founder Linus Torvalds himself as he mailed it... <span class="meta-more"><a href="http://geeknizer.com/linux-kernel-3/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-8355" href="http://geeknizer.com/linux-kernel-3/linux-3-0/"><img class="alignright size-full wp-image-8355" title="linux-3.0" src="http://geeknizer.com/wp-content/uploads/2011/07/linux-3.0.jpg" alt="" width="206" height="221" /></a>Linux Kernel gets next milestone, <strong>Linux 3.0 is now available</strong> to the general public.</p>
<p>The announcement of Linux 3.0 comes from the founder Linus Torvalds himself as he mailed it to the Linux Kernel Mailing list.</p>
<blockquote><p>&#8220;As already mentioned several times, there are no special landmark features or incompatibilities related to the version number change, it&#8217;s simply a way to drop an inconvenient numbering system in honor of twenty years of Linux. In fact, the 3.0 merge window was calmer than most, and apart from some excitement from RCU I&#8217;d have called it really smooth.&#8221;</p></blockquote>
<p>Beyond the numbering scheme change, this kernel includes <a href="http://lwn.net/Articles/429925/" target="_blank" rel="nofollow" >POSIX alarm timer support</a>, a just-in-time compiler for BPF packet filters, a new <tt>sendmmsg()</tt> system call, ICMP sockets, the merging of the Xen backend driver (completing the long process of getting Xen Dom0 support into the kernel), namespace file descriptors, and more.</p>
<p><strong>Other New Features in Linul Kernel 3.0</strong></p>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-b6d17ebe36942291cfe3018c47d9c02f5e415f55" target="_blank"  rel="nofollow" >Prominent features</a>
<ol>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-3e596e03408e1d32a7cc381d6f54e87feee22ee4" target="_blank"  rel="nofollow" >Btrfs: Automatic defragmentation, scrubbing, performance improvements</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-7b03809dc2eca3bff0aed28ab85a5aef0740eb95" target="_blank"  rel="nofollow" >sendmmsg(): batching of sendmsg() calls</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-e1884a7ca7e7e5b9d233946e60ffa9390105e8f6" target="_blank"  rel="nofollow" >XEN dom0 support</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-4a9a277524e713a97288211f012826b4883e7e94" target="_blank"  rel="nofollow" >Cleancache</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-4a2209a08cb9b4747e8d4c67c1b5bad566b247e2" target="_blank"  rel="nofollow" >Berkeley Packet Filter just-in-time filtering</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-f077da851ba32c4d411d4fdc8b351c5a25528394" target="_blank"  rel="nofollow" >Wake on WLAN support</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-c5bcc118ee946645132a834a716ef0d7d05b282e" target="_blank"  rel="nofollow" >Unprivileged ICMP_ECHO messages</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-69fb31d5d1d284f3a95e56d0ec43a2b23c30c4f3" target="_blank"  rel="nofollow" >setns() syscall: better namespace handling</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-0fd4b73a276f0d4298b84e0cbdd20ff0d8246402" target="_blank"  rel="nofollow" >Alarm-timers</a></li>
</ol>
</li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-6aeb11c9c72a8d29f0369cce881fbd890e41449d" target="_blank"  rel="nofollow" >Driver and architecture-specific changes</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-2ce41774460a73a8266cbd08cc84c3fae9fc8439" target="_blank"  rel="nofollow" >VFS</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-76f1d04a9e483e0fb0d1662cc1fd5033c9bade71" target="_blank"  rel="nofollow" >Process scheduler</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-43cd39fb7a158a397551d29eda94f90458983161" target="_blank"  rel="nofollow" >Memory management</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-96d40fb6f9c48e789386dbe59fd5b5acc9a9059d" target="_blank"  rel="nofollow" >Networking</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-eb4b5e96be08871f5ff27647cee06b49bca3c8ad" target="_blank"  rel="nofollow" >File systems</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-7fa2248679b8c677918641471e0be34d1365fe4f" target="_blank"  rel="nofollow" >Crypto</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-64b1d7b9dd5fdd57ce0350987108ac475634e5e7" target="_blank"  rel="nofollow" >Virtualization</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-029511b15117706ff0870bbafd39ab4c25f01429" target="_blank"  rel="nofollow" >Security</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-2433f8878ccbdec4c6b159ad9de06167d2dfbeaa" target="_blank"  rel="nofollow" >Tracing/profiling</a></li>
<li><a href="http://kernelnewbies.org/Linux_3.0#head-c38b33d250ba06be09959a7b0c48fd9888bb48c4" target="_blank"  rel="nofollow" >Various core changes</a></li>
<p>See the <a href="http://kernelnewbies.org/Linux_3.0" target="_blank"  rel="nofollow" >KernelNewbies 3.0 page</a> for lots of details.</p>
<div>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/geeknizer" target="_blank"  rel="nofollow" ><strong>@geeknizer</strong>on Twitter</a> OR on <a href="https://www.facebook.com/geeknizer" target="_blank"  rel="nofollow" >Facebook Fanpage</a>:</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/linux-kernel-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Linux in Browser [Qemu Javascript Emulator]</title>
		<link>http://geeknizer.com/run-linux-in-browser-qemu-javascript-emulator/</link>
		<comments>http://geeknizer.com/run-linux-in-browser-qemu-javascript-emulator/#comments</comments>
		<pubDate>Tue, 17 May 2011 12:10:51 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[emulate]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://geeknizer.com/?p=7696</guid>
		<description><![CDATA[We often use emulators like Qemu, Virtualbox, VMWare to virtualize another Operating systems on a different platform. Qemu is popular and open source emulator that lets you virtualize nearly any... <span class="meta-more"><a href="http://geeknizer.com/run-linux-in-browser-qemu-javascript-emulator/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-7698" href="http://geeknizer.com/run-linux-in-browser-qemu-javascript-emulator/linux-browser/"><img class="alignright size-full wp-image-7698" title="linux-browser" src="http://geeknizer.com/wp-content/uploads/2011/05/linux-browser.jpg" alt="" width="250" height="178" /></a>We often use emulators like Qemu, <a href="http://geeknizer.com/tag/virtualbox" target="_blank">Virtualbox</a>, <a href="http://geeknizer.com/tag/vmware" target="_blank">VMWare</a> to virtualize another Operating systems on a different platform.</p>
<p>Qemu is popular and open source emulator that lets you virtualize nearly any OS on any other OS. Qemu has <a href="http://bellard.org/jslinux/tech.html" target="_blank" rel="nofollow" >now been ported</a> to a new platform: Browsers. Most modern browsers like Chrome 11 and Firefox 4 can run this javascript based Emulator making it possible to run an actual <a href="http://geeknizer.com/tag/linux" target="_blank">Linux</a> in your browser.</p>
<p>Since javascript is slower than native code, one would expect slower boot times for the Linux, but it boots amazingly fast. With a very minimal download and couple of seconds, your browser window boots into an actual Linux based on commandline. Ofcourse CLI-only makes the OS snappy for executing all your shell commands.</p>
<p>If you aren&#8217;t excited so far, read this again: &#8220;<strong>A PC emulator written in javascript, and running solely in browser</strong>&#8220;.</p>
<p><a rel="attachment wp-att-7699" href="http://geeknizer.com/run-linux-in-browser-qemu-javascript-emulator/linux-on-browser/"><img class="alignnone size-full wp-image-7699" title="linux-on-browser" src="http://geeknizer.com/wp-content/uploads/2011/05/linux-on-browser.jpg" alt="" width="650" height="562" /></a></p>
<p><a href="http://bellard.org/jslinux/" target="_blank" rel="nofollow" >Try it now</a></p>
<p><strong>Technical details of the Javascript based Qemu</strong> (<a href="http://bellard.org/jslinux/tech.html" target="_blank" rel="nofollow" >read full</a>)</p>
<p>This PC emulator is written entirely in Javascript. The emulated hardware is:</p>
<ul>
<li>a 32 bit x86 compatible CPU</li>
<li>a 8259 Programmble Interrupt Controller</li>
<li>a 8254 Programmble Interrupt Timer</li>
<li>a 16450 UART.</li>
</ul>
<p>The code is written in pure Javascript using <a href="http://www.khronos.org/registry/typedarray/specs/latest/" target="_blank"  rel="nofollow" >Typed Arrays</a> which are available in recent browsers. It was tested with <a href="http://www.mozilla.com/fr/firefox/" target="_blank"  rel="nofollow" >Firefox 4</a> and <a href="http://www.google.com/chrome/" target="_blank"  rel="nofollow" >Google Chrome 11</a> on Linux, Window and Mac. It doesn&#8217;t work with Opera.</p>
<h3>CPU Emulation</h3>
<p>The code is inspired from my x86 dynamic translator present in <a href="http://qemu.org" target="_blank"  rel="nofollow" >QEMU</a>, but there are important differences because here it is an interpreter. The exact restrictions of the emulated CPU are:</p>
<ol>
<li>No FPU/MMX/SSE</li>
<li>No segment limit and right checks when accessing memory (Linux does not rely on them for memory protection, so it is not an issue. The x86 emulator of QEMU has the same restriction).</li>
<li>No CS/DS/ES/SS segment overrides. FS/GS overrides are implemented because they are needed for Thread Local Storage in Linux.</li>
<li>A few seldom used instructions are missing (BCD operations, BOUND, &#8230;).</li>
<li>No single-stepping</li>
<li>No real mode</li>
<li>No 16 bit protected mode (although most 16 bit instructions are present because they are needed to run 32 bit programs).</li>
</ol>
<p>Most of these restrictions are easy to remove.</p>
<h3>Linux distro &amp; kernel</h3>
<p>It runs 2.6.20 Linux kernel with configuration available <a href="http://bellard.org/jslinux/config_linux-2.6.20" target="_blank"  rel="nofollow" >here</a>.</p>
<p><strong>Boot</strong></p>
<p>The disk image is just a ram disk image loaded at boot time. It contains a filesystem generated with <a href="http://buildroot.uclibc.org/" target="_blank"  rel="nofollow" >Buildroot</a> containing <a href="http://www.busybox.net/" target="_blank" rel="nofollow" >BusyBox</a>. I added my toy C compiler <a href="http://bellard.org/tcc" target="_blank"  rel="nofollow" >TinyCC</a> and my unfinished but usable emacs clone <a href="http://bellard.org/qemacs" target="_blank"  rel="nofollow" >QEmacs</a>.</p>
<h3>Javascript Performance</h3>
<p>PC emulator is about 2 times slower using V8 than Jaeger Monkey on 32bit desktops.</p>
<p>I still have to try this on mobile browsers, let me know if that works for you.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/geeknizer" target="_blank"  rel="nofollow" ><strong>@geeknizer</strong> on Twitter</a> OR on <a href="https://www.facebook.com/geeknizer" target="_blank"  rel="nofollow" >Facebook Fanpage</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/run-linux-in-browser-qemu-javascript-emulator/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Install Any Linux on PS3 Slim, Fat</title>
		<link>http://geeknizer.com/install-linux-on-ps3-slim/</link>
		<comments>http://geeknizer.com/install-linux-on-ps3-slim/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 15:17:42 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[PS3 slim]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geeknizer.com/install-linux-on-ps3-slim</guid>
		<description><![CDATA[There are a number of ways to Jailbreak your PS3 and install debian Linux on PS3 Slim, Fat. But, you won&#8217;t get a choice of Linux flavors at all. PSX... <span class="meta-more"><a href="http://geeknizer.com/install-linux-on-ps3-slim/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/ps3-linux.jpg"><img class="alignright size-full wp-image-7382" title="ps3-linux" src="http://geeknizer.com/wp-content/uploads/ps3-linux.jpg" alt="" width="240" height="160" /></a>There are a number of ways to Jailbreak your PS3 and install debian Linux on PS3 Slim, Fat. But, you won&#8217;t get a choice of Linux flavors at all. PSX scene has come up with a nifty guide that actually help you i<strong>nstall any version of Linux on PS3</strong>.</p>
<p>There is usually not enough memory to try out the full desktop system and run the installer at the same time. That&#8217;s why we use PowerPC based alternate versions with PS3</p>
<p>Pre-requisits:</p>
<ul>
<li>A PowerPC Linux flavor ISO and blank disc</li>
<li>PS3 Fat or slim with kmeaw 3.55/<a href="http://geeknizer.com/spoof-ps3-3-56-firmware-keep-jailbreak-psn-access" target="_blank">rebug 2.55.2 installed</a> as your cfw</li>
</ul>
<p><strong>How to Install Any Linux on PS3</strong></p>
<p><strong>Step 1. </strong> Download any Linux flavor ISO made for PowerPC 64 architecture. If you are clueless, try <a href="http://www.megaupload.com/?d=J3Z6BGQO" target="_blank" rel="nofollow" >downloading Ubuntu 10.10</a>. You can also use <a href="http://www.archlinuxppc.org/download/" target="_blank" rel="nofollow" >Arch Linux PPC</a> &#8220;2011.03.05_archppc-ftp.iso&#8221; ISO images and burn it to disc.</p>
<p><strong>Step 2. </strong>Now <a href="http://www.multiupload.com/2VFF4HA9OD" target="_blank" rel="nofollow" >download BootOS Petitboot</a>. This file is a variant of kmeaws bootos but instead of using asbestos  it uses petitboot instead.  If you have had kmeaws bootos installed  previously you need to uninstall it first.  To do this go to the game  category and scroll down till you get to the installed bootos/asbestos then  triangle and then delete.</p>
<p><strong>Step 3. </strong>Next you need to get the <a href="http://www.multiupload.com/YNQYRATFUF" target="_blank" rel="nofollow" >lv2patcherv9 from here</a>.</p>
<p>Copy both pkg files (step 2 &amp; 3) onto a usb and install via xmb. Next, Run the  bootos/petitboot installer and if you don&#8217;t have it already use lv2patcherv9 and install that.  Also attach your external harddrive.</p>
<p><strong> Step 4. </strong>Place the burned disc in the PS3 tray and close it.  Then boot up  lv2patcherv9, which will then load petitboot.</p>
<p>Petitboot would take sometime before it finds your disc. At thsi point you would be presented with different methods to install the distro of your choice depending on the  options built into the live cd.</p>
<p><strong> Step 5.</strong> That&#8217;s pretty much it, when the installation proceeds, it would let you choose your keyboard/language  and also nicely format your external harddrive to run the distro for  you (e.g. external shows up as SCSI2 and the internal as SDA so make sure  your choose the right hard drive).</p>
<p>There you have it, Ubuntu 10.10 (or any other Linux server) up and running on your PS3.</p>
<p>For latest Graf updates, <a href="http://www.megaupload.com/?d=40I89MD9" target="_blank" rel="nofollow" >use this</a> and then follow the <a href="http://psx-scene.com/forums/f119/script-auto-build-package-grafs-latest-kernel-debian-bootos-82909/" target="_blank"  rel="nofollow" >guide here</a> from having compiled the kernel. All you gotta do is install the  pkg&#8217;s to alter kboot.conf.</p>
<p>We write latest and greatest in <a href="http://geeknizer.com/tag/guide">Tech Guides</a>, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/android">Android</a>,  <a href="http://geeknizer.com/tag/open-source">Open Source</a>, Latest in Tech, subscribe to us<a href="http://twitter.com/taranfx" target="_blank"  rel="nofollow" >@taranfx on Twitter</a> OR on <a href="http://facebook.com/taranfx" target="_blank"  rel="nofollow" >Facebook Fanpage</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/install-linux-on-ps3-slim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SpeedUp Ubuntu Unity on Netbooks</title>
		<link>http://geeknizer.com/speedup-ubuntu-unity-on-netbooks/</link>
		<comments>http://geeknizer.com/speedup-ubuntu-unity-on-netbooks/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 15:57:36 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[speedup]]></category>

		<guid isPermaLink="false">http://geeknizer.com/speedup-ubuntu-unity-on-netbooks</guid>
		<description><![CDATA[If you happen to use Ubuntu Unity Interface on your low powered device, which is essentially a Netbook or old PC, here&#8216;s a Tip which can help you speedup things.... <span class="meta-more"><a href="http://geeknizer.com/speedup-ubuntu-unity-on-netbooks/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/unity2dqt.jpg"><img class="alignleft" title="unity2dqt" src="http://geeknizer.com/wp-content/uploads/unity2dqt_thumb.jpg" border="0" alt="unity2dqt" width="244" height="183" /></a>If you happen to use Ubuntu Unity Interface on your low powered device, which is essentially a Netbook or old PC, <a href="http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.6.tar.bz2" target="_blank"  rel="nofollow" >here</a>&#8216;s a Tip which can help you speedup things.</p>
<p>Ubuntu Unity is a cool feature of Ubuntu 10.10 Netbook edition (or Ubuntu 11.04), but it doesn&#8217;t do justice with netbooks that are really low on CPU, graphics. <strong>Unity 2D</strong> is lighter version of the interface that should fix most of the jitters. Unity 2D is still in early phases, but does the job quiet nicely coz the fact it has actually reduced a bit of 3d eye candy, but adds significant boost in return.</p>
<p><strong>Install Unity 2D (Qt) on Ubuntu 10.10, Ubuntu 11.04</strong></p>
<p>Simply run the following commands in Terminal:</p>
<blockquote>
<pre>sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily
sudo apt-get update
sudo apt-get install unity-qt-default-settings</pre>
</blockquote>
<p>The above commands would point to the right PPA and install Unity 2D. You will have to Logout and select &#8220;Unity Qt&#8221; instead of the &#8220;Ubuntu Desktop&#8221; or &#8220;Netbook edition&#8221; while logging back in.</p>
<p><object style="height: 390px; width: 640px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" 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://www.youtube.com/v/JAVN9isBBok?version=3" /><param name="allowfullscreen" value="true" /><embed style="height: 390px; width: 640px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/JAVN9isBBok?version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>On a typical 1.5Ghz Atom netbook, a lot of difference was observed. What&#8217;s your experience?</p>
<p>Related: <a title="Permanent Link to Tweak Windows 7 for Netbook" rel="bookmark" href="http://geeknizer.com/tweaking-your-windows-7-for-netbooks-top-5-tweaks">Tweak Windows 7 for Netbook</a></p>
<p>For Latest Tech updates in <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/programming">Programming</a>, <a href="http://geeknizer.com/tag/java">Java</a>, Tech News find us on <a>Twitter <strong>@taranfx</strong></a><strong> </strong>or subscribe below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/speedup-ubuntu-unity-on-netbooks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle SPARC T3 Performance Benchmarked, Record breaking transaction performance</title>
		<link>http://geeknizer.com/oracle-sparc-t3-performance-benchmarked/</link>
		<comments>http://geeknizer.com/oracle-sparc-t3-performance-benchmarked/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 17:41:16 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[sparc]]></category>

		<guid isPermaLink="false">http://geeknizer.com/oracle-sparc-t3-performance-benchmarked</guid>
		<description><![CDATA[Larry Ellison announced the launch of the SPARC Supercluster, a new high-performance enterprise computing system that couples the best of the server platforms: Sun&#8217;s SPARC processor architecture, Solaris operating system,... <span class="meta-more"><a href="http://geeknizer.com/oracle-sparc-t3-performance-benchmarked/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/oracle-sparc-t3.jpg"><img class="alignleft size-full wp-image-6414" title="oracle-sparc-t3" src="http://geeknizer.com/wp-content/uploads/oracle-sparc-t3.jpg" alt="" width="245" height="187" /></a>Larry Ellison announced the launch of the SPARC Supercluster, a new high-performance enterprise computing system that couples the best of the server platforms: Sun&#8217;s SPARC processor architecture, Solaris operating system, and ZFS-based storage technology.</p>
<p>Oracle has achieved the highest database performance ever recorded &#8212;  Oracle on the SPARC Supercluster can perform 30 million database transactions per minute— which is atleast  3 times faster than previous record set by IBM&#8217;s DB2 on a P7 cluster.</p>
<p>The benchmark test system: The system is <strong>108 SPARC T3 chips</strong>, which has total of <strong>1,728 processor cores </strong>with<strong> </strong> <strong>13TB of RAM</strong>, <strong>246TB of flash storage</strong>, and <strong>1.7 petabytes</strong> of storage capacity.</p>
<h3><span style="font-size: 13px; font-weight: normal;">Ellison claims that Oracle has raised the bar with its improvements to Sun&#8217;s technology, putting its new SPARC-based offering in the lead, ahead of what IBM offers.Not just that, Supercluster&#8217;s price-to-performance ratio beats IBM&#8217;s best by atleast 27 percent. </span></h3>
<p>Ellison claims to make Oracle &#8220;Apple of the server world&#8221;, tightly-integrated hardware and software. Oracle is rolling out the pre-integrated stack  called &#8220;Gold Standard Service&#8221;.  However, he didn&#8217;t ditch Linux, and appreciated its importance for Oracle&#8217;s software business, as they commit support (its own) Red Hat-based Linux platform.</p>
<p><strong>Benchmark Results:</strong></p>
<p>Achieving 30,249,688 transactions per minute (tpmC) with a price/performance of $1.01/tpmC, the winning SPARC Supercluster with SPARC T3-4 servers consisted of 27 SPARC T3-4 servers with flash storage technology using Sun Storage F5100 Flash Arrays.</p>
<p>Oracle Real Application Clusters allowed the SPARC Supercluster with SPARC T3-4 servers to scale performance by nearly 3 times compared to the highest level ever recorded with the TPC-C benchmark while ensuring high availability and better response times(3). Oracle Real Application Clusters is in production use at thousands of customers, enabling transparent scaling of real-world business applications.</p>
<p><a href="http://www.oracle.com/us/solutions/performance-scalability/index.html" target="_blank"  rel="nofollow" >Oracle&#8217;s benchmarks</a> are available on the official website, from what I can conclude, it all looks like a big achievement.</p>
<h3>Solaris 11</h3>
<p>Soalris 11 will get new features and optimizations (specifically for virtualization). There will be some optimizations for flash storage, coz till date most apps have not utilized the true capability.</p>
<p>For more Programming, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/app">iPhone apps</a>, <a href="http://geeknizer.com/tag/tips-n-tricks">Tips n Tricks</a>, <a href="http://geeknizer.com/tag/android">Android</a>, <a href="http://geeknizer.com/tag/gaming">Gaming</a>, Tech News, catch us <a href="http://twitter.com/taranfx" target="_blank" rel="nofollow" >@taranfx on Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/oracle-sparc-t3-performance-benchmarked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 to bring Multitouch for Netbooks, Tablets</title>
		<link>http://geeknizer.com/ubuntu-10-10-multitouch/</link>
		<comments>http://geeknizer.com/ubuntu-10-10-multitouch/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 15:08:27 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[multitouch]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://geeknizer.com/ubuntu-10-10-multitouch</guid>
		<description><![CDATA[Multitouch is really moving  beyond Apple&#8217;s products.  Having set its success on mobile phones, and Tablets, Multitouch is all set to invade the Netbook segment. Ubuntu has announced that full... <span class="meta-more"><a href="http://geeknizer.com/ubuntu-10-10-multitouch/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/ubuntu-multitouch.jpg"><img class="alignleft size-full wp-image-5679" title="ubuntu-multitouch" src="http://geeknizer.com/wp-content/uploads/ubuntu-multitouch.jpg" alt="" width="245" height="201" /></a>Multitouch is really moving  beyond Apple&#8217;s products.  Having set its success on mobile phones, and Tablets, Multitouch is all set to invade the Netbook segment.</p>
<p>Ubuntu has announced that full multitouch gesture-based support will arrive in Ubuntu 10.10, the next major version of the popular Linux distribution. Multitouch will be coree component of Unity UI (the netbook distro).</p>
<p>A new software framework called uTouch has been developed intended on simplifying gesture handling. Some of the common grammar of gestures that will be incorporated in Ubuntu 10.10 has been demonstrated in an <a href="https://docs.google.com/View?id=dfkkjjcj_1482g457bcc7" target="_blank"  rel="nofollow" >early draft</a>.</p>
<p>The <strong>uTouch </strong>wont do all this on its own. Unless and until you have a kernel that&#8217;s touch aware, user experience will suffer. That&#8217;s why Ubuntu&#8217;s multitouch relies on some of the recent improvements in the Linux kernel, the Xorg display server, and the Gtk+ toolkit. <a href="http://lists.freedesktop.org/archives/xorg-devel/2010-August/011759.html" target="_blank"  rel="nofollow" >Multitouch X Input Extension</a> is the heart of all these improvements that would enable multitouch-enhanced user experience on the desktop.</p>
<p>However, there is still a lot more work to do before touch will be a first-class input mechanism for the platform. The standard applications that are included in the GNOME desktop environment are not particularly touch-friendly and will need some significant user interface refactoring.</p>
<blockquote><p>&#8220;In Maverick, quite a few Gtk applications will support gesture-based scrolling. We’ll enhance Evince to show some of the richer interactions that developers might want to add to their apps,&#8221; Shuttleworth wrote in his blog. &#8220;The roadmap beyond 10.10 will flesh out the app developer API and provide system services related to gesture processing and touch. It would be awesome to have touch-aware versions of all the major apps—browser, email, file management, chat, photo management and media playback—for 11.04, but that depends on you!&#8221;</p></blockquote>
<p>Another problem would be to overcome hardware compatibility. Initially, it plans to support convertible notebook/tablet devices such as the Dell XT2 and HP tx2. But the Canonical, founder of Ubuntu assures this would be taken care over time as they plan to cover all touch devices including laptop touchpads and devices like Apple&#8217;s Magic Trackpad.</p>
<h3><span style="font-weight: normal; font-size: 13px;">Canonical&#8217;s multitouch efforts could make Unity an appealing option for users to lookout for Linux and Open source projects.</span></h3>
<h3><span style="font-weight: normal; font-size: 13px;">We write about Latest in tech, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">Android</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/gizmos">Gadgets</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/programming">Programming</a>. Grab them <a href="http://twitter.com/taranfx" target="_blank"  rel="nofollow" ><strong>@taranfx</strong> on Twitter</a> or below:</span></h3>
<p><span style="font-weight: normal; font-size: 13px;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/ubuntu-10-10-multitouch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Ubuntu on Nexus One</title>
		<link>http://geeknizer.com/install-ubuntu-on-nexus-one/</link>
		<comments>http://geeknizer.com/install-ubuntu-on-nexus-one/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:44:30 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://geeknizer.com/install-ubuntu-on-nexus-one</guid>
		<description><![CDATA[After a successful port of Ubuntu and Android on HD2, developers from Xda have successfully ported Ubuntu to Google  Nexus One. With this guide you can DualBoot Android with Ubuntu... <span class="meta-more"><a href="http://geeknizer.com/install-ubuntu-on-nexus-one/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><a href="http://geeknizer.com/wp-content/uploads/nexus-one-ubuntu.jpg"><img class="alignleft size-full wp-image-5351" title="nexus-one-ubuntu" src="http://geeknizer.com/wp-content/uploads/nexus-one-ubuntu.jpg" alt="" width="220" height="280" /></a>After a successful port of<a href="http://geeknizer.com/install-android-ubuntu-on-htc-hd2"> Ubuntu and Android on HD2</a>, developers from Xda have successfully ported <strong>Ubuntu to Google  Nexus One. </strong></p>
<p>With this guide you can <strong>DualBoot Android with Ubuntu on Nexus One.</strong></p>
<p>All you need is a<a href="http://geeknizer.com/instant-root-android"> rooted Android</a> Nexus One, but if your phone has similar hardware, you might get lucky on other phones too.</p>
<p><em>Note from developers at Nexusone hacks:</em> This Ubuntu install will not affect your existing Android system, the Ubuntu terminal will run in the background while the Ubuntu X11 graphical user interface will run as an app under Android VNC app.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="385" 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://www.youtube.com/v/xN4c61ETCWg&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="660" height="385" src="http://www.youtube.com/v/xN4c61ETCWg&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>How to Install Ubuntu 9.1 on Nexus One</strong></p>
<p>Download : <a href="http://www.megaupload.com/?d=FALJFT3L" target="_blank" rel="nofollow" >ubuntu.zip [Megaupload]</a> | Mirror: <a href="http://www.filefactory.com/file/b26fg8g/n/ubuntu.zip" target="_blank" rel="nofollow" >ubuntu.zip [FileFactory]</a></p>
<p><em>Note: </em>For people having trouble getting it to work (thanks to people testing it at XDA Developers), try downloading the new <a href="http://zedomax.com/android/bootubuntu" target="_blank" rel="nofollow" >bootubuntu file here</a>.</p>
<p><strong><em>Step 1. </em></strong>On your rooted nexus one, install the latest Busybox.</p>
<p><strong><em>Step 2. </em></strong>Once you have a “rooted” Android phone, you will be able to run Ubuntu under Chroot.</p>
<p><strong><em>What is Chroot:</em> </strong>Chroot is the ability to run other operating systems under your current system (in this case Android).  So its as good as running apps on <a href="http://geeknizer.com/tag/vmware">VMware </a>or <a href="http://geeknizer.com/tag/virtualbox">Virtualbox</a>. You can only “chroot” another operating system made for your system’s architecture, in this case its ARM.</p>
<p>In this case, we are lucky because Ubuntu has an ARM-port.   It’s most likely the case that you can also “chroot” other linux devices that support ARM.  I am also working on chrooting other popular distros like Fedora, Gentoo, and more.</p>
<p><strong><em>Step 3. </em></strong>Copying files for chroot:  image file of Ubuntu ARM, setup script file (<strong>ubuntu.sh</strong>), chroot boot/launch file (<strong>bootubuntu</strong>), <strong>unionfs</strong>, <strong>fsrw</strong>, and <strong>mountonly</strong>.</p>
<p>Copy these six files over into your SD card’s root folder under folder name &#8220;<strong>ubuntu&#8221;</strong>.</p>
<p><strong><em>Step 4.</em></strong> Next, “Turn off USB storage” on your phone, connect usb and check if SD card is accessible from ADB Shell (component of Android SDK). (make sure USB debugging is enabled)</p>
<p>Go to your Android SDK Tools directory such as <strong>c:\fx\android-sdk\tools</strong> and type “<strong>adb shell</strong>“.</p>
<p><strong><em>Step 5.</em></strong> Once you are in the ADB shell, you should see a “#”symbol.  Type “<strong>su</strong>” to enter superuser mode.  Btw, if you get error here, that means you have not rooted your phone!</p>
<p><strong><em>Step 6. </em></strong>Next, type “<strong>cd /sdcard/ubuntu</strong>“, which will take you to the directory where you’ve copied the Ubuntu files over to. Type “<strong>sh ./ubuntu.sh</strong>” to run the setup script.  You only have to run this once or whenever you change the script file <strong>bootubuntu</strong>.</p>
<p><img title="ubuntu-android-2" src="http://nexusonehacks.net/wp-content/uploads/2010/07/ubuntu-android-2.jpg" alt="" width="539" height="343" /></p>
<p><strong><em>Step 7. </em></strong>Type “bootubuntu” to “chroot” or boot into your new Ubuntu on your Android!</p>
<p>You should see  “localhost” sign, congratulations!</p>
<p>But, there&#8217;s no UI till now, its all command line, proceed to next step if you need the UI.</p>
<p><em><strong>Step 8.Installing UI elements: </strong></em>We will install some mandatory UI stuff from apt-get. In the terminal type thee commands one by one: &#8220;<strong>apt-get update&#8221; </strong>to update your Ubuntu packages followed by : &#8220;<strong>apt-get install tightvncserver&#8221; </strong>to install the TightVNCServer and &#8220;<strong>apt-get install lxde&#8221; </strong>to install the LXDE.</p>
<p><em><strong>Step 9. Setting Screen resolution: </strong><span style="font-style: normal;">run the following commands:</span></em></p>
<p><strong>export USER=root</strong><br />
<strong>vncserver -geometry 1024×800</strong></p>
<p>Here you can also change 1024×800 to the exact resolution of your Android phone’s LCD resolution,  Nexus One has 800×480</p>
<p>Next,  add the following to <strong>/root/.vnc/xstartup</strong> file using cat command:</p>
<p><strong>cat &gt; /root/.vnc/xstartup<br />
#!/bin/sh<br />
xrdb $HOME/.Xresources<br />
xsetroot -solid grey<br />
icewm &amp;<br />
lxsession</strong></p>
<p>Then hit Ctrl+D twice and Enter key.</p>
<p><strong><em>Step 10. </em></strong>Next open up the Android VNC app on your Nexus One/Android phone and enter the password you set earlier in step 13 and set the Port to <strong>5901</strong>.</p>
<p><strong><em>Step 11. </em></strong>Next hit connect and voila, you should get something like this, a cool GNome Ubuntu screen!!!</p>
<p><strong><em>Step . AutoRun VNCServer: <span style="font-weight: normal;"><span style="font-style: normal;">L</span></span></em></strong>et’s add some code to the <strong>/root/.bashrc</strong> file:</p>
<p><strong>cat &gt; front<br />
export USER=root<br />
cd /<br />
rm -r -f tmp<br />
mkdir tmp<br />
cd /<br />
vncserver -geometry 1024×800</strong></p>
<p>Then hit Ctrl+D twice and Enter key.</p>
<p><strong>cat front /root/.bashrc &gt; temp</strong></p>
<p><strong>cp temp /root/.bashrc</strong></p>
<p>To check that it’s working you can exit out of Ubuntu back into Android shell:</p>
<p><strong>exit</strong></p>
<p><strong>bootubuntu</strong></p>
<p>Now everytime you chroot/boot your Ubuntu, the VNCServer is start automatically at start-up.</p>
<p>You can use <strong>Terminal Emulator app</strong> (freely available on Android market) to start the Ubuntu chroot by entering:</p>
<p><strong>su<br />
bootubuntu</strong></p>
<p>so you don’t need to connect  to ADB shell to launch Ubuntu, giving you the freedom to use Ubuntu along with Android whereever you go.</p>
<p>Now fire up your VNC client from Android (available in market) and configure it to connect to localhost.. Boom, you&#8217;ve the Ubuntu running.</p>
<p>via <a rel="nofollow" href="http://nexusonehacks.net/nexus-one-hacks/how-to-install-ubuntu-on-your-nexus-oneandroid/" target="_blank" >NexusOne Hacks</a></p>
<p>We write about Latest in tech, <a href="http://geeknizer.com/tag/apple">Apple</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">Android</a>, <a href="http://geeknizer.com/tag/tablet">Tablets</a>, <a href="http://geeknizer.com/tag/gizmos">Gadgets</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/programming">Programming</a>. Grab them<a href="http://twitter.com/taranfx" target="_blank"  rel="nofollow" ><strong>@taranfx</strong> on Twitter</a> or below:</p>
<p>That’s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/install-ubuntu-on-nexus-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade Ubuntu Karmic 9.1 to Lucid 10.04</title>
		<link>http://geeknizer.com/upgrade-ubuntu-karmic-to-lucid/</link>
		<comments>http://geeknizer.com/upgrade-ubuntu-karmic-to-lucid/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:34:51 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geeknizer.com/upgrade-ubuntu-karmic-to-lucid</guid>
		<description><![CDATA[Lucid Lynx is packed with Features and promises. Upgrading your Karmic Koala to Lucid Lynx makes more sense than ever. And certainly its damn easy to do it. Method 1.... <span class="meta-more"><a href="http://geeknizer.com/upgrade-ubuntu-karmic-to-lucid/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Ubuntu Lucid" src="http://geeknizer.com/wp-content/uploads/2010/04/ubuntu-10.04-lucid.jpg" alt="" width="220" /><a href="http://geeknizer.com/ubuntu-10-04-lucid-lynx-features">Lucid Lynx is packed with Features</a> and promises. Upgrading your Karmic Koala to Lucid Lynx makes more sense than ever. And certainly its damn easy to do it.</p>
<p><strong>Method 1. (Needs Internet) via Update manager</strong></p>
<p><em> Step 1. </em>Start the Update Manager (System &gt; Administration &gt; Update Manager):</p>
<p><em>Step 2.</em> The Update Manager should show that a new distribution release (10.04 LTS) is available. Click the Upgrade button to start the distribution upgrade</p>
<p><a href="http://geeknizer.com/wp-content/uploads/2010/05/ubuntu-lucid-upgrade.jpg"><img class="alignnone size-full wp-image-4889" title="ubuntu-lucid-upgrade" src="http://geeknizer.com/wp-content/uploads/2010/05/ubuntu-lucid-upgrade.jpg" alt="" width="550" height="413" /></a></p>
<p><strong>Method 2. Offline Upgrade (no Internet required)</strong></p>
<p>This method is much faster since it uses offline <a href="http://www.ubuntu.com/getubuntu/downloadmirrors#alternate" target="_blank" rel="nofollow" >ISO image to upgrade from HERE</a>.</p>
<p><em>Step 1.</em> Let&#8217;s go ahead and Mount the image</p>
<pre>sudo mount -o loop /path-to-iso/ubuntu-10.04-alternate-i386.iso /media/cdrom0</pre>
<p><em>Step 2. </em>When success, a pop up should appear offering you the option to upgrade using that CD / ISO image.</p>
<p>If for some reason the upgrade dialog doesn&#8217;t pop-up, press ALT + F2 and type:</p>
<p>Ubuntu:</p>
<pre>gksu "sh /cdrom/cdromupgrade"</pre>
<p>Kubuntu:</p>
<pre>kdesudo "sh /cdrom/cdromupgrade"</pre>
<p>[iso credits: <a href="http://paraisolinux.com/actualizar-a-ubuntu-10-04-sin-conexion-a-internet/" target="_blank" rel="nofollow" >ParaIso</a>]</p>
<p>We write latest and the greatest in Tech: <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/ubuntu">Ubuntu</a>, <a href="http://geeknizer.com/tag/linux">Linux</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/iphone">iPhone</a>, <a href="http://geeknizer.com/tag/android">Android</a>, get them all <strong><a href="http://twitter.com/taranfx" target="_blank" rel="nofollow" >@taranfx</a></strong> or below:</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/upgrade-ubuntu-karmic-to-lucid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google upgrades to EXT4 FileSystem</title>
		<link>http://geeknizer.com/google-ext4/</link>
		<comments>http://geeknizer.com/google-ext4/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:11:44 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>

		<guid isPermaLink="false">http://geeknizer.com/google-ext4</guid>
		<description><![CDATA[EXT4&#8242;s large filesystem support and performance improvements made it popular over time. Today, EXT4 supports up to 1 Exbibyte &#8211; 260 bytes and files with sizes up to 16 tebibytes &#8211; 240... <span class="meta-more"><a href="http://geeknizer.com/google-ext4/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="EXT4" src="http://farm3.static.flickr.com/2693/4276643827_dca482b0c2_o.jpg" alt="" width="200" height="147" />EXT4&#8242;s large filesystem support and performance improvements made it popular over time.</p>
<p>Today, EXT4 supports up to 1 <a title="Exbibyte" href="http://en.wikipedia.org/wiki/Exbibyte" target="_blank"  rel="nofollow" >Exbibyte</a><span style="font-size: small;"> &#8211; 2<sup>60<span style="font-size: small;"> bytes </span></sup></span>and files with sizes up to 16 <a title="Tebibyte" href="http://en.wikipedia.org/wiki/Tebibyte" target="_blank"  rel="nofollow" >tebibytes</a> &#8211; 2<sup>40 bytes</sup>. Usually, these numbers are way to high for a normal desktop or a server system. But for the worl&#8217;d largest database &#8212; Google &#8212; It makes more sense.</p>
<p>It all started with  Ted Ts&#8217;o joining Google after finishing a two-year term as CTO of the Linux Foundation. He was the on e of the key players in the development of EXT4 file system.</p>
<p>Google is currently in the process of upgrading its storage infrastructure to use Ext4.</p>
<p>Ts&#8217;o <a href="http://thunk.org/tytso/blog/2010/01/12/proud-to-be-a-googler/" target="_blank" rel="nofollow" >expressed </a> his enthusiasm for his new job and <a href="http://lists.openwall.net/linux-ext4/2010/01/04/8" target="_blank" rel="nofollow" >pointed to a recent mailing list</a> which reveals that the Google is in the process of upgrading its storage infra from Ext2 to Ext4.</p>
<p>Ext4 had been controversial in the past over the data loss in the implementation of <em>delayed allocation</em>. Ts&#8217;o created patches that have addressed those issues, minimizing the potential risk.</p>
<p>In addition, the filesystem offers significant performance advantages over Ext2. In fact, EXT4 performance is very comparable to XFS, and beats it in few factors. The other adoption reason was obvious one: <em>Smoother Upgrades</em></p>
<blockquote><p>&#8220;The driving performance reason to upgrade is that while ext2 had been &#8216;good enough&#8217; for a very long time the metadata arrangement on a stale file system was leading to what we call &#8216;read inflation&#8217;. This is where we end up doing many seeks to read one block of data. In general latency from poor block allocation was causing performance hiccups. For our workloads we saw ext4 and xfs as &#8216;close enough&#8217; in performance in the areas we cared about. The fact that we had a much smoother upgrade path with ext4 clinched the deal.&#8221;</p></blockquote>
<p>Google&#8217;s decision to deploy Ext4 is a strong endorsement of the filesystem&#8217;s reliability and affirms its suitability for enterprise adoption, this could cause a revolution and accelerated adoption throughout the industry.</p>
<p>Get latest <a href="http://geeknizer.com/tag/open-source">Open source</a>, <a href="http://geeknizer.com/tag/linux">Linux</a>, Tech and <a href="http://geeknizer.com/tag/programming">Programming </a>News via <strong><a href="http://twitter.com/taranfx" target="_blank" rel="nofollow" >@taranfx</a></strong><a href="http://twitter.com/taranfx" target="_blank" rel="nofollow" > on Twitter</a></p>
<p>[<a rel="nofollow" href="http://arstechnica.com/open-source/news/2010/01/google-upgrading-to-ext4-hires-former-linux-foundation-cto.ars" target="_blank">via</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/google-ext4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Portable Ubuntu Remix &#8211; Windows Application</title>
		<link>http://geeknizer.com/portable-ubuntu-remix-windows-application/</link>
		<comments>http://geeknizer.com/portable-ubuntu-remix-windows-application/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:11:26 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[portable]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/portable-ubuntu-remix-windows-application</guid>
		<description><![CDATA[If you want a portable Ubuntu, &#8220;Portable Ubuntu Remix&#8221; is for you. It is an Ubuntu system running as a Windows application. Now there are N reasons why you would... <span class="meta-more"><a href="http://geeknizer.com/portable-ubuntu-remix-windows-application/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Ubuntu Portable" src="http://www.appscout.com/images/ubuntu-penguin.jpg" alt="" width="216" height="162" />If you want a portable Ubuntu, &#8220;Portable Ubuntu Remix&#8221; is for you. It is an Ubuntu system running as a Windows  application.</p>
<p>Now there are N reasons why you would need something like this.<br />
1. If you want to try out Ubuntu in a really simple  way, if you are new to <a href="http://geeknizer.com/blog/tag/virtualbox">Virtualbox</a>, <a href="http://geeknizer.com/blog/tag/vmware">VMWare</a>.<br />
2. If you really need to run  some <a href="http://geeknizer.com/blog/tag/linux">Linux</a> / Ubuntu applications in <a href="http://geeknizer.com/blog/tag/windows">Windows</a>, full blow app apart from cygwin.<br />
3. As a replacement to <a href="http://geeknizer.com/blog/tag/virtualization">Virtualization</a>. This is in fact faster than Virtualized solution.<br />
4. And of course, since it&#8217;s portable, you can take it anywhere with you on a Pendrive, etc.</p>
<p>Unfortunately,  Portable <a href="http://geeknizer.com/blog/tag/ubuntu">Ubuntu </a>Remix only works on Windows 32bit.</p>
<p><a href="http://portableubuntu.demonccc.com.ar/en/download" target="_blank"  rel="nofollow" ><strong>Download  Portable Ubuntu Remix</strong></a></p>
<p>Note: The credentials are &#8212; user: <span style="font-weight: bold;">pubuntu</span> password:<span style="font-weight: bold;">123456</span>.<br />
<!--adsensestart--></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/portable-ubuntu-remix-windows-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 7 vs Ubuntu 9.10</title>
		<link>http://geeknizer.com/windows-7-vs-ubuntu/</link>
		<comments>http://geeknizer.com/windows-7-vs-ubuntu/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:00:43 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 9]]></category>
		<category><![CDATA[vs.]]></category>
		<category><![CDATA[windows 7 benchmark]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/windows-7-vs-ubuntu</guid>
		<description><![CDATA[I love Windows 7 but I can&#8217;t give up by favorite Linux OSeither. So, I finally decided to do a Performance Benchmark Showdown to decide who gets to rule on my PC. Probably,... <span class="meta-more"><a href="http://geeknizer.com/windows-7-vs-ubuntu/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Ubuntu vs. Windows 7" src="http://www.workswithu.com/wp-content/uploads/2009/08/ubuntu-910-vs-windows-7.jpg" alt="" width="190" height="116" />I love <a href="http://geeknizer.com/blog/tag/windows-7" target="_blank">Windows 7</a> but I can&#8217;t give up by favorite <a href="http://geeknizer.com/blog/tag/linux" target="_blank">Linux OS</a>either. So, I finally decided to do a Performance <a href="http://geeknizer.com/blog/tag/benchmark" target="_blank">Benchmark Showdown</a> to decide who gets to rule on my PC. Probably, everyone knows what&#8217;s new in both of them.</p>
<p>I’ve thought long and hard about usage comparison, Windows proves out to be higher on ease of use. On the other side I have years of Windows experience and a lot less with <a href="http://geeknizer.com/blog/tag/ubuntu" target="_blank">Ubuntu</a> but I still can work with both without any trouble.</p>
<p><strong>Software:</strong></p>
<p><em>Windows 7</em></p>
<p><em><span style="font-style: normal;">Bunded software is poor, however, lots of free software are available. But most professional (and popular ones) have to be bought at a cost. (Check <a href="http://geeknizer.com/blog/windows-7-rtm-final-review-benchmark-vs-xp-vista-the-revenge-of-the-fallen" target="_blank">Windows 7 review</a> for details)</span></em></p>
<p><em>Ubuntu 9.10</em></p>
<p><em><span style="font-style: normal;">Comes complete with an excellent array of software that you will use in day-to-day life. Access to, and installing, new software is a snap using synaptics package manager and my favorite. In fact this is the same technology that is used on <a href="http://geeknizer.com/blog/tag/jailbreak" target="_blank">Jailbroken </a><a href="http://geeknizer.com/blog/tag/iphone" target="_blank">iPhones</a> <a href="http://geeknizer.com/blog/tag/cydia" target="_blank">Cydia</a><a href="http://geeknizer.com/blog/tag/app" target="_blank">app</a>, so you know how easy it is. However, on the bad side, if you are a <a href="http://geeknizer.com/blog/tag/windows" target="_blank">windows</a> user willing to migrate, you can run most windows apps but not all using Wine.</span></em></p>
<p><strong>Media Support</strong></p>
<p>Both Platforms have good support for Media Formats and more codecs can be added with Ease. <a href="http://geeknizer.com/blog/how-to-play-hd-videos-on-pc-1080p" target="_blank">Playing FullHD 1080</a>p content on both gives smooth 30fps.</p>
<p><strong>Hardware support</strong></p>
<p><em>Windows 7</em></p>
<p><strong><span style="font-weight: normal;">On the whole, Windows 7 offers excellent support for modern <a href="http://geeknizer.com/blog/tag/hardware" target="_blank">hardware</a> right out of the box. You might be out of luck with old hardware</span></strong></p>
<p><em>Ubuntu 9.10</em></p>
<p>Overall, hardware support is good, and getting better. On really low-end hardware you can substitute Ubuntu for Xubuntu. There are no guarantees. Newer hardware may find incompatibilities.</p>
<p>No matter what we try to compare, everything on both platforms, they are more or less equal. So what could be the distinguishing point? <em>It&#8217;s Performance</em> and that&#8217;s what we talk about in detail.</p>
<p><strong>Test System</strong></p>
<p>My new <a href="http://geeknizer.com/blog/tag/sony" target="_blank">Sony </a>VAIO CW16 <a href="http://geeknizer.com/blog/tag/notebook" target="_blank">Notebook</a>:<img class="alignnone" title="Sony VAIO CW16" src="http://farm3.static.flickr.com/2424/4082989174_d67b98d262_o.jpg" alt="" width="700" height="268" /></p>
<p><strong>Hardware</strong>:</p>
<ul>
<li><strong><a href="http://geeknizer.com/blog/tag/cpu" target="_blank">CPU</a></strong>: Intel Core 2 Duo 2.53 Ghz @ 1066Mhz FSB</li>
<li><strong>RAM</strong>: 4GB DDR3,</li>
<li><strong><a href="http://geeknizer.com/blog/tag/graphics" target="_blank">Graphics</a></strong>: Nvidia GEFORCE GT 230M 512MB (16 stream processors) <a href="http://geeknizer.com/blog/tag/gpu" target="_blank">GPU</a></li>
</ul>
<p>This is a great gaming notebook on budget, ideal for Desktop use.</p>
<p><strong>Results</strong>:</p>
<p>1. <strong>Basic Tests- Winner: Ubuntu 9.1</strong></p>
<ol>
<li>Installation Time (Trivial)</li>
<li>Diskspace Used</li>
<li>Boot Time</li>
<li>Shutdown time</li>
</ol>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Windows 7 vs. Ubuntu 9.10 Basic Performance Tests" src="http://farm3.static.flickr.com/2610/4082875476_98640f7558_o.jpg" alt="" width="483" height="311" /></p>
<p><strong>2. I/O Performance Tests &#8211; Winner: Ubuntu</strong></p>
<ol>
<li>File Copy from External <a href="http://geeknizer.com/blog/tag/hdd" target="_blank">Drive</a> to Internal 1GB in Size</li>
<li>Bulk File copy each 10kb in size</li>
<li>1GB File Transfer average speed over Ethernet Network 100Mbps</li>
</ol>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Ubuntu vs. Windows 7 IO Performance Benchmark" src="http://farm3.static.flickr.com/2596/4082115241_24f17ac1e6_o.jpg" alt="" width="483" height="291" /></p>
<p><strong>3. Gaming Performance, Winner: Windows 7</strong></p>
<ul>
<li>Unreal Tournament (UT) <em>1280&#215;720</em></li>
<li>Call of Duty 4 (COD4) <em>1280&#215;720</em></li>
<li>Need For Speed Most Wanted (NFSMW) <em>1280&#215;720</em></li>
</ul>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Ubuntu vs. Windows 7 Gaming Benchmark" src="http://farm3.static.flickr.com/2763/4082875588_a1550cf735_o.jpg" alt="" width="474" height="291" /></p>
<p><strong> </strong></p>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" width="241" height="20"></td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" width="241" height="20"><strong>Basic Tests</strong></td>
<td style="color: #000000; font-size: 11px; margin: 8px;" width="86"><strong>Windows 7</strong></td>
<td style="color: #000000; font-size: 11px; margin: 8px;" width="83"><strong>Ubuntu 9.10</strong></td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Installation Time (minutes)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">35</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">24</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Diskspace Used (GB)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">7.9</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">2.4</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Boot time (seconds)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">45</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">32</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Shutdown Time (seconds)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">9</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">7</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20"><strong>I/O (MB/s)</strong></td>
<td style="color: #000000; font-size: 11px; margin: 8px;"></td>
<td style="color: #000000; font-size: 11px; margin: 8px;"></td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">File Copy (1GB size)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">28.2</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">31.3</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Bulk File Copy (10kb size)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">5.6</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">5.1</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Network Transfer (1GB) via 100mbps</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">10.7</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">9.2</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20"><strong>Gaming (fps) 1280&#215;720</strong></td>
<td style="color: #000000; font-size: 11px; margin: 8px;"></td>
<td style="color: #000000; font-size: 11px; margin: 8px;"></td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">UT (FPS)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">165</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">110</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Call of Duty 4 (FPS)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">135</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">92</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">NFS Most Wanted (FPS)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">141</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">95</td>
</tr>
<tr height="20">
<td style="color: #000000; font-size: 11px; margin: 8px;" height="20">Idle RAM Usage (MB)</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">120</td>
<td style="color: #000000; font-size: 11px; margin: 8px;" align="right">300</td>
</tr>
<td style="color: #000000; font-size: 11px; margin: 8px;" width="86"></td>
<td style="color: #000000; font-size: 11px; margin: 8px;" width="83"></td>
<p><em>Update</em>: Compared Native Unreal Tournament  on Ubuntu to the one using Wine, FPS increased by 6-7%, the difference between Win7 &amp; Ubuntu is still significant. Since other games are not available natively, we&#8217;ve to compare via Wine.</p>
<p>Clearly, except for Gaming and <a href="http://geeknizer.com/blog/tag/networking" target="_blank">Networking </a>performance, Win7 loses everywhere. There is a huge difference in frames per second (FPS) you get on Windows 7 because of <a href="www.taranfx.com/blog/inside-directx-11-dx11" target="_blank" rel="nofollow" >Direct X 11</a>.</p>
<blockquote><p><a title="Permanent Link to Inside DirectX 11 – Dx11" rel="bookmark" href="http://geeknizer.com/blog/inside-directx-11-dx11">Inside DirectX 11 &#8211; The Technology in Detail</a></p></blockquote>
<p>Direct X11 is <a href="http://geeknizer.com/blog/tag/microsoft" target="_blank">Microsoft</a> proprietary and much <a href="www.taranfx.com/blog/inside-directx-11-dx11" target="_blank" rel="nofollow" >more mature than any other graphics acceleration standard</a>. Hence, Gaming on Windows will always be superior.</p>
<p>VERDICT:</p>
<p>All said and done, if you need performance, <a href="http://geeknizer.com/blog/tag/ubuntu-9" target="_blank">Ubuntu </a>is for you. If you are looking on <a href="http://geeknizer.com/blog/tag/gaming" target="_blank">Gaming</a>, and a default good Look and feel, you have no other choice than Windows.</p>
<p><span style="background-color: #ffffff;">We write latest in Tech: <a href="http://geeknizer.com/tag/google">Google</a>, <a href="http://geeknizer.com/tag/open-source">Open Source</a>, <a href="http://geeknizer.com/tag/ubuntu">Ubuntu</a>, <a href="http://geeknizer.com/tag/windows-7">Windows 7</a>, get them via <a href="http://twitter.com/taranfx" target="_blank" rel="nofollow" >Twitter updates</a>, or <a href="http://feeds2.feedburner.com/taranfx" target="_blank" rel="nofollow" >RSS</a> or below:</span></p>
<p><span style="font-size: small;"><span style="font-size: small;"><strong><br />
</strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/windows-7-vs-ubuntu/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Transform Ubuntu to Windows 7</title>
		<link>http://geeknizer.com/transform-ubuntu-to-windows-7/</link>
		<comments>http://geeknizer.com/transform-ubuntu-to-windows-7/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 13:31:47 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[transform]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 9]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/transform-ubuntu-to-windows-7</guid>
		<description><![CDATA[Most Open Source/Linux lovers will never migrate to Windows 7. But Surely the look and feel is attractive for everyone. So why not transform your Ubuntu 8 or Ubuntu 9.x... <span class="meta-more"><a href="http://geeknizer.com/transform-ubuntu-to-windows-7/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Ubuntu Windows 7" src="http://www.workswithu.com/wp-content/uploads/2009/08/ubuntu-910-vs-windows-7.jpg" alt="" width="167" height="102" />Most <a href="http://geeknizer.com/blog/tag/open-source" target="_blank">Open Source</a>/<a href="http://geeknizer.com/blog/tag/linux" target="_blank">Linux </a>lovers will never migrate to Windows 7. But Surely the look and feel is attractive for everyone. So why not transform your Ubuntu 8 or <a href="http://geeknizer.com/blog/tag/ubuntu-9" target="_blank">Ubuntu 9</a>.x to <a href="http://geeknizer.com/blog/tag/windows-7" target="_blank">Windows 7</a>!</p>
<div style="margin: 0px; padding: 0px 0px 15px;">Windows 7 Transformation Pack for Ubuntu transforms Ubuntu into Windows 7 and gives complete new look. Windows 7 Transformation Pack includes following components:</div>
<div style="margin: 0px; padding: 0px 0px 15px;">
<ol>
<li><span style="background-color: #ffffff; ">GDM theme</span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">Icons Theme</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">GTK Theme</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">Wallpapers</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">Sounds</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">Gnomenu Theme</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">Panel Backgrounds</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">Cursors</span></span></li>
<li><span style="background-color: #ffffff; "><span style="background-color: #ffffff; ">DockBar</span></span></li>
</ol>
</div>
<div style="margin: 0px; padding: 0px 0px 15px;"><img style="border-color: #cccccc; margin-right: 4px;" title="Windows 7 Transformation for Ubuntu" src="http://www.blogsdna.com/wp-content/uploads/2009/10/Windows-7-Transformation-Pack-for-Ubuntu.png" alt="Windows 7 Transformation Pack for Ubuntu" width="511" height="1137" /></div>
<div style="margin: 0px; padding: 0px 0px 15px;"><span style="background-color: #ffffff;"><a style="color: #003aaa; text-decoration: none;" title="Download Windows 7 Transfromation Pack for Ubuntu" href="http://www.kde-look.org/content/show.php/Vistar7+-+Windows+7+Transformation+Pack?content=104232&amp;PHPSESSID=21577ca4572a30a2bf62bf1c58be46ca" target="_blank" rel="nofollow" >Download &#8211; Windows 7 Transformation Pack for Ubuntu</a>.</span></div>
<div style="margin: 0px; padding: 0px 0px 15px;">Checkout <a style="color: #003aaa; text-decoration: none;" title="Guide to : Windows 7 Transformation Pack on Ubuntu" href="http://translate.google.com.pk/translate?hl=en&amp;sl=es&amp;u=http://darkchapel.blogspot.com/&amp;ei=0cLeSq-BF8bOjAf4tZ2lBg&amp;sa=X&amp;oi=translate&amp;resnum=2&amp;ct=result&amp;ved=0CA0Q7gEwAQ&amp;prev=/search%3Fq%3DUbuntu,%2Bsu%2Bf%25C3%25A1cil%2Bmanejo%2By%2Bpersonalizaci%25C3%25B3n%26hl%3Den%26safe%3Doff%26rlz%3D1C1GGLS_enPK309PK309" target="_blank" rel="nofollow" >step by step guide</a> on how to apply Windows 7 transformation pack on Ubuntu.</div>
<blockquote>
<div style="margin: 0px; padding: 0px 0px 15px;">Don&#8217;t like Windows? Try <span style="font-size: x-small;"><a href="http://geeknizer.com/blog/install-snow-leopard-on-pc">Install Snow Leopard on PC</a></span></div>
</blockquote>
<div style="margin: 0px; padding: 0px 0px 15px;"><span style="font-size: x-small;"><span style="background-color: #ffffff;"><em>Subscribe to </em><a href="http://twitter.com/taranfx" target="_blank" rel="nofollow" ><em>Twitter updates</em></a><em>,  or </em><a href="http://feeds2.feedburner.com/taranfx" target="_blank" rel="nofollow" ><em>RSS</em></a><em>,  join </em><a href="http://www.facebook.com/pages/Taranfx/286037690264" target="_blank" rel="nofollow" ><em>Facebook </em></a><em>fanpage for more Tech Tips n Tricks.</em></span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/transform-ubuntu-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[Hands-on] Jolicloud Better than Chrome OS?</title>
		<link>http://geeknizer.com/hands-on-jolicloud-wants-to-be-chrome-os-runs-on-netbooks-based-on-linux/</link>
		<comments>http://geeknizer.com/hands-on-jolicloud-wants-to-be-chrome-os-runs-on-netbooks-based-on-linux/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:12:10 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[hands-on]]></category>
		<category><![CDATA[jolicloud]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/hands-on-jolicloud-wants-to-be-chrome-os-runs-on-netbooks-based-on-linux/</guid>
		<description><![CDATA[Chrome OS is scheduled for next year but we see some mocking done by Jolicloud, and to our surprise it&#8217;s good. Jolicloud is a new Linux based operating system aimed... <span class="meta-more"><a href="http://geeknizer.com/hands-on-jolicloud-wants-to-be-chrome-os-runs-on-netbooks-based-on-linux/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="jlicloud" src="http://hackadaycom.files.wordpress.com/2009/09/jolicloud_apps.png?w=470&amp;h=391" alt="jolicloud_apps" width="230" height="192" /><a href="http://geeknizer.com/blog/?tag=chrome-os" target="_blank">Chrome OS</a> is scheduled for next year but we see some mocking done by <a href="http://www.jolicloud.com" target="_blank" rel="nofollow" >Jolicloud</a>, and to our surprise it&#8217;s good.</p>
<div>
<div>
<p>Jolicloud is a new Linux based operating system aimed at netbooks. currently, it&#8217;s available on invite basis, but we managed to get our Hands-on.</p>
<p>This OS is built on Debian Flavor: <a href="http://www.ubuntu.com/GetUbuntu/download-netbook" target="_blank" rel="nofollow" >Ubuntu Netbook Remix</a>(9.04). The OS has been modified to create even more lighter, stripped down version good enough for Netbooks. At first glance it looks like nothing more than Ubuntu with a new skin, but dpn&#8217;t be mistaken, the difference is much more than visuals.</p>
<p>Jolicloud changed the approach to the OS. They have introduced an App Store type program that offers installation of web applications along with traditional desktop apps. It uses <a href="http://labs.mozilla.com/prism/" target="_blank" rel="nofollow" >Mozilla Prism</a> and has web based applications like Facebook, Gmail, and Wikipedia, can be installed. Each of them gets their own icon in the launcher, and run without the aid of a browser. (though on backend, it&#8217;s the browser engine that runs them)</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;"><strong>Using Jolicloud</strong></p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">I don&#8217;t own a Netbook. So what I did was I emulated one via virtualbox with 1CPU thread and a typical 512mb ram (similar to that of low-end netbook). I wanted to know how bad it could perform. But I was surprised.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">I’ve been running Jolicloud for around 2 days now. My first impression over the product was solid. From the very first look, I knew that a lot of thought had been put into the design of the OS, optimizing it for use on smaller &lt;netbook&gt; screens. It&#8217;s way easy to navigate even when you’re not familiar with all the buttons and processes. I`ll compare the ease paradigm to switching from Windows Mobile 6 on your smartphone to the iPhone OS: it’s incredibly easy to get used to, and it’s just a better general user experience, but in this case, particularly if you use a lot of web applications.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">It&#8217;s very easy to install different applications. Even my younger cousin, (who&#8217;s 11), was able to install few apps for me. The only hick-up I’ve noticed so far is that sometimes you’ll get a absurd delay with a black screen in the portions of windows, when you start application from the <em>My Jolicloud</em> interface for no apparent reason (it could be a problem with my virtualization, incompatibility, as well), but apart from that it’s all pretty impressive, and most important: FAST.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">The task bar or the apps bar sits at the top of your screen nicely, containing all the apps you’re running in tabs with illustrative icons, making it easy to switch between applications. This includes Firefox, which comes pre-installed and, enables you to do install add-ons and plug-ins, all the usual stuff.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">Now, they are in phase of adding more Jolicloud specific apps and system utilities. Probably, I`ll update this when I get hands-on it.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">What&#8217;s included right now is Wine: The famous app that lets you run windows app on this box.</p>
<p><img class="alignright" title="jolicloud wikipedia" src="http://hackadaycom.files.wordpress.com/2009/09/jolicloud_wikipedia.png?w=470&amp;h=275" alt="jolicloud_wikipedia" width="329" height="193" /></p>
<p>In all the applications I installed, there was one thing common: There are no menus and no controls- no back and forward navigation buttons. This a disadvantage but this isn&#8217;t that significant because of the following fact. Consider this, w<span style="background-color: #ffffff; ">hen using Gmail, how often do you hit the back button? As web apps become more and more like traditional apps, we think the interfaces will all trend toward self-sufficiency and make browser controls obsolete.</span></p>
<p style="text-align: center; "><img class="aligncenter" title="jolicloud social" src="http://www.jolicloud.com/images/screenshots/take-tour.png" alt="" width="684" height="401" /></p>
<p>In addition to application installation, the Jolicloud app offers some social networking functions. Each user has their own profile and there are lists for Following, Followers, and Latest Members. One of the features enables it to track which computers are associated with your account.The OS makes it possible for the customizations and settings such as bookmarks to travel with you from one computer to another.</p>
<p>Right now it is free and I hope, It will remain same.</p>
<h3><strong>Verdict</strong></h3>
<p>Jolicloud starts with a great OS, Ubuntu Netbook Remix, and couples it with a different way to use existing web applications. I believe, developers have done a good job integrating Prism into their interface and find it very usable.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">Particularly for people like myself, who use a lot of web applications on a daily basis, it’s definitely a step up from running Windows XP on netbooks. The design of the system is spot on, the processes are straightforward.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">That said, I have my doubts about the potential of the OS to become more than a niche product for people aleady using a niche product (netbooks), and it will be interesting how much of a competitor <a href="http://geeknizer.com/blog/?tag=google" target="_blank">Google </a>turns out to be with <a href="http://geeknizer.com/blog/?tag=android" target="_blank">Android</a>, which is poised to become a netbook-specific OS in the coming years. At this moment it seems like a great idea, when an equivalent excitement is made by google over the <a href="http://geeknizer.com/blog/?tag=chrome-os" target="_blank">Chrome OS</a>.</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;"><strong>Update</strong>: We know of <a href="http://geeknizer.com/blog/what-is-chrome-os">Chrome OS Facts</a>, Jolicloud looks better than Chrome OS</p>
<p style="line-height: 19px; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;"><em>(Go ahead and ask for an invite at jolicloud.com, if you are lucky, you will get it, and let us know what you think.)</em></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/hands-on-jolicloud-wants-to-be-chrome-os-runs-on-netbooks-based-on-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Open Source to Purchase 22 Patents from Microsoft to Defend Linux</title>
		<link>http://geeknizer.com/open-source-to-purchase-22-patents-from-microsoft-to-defend-linux/</link>
		<comments>http://geeknizer.com/open-source-to-purchase-22-patents-from-microsoft-to-defend-linux/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:41:03 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[lawsuit]]></category>
		<category><![CDATA[patent]]></category>
		<category><![CDATA[Redhat]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1862</guid>
		<description><![CDATA[Open Source lovers will do anything to save Linux&#8217;s future. Though Microsoft claims themselves to be Open Source friendly, proof being their 20k lines of code drop for Linux Kernel... <span class="meta-more"><a href="http://geeknizer.com/open-source-to-purchase-22-patents-from-microsoft-to-defend-linux/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://insanit.net/blogpics/microsoft_linux_windows_penguin.jpg" alt="" width="170" height="200" />Open Source lovers will do anything to save Linux&#8217;s future. Though Microsoft claims themselves to be Open Source friendly, proof being <a href="http://geeknizer.com/blog/?p=1434" target="_blank">their 20k lines of code drop</a> for Linux Kernel a month ago, but still it was watched closely- <a title="Permanent Link to Why Microsoft gave Open Source Linux Kernel Drop, Two-Fold Jeopardy" rel="bookmark" href="http://geeknizer.com/blog/?p=1442">Why Microsoft gave Open Source Linux Kernel Drop</a>.</p>
<p>People are not convinced with what Microsoft does. A group of Linux players will purchase patents formerly held by Microsoft in an effort to defend distributors of the open-source OS against the ongoing threat of patent litigation from the software giant, this tuesday.</p>
<p>The group is called <a href="http://www.openinventionnetwork.com/about.php" target="_blank" rel="nofollow" >Open Invention Network</a> (OIN). The Group includes members like IBM, Red Hat, Sony, NEC, Novell and Phillips. OIN plans to buy set of 22 patents once held by Microsoft from Allied Security Trust, (AST). Why? These patents are said to pertain to technologies found in Linux.</p>
<p><em>AST is a company established to help purchase of patents to protect interested parties from patent litigation.    Its members include HP, IBM and Verizon.</em></p>
<p>OIN is expected to release a statement and more details about the purchase Tuesday afternoon</p>
<div id="related_content">
<dl>
<dt> </dt>
</dl>
</div>
<p><strong>Facts</strong></p>
<p>Microsoft has been quietly striking deals with companies that distribute Linux or components of it to license technology in the OS for which Microsoft claims to hold patents. Microsoft executives have said that Linux violates more than <em>235 patents</em> the company holds. Though open-source proponents have disagreed on the number.</p>
<p>Microsoft usually strikes patent deals with companies before bringing cases to court, but a case earlier this year against    GPS navigation device vendor TomTom, which uses Linux in its devices, was a notable exception. <span style="background-color: #ffffff;">TomTom <a href="http://www.pcworld.com/article/162210/tomtom_to_pay_microsoft_to_settle_patent_cases.html" target="_blank" rel="nofollow" >eventually agreed</a> to pay Microsoft to settle the case, which Microsoft insisted was a mere patent disagreement rather than an attack against    Linux.</span></p>
<blockquote><p><span style="background-color: #ffffff;">&#8220;If they get access to these [patents] they would then go about suing, which creates a perceptual issue around Linux that&#8217;s highly inaccurate. It represents a potential source of antagonism and source of FUD (fear, uncertainty and doubt) for the community.&#8221;</span></p></blockquote>
<p>Not all Linux and open-source proponents felt the same way about it, however, though most open-source companies &#8212; which are much smaller players than Microsoft &#8212; would rather pay the proprietary software company to protect themselves against litigation than try to fight its deep pockets in court.</p>
<blockquote><p>&#8220;With the current patent system in place, it is to be expected that various parties with competing interests will continue    to acquire patents and patent portfolios for defensive purposes, if nothing else,&#8221; said Stephen O&#8217;Grady, an analyst with Red    Monk.</p></blockquote>
<p>However, if the group is going through the trouble to acquire them, experts say,  <em>presumably they at least believe they will be useful to Linux, either offensively or defensively</em>.</p>
<p><em>source: </em><a href="http://osnews.com" target="_blank" rel="nofollow" ><em>Osnews</em></a><em>, <a href="http://www.computerworld.com/s/article/9137727/Microsoft_rivals_to_purchase_22_patents_to_defend_Linux?taxonomyId=125" target="_blank" rel="nofollow" >Computerworld</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/open-source-to-purchase-22-patents-from-microsoft-to-defend-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why No Linux Install Support for PS3 Slim. There Could be a Solution</title>
		<link>http://geeknizer.com/why-no-linux-install-support-for-ps3-slim-there-could-be-a-solution/</link>
		<comments>http://geeknizer.com/why-no-linux-install-support-for-ps3-slim-there-could-be-a-solution/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 12:57:41 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[PS3 slim]]></category>
		<category><![CDATA[Sony]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1766</guid>
		<description><![CDATA[The recent buzz of  release of the PS3 Slim brought about joy for those who were waiting for a cheaper/smaller/more efficient gaming system. But IT has one BIG trade-off for... <span class="meta-more"><a href="http://geeknizer.com/why-no-linux-install-support-for-ps3-slim-there-could-be-a-solution/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://exophase.com/wp-content/uploads/2009/08/ps3slim250gb.jpg" alt="" width="254" height="147" />The recent buzz of  <a href="http://geeknizer.com/blog/?p=1641" target="_blank">release of the PS3 Slim</a> brought about joy for those who were waiting for a <a href="http://geeknizer.com/blog/?p=1641" target="_blank">cheaper/smaller/more efficient gaming system</a>. But IT has one BIG trade-off for Open Source enthusiasts &#8212; No Linux, NoOther OS support. <em>Why?</em>. The Reason is obvious, they are looking to cut costs in every way possible, and that&#8217;s what made it cheap.</p>
<p>Why take the feature off? Sony has said that <em>&#8220;the new PS3 system will focus on delivering games and other entertainment content, and users will not be able to install other operating systems&#8230;&#8221;</em> Well, the answer&#8217;s pretty simple, and not much beyond that.</p>
<p>Sony stated the console&#8217;s ability to run PS2 games wasn&#8217;t a major &#8220;purchase intent driver&#8221; and therefore not worth the cost of including, yet remained relatively silent on the missing &#8220;OtherOS&#8221; option.</p>
<p><strong>Update: <a href="http://geeknizer.com/install-linux-on-ps3-slim">Install Any Linux on PS3 Slim, Fat</a></strong></p>
<p>As a response to rising questions,  two Sony Computer Entertainment representatives clarified the reasons why completely as well as give those who use the original PS3 for alternative operating systems an &#8220;all&#8217;s well&#8221; signal.</p>
<blockquote>
<div><em>I’m sorry that you are frustrated by the lack of comment specifically regarding the withdrawal of support for OtherOS on the new PS3 slim. The reasons are simple: The PS3 Slim is a major cost reduction involving many changes to hardware components in the PS3 design. In order to offer the OtherOS install, SCE would need to continue to maintain the OtherOS hypervisor drivers for any significant hardware changes – this costs SCE. One of our key objectives with the new model is to pass on cost savings to the consumer with a lower retail price. Unfortunately in this case the cost of OtherOS install did not fit with the wider objective to offer a lower cost PS3.</em></div>
</blockquote>
<p>We may not particularly be happy with it (especially those in Europe with that ridiculous 299EUR price thrown in the bargain), but at least we have an explanation.</p>
<p>Some who use the PS3 as an alternative OS machine may have been worried at the Slim&#8217;s drop of OtherOS support meant that future firmware updates to the previous PS3 models would also drop support for OtherOS, but another representative qualms those fears:</p>
<blockquote>
<div>Please be assured that SCE is committed to continue the support for previously sold models that have the “Install Other OS” feature and that this feature will not be disabled in future firmware releases.</div>
</blockquote>
<p>There is a good thing or two about the Slim&#8217;s arrival, though: previous models&#8217; prices ought to be cascading to new lows pretty soon (if not already), so those really interested in OtherOS-supported PS3s or even just one for the sake of gaming can get one on the cheap while they&#8217;re still being sold.</p>
<p>While Sony&#8217;s official line of software-related costs is reasonable from a corporate standpoint, others have speculated the company isn&#8217;t pleased with the handful of private research labs, companies, and individuals using racks of PS3s as a relatively inexpensive Cell cluster node or workstation. Because Sony sells the PS3 at a loss, any customer who doesn&#8217;t buy games for the console is bad for the bottom line.</p>
<p>If it&#8217;s a truly a software cost issue, it seems Sony could just slap an extra fee on those who want the OtherOS option. The cost could probably be up there before it came close to the cost of buying specialized Cell hardware.</p>
<p>Or Sony could open the technology up to the Linux community to maintain by Open Source-ing the existing Hypervisor. <img src='http://geeknizer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This is possible because <a href="http://geeknizer.com/blog/?p=1737" target="_blank">Sony is Open source Friendly</a>.</p>
<p>Or Withing few days of launch, someone gets PS3 Fat Hypervisors Drivers at random and gets a Port done for PS3 Slim. You never know!</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/why-no-linux-install-support-for-ps3-slim-there-could-be-a-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Releases 20k OpenSource Code to Linux under GPL for the First Time</title>
		<link>http://geeknizer.com/microsoft-releases-20k-opensource-code-to-linux-under-gpl-for-the-first-time/</link>
		<comments>http://geeknizer.com/microsoft-releases-20k-opensource-code-to-linux-under-gpl-for-the-first-time/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:01:02 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[GPL]]></category>

		<guid isPermaLink="false">http://geeknizer.com/blog/?p=1434</guid>
		<description><![CDATA[Microsoft has long claimed that they are Opensource-friendly. Though there &#8220;Official&#8221; contribution has always been scanty, a lot of Microsoft employees had been contributing in bulk under the hood. As... <span class="meta-more"><a href="http://geeknizer.com/microsoft-releases-20k-opensource-code-to-linux-under-gpl-for-the-first-time/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.google.co.in/url?source=imgres&amp;ct=img&amp;q=http://www.maximumpc.com/files/u46168/microsoft-open-source.jpg&amp;usg=AFQjCNE4jj2Wf-GaiqmsTkg6CDhKAMzvSw" alt="" width="200" height="172" /><strong>Microsoft has long claimed that they are Opensource-friendly. Though there &#8220;Official&#8221; contribution has always been scanty, a lot of Microsoft employees had been contributing in bulk under the hood.</strong></p>
<p>As per the latest story coming in, Microsoft has released three Microsoft-developed Linux drivers to the Linux community for possible inclusion in the Linux source control.</p>
<p>This is the first time Microsoft has made Microsoft-developed code available directly to the Linux community.</p>
<p>Microsoft made the Linux driver announcement yesterday, on July 20th, at the eve of the <a href="http://en.oreilly.com/oscon2009" target="_blank"  rel="nofollow" >O’Reilly OSCON 2009 OpenSource Conference</a>.</p>
<p>On this, Microsoft&#8217;s COO says,</p>
<blockquote><p>&#8220;Microsoft has competed really well against “the fraudulent perception of free” that is at the core of many  Linux vendors’ sales pitches. Not all of Microsoft management is onboard with this newfangled licensing world..&#8221;</p></blockquote>
<p>Microsoft is declaring today’s release of 20k lines of code as a <em>part of Redmond’s commitment to improving the integration of Windows and Linux</em>. It has been released under the GNU General Public License v2 licensing agreement. The question is Why not GPL v3 ? I guess that&#8217;s secondary, we&#8217;re happy to see Microsoft joining the race.</p>
<p>Today, Microsoft becomes one of several companies who had been contributing code to the central Linux kernel committee. Last year, the Linux Foundation had nearly 1,000 developers “Representing well over 100 corporations, contributing pieces of code that were part of the kernel.”  Currently, the <a href="http://news.cnet.com/8301-13505_3-10288910-16.html" target="_blank"  rel="nofollow" >Top 5 Contributors to the Linux core are Red Hat, Intel, Novell, IBM and Oracle</a>.</p>
<p><strong>Linux vs. Windows Drivers</strong></p>
<p>Unlike Windows, Linux drivers are considered part of the operating-system kernel. The Linux Foundation explains:</p>
<blockquote><p>“The Linux model is that IHVs (independent hardware vendors) get the source code for their driver accepted into the mainline kernel….Having hardware reliably supported by Linux requires this. It’s unclear whether Microsoft’s drivers, though submitted by a software vendor, and not an IHV, will be subject to the same process for approval.&#8221;</p></blockquote>
<p>The Linux Driver Project lead is Greg Kroah-Hartman a programmer with Novell. Ironically, Microsoft has a three-year-old and rather controversial  <a href="http://blogs.zdnet.com/microsoft/?p=916" target="_blank"  rel="nofollow" >patent/interoperability relationship with Novell</a>.</p>
<p>Microsoft’s Linux drivers were developed largely by members of Microsoft’s Open Source Technology Center (OSTC) team, which has developed expertise in Linux, Unix and open-source technologies.<img class="alignright" src="http://images.google.co.in/url?source=imgres&amp;ct=img&amp;q=http://img411.imageshack.us/img411/7658/linux20w20windowsyv3.jpg&amp;usg=AFQjCNEW8WukKir0zP32O7-JHXJoV-k7_Q" alt="" width="281" height="309" /></p>
<p>Tom Hanrahan, the head of the OSTC, explains the purpose of the drivers:</p>
<blockquote><p>“Our initial goal in developing the (Linux driver) code was to enable Linux to run as a virtual machine on top of Hyper-V, Microsoft’s hypervisor and implementation of virtualization.</p>
<p>“The <a href="http://www.microsoft.com/presspass/features/2009/Jul09/07-20LinuxQA.mspx" target="_blank"  rel="nofollow" >Linux device drivers we are releasing are designed so Linux can run in enlightened mode</a>, giving it the same optimized synthetic devices as a Windows virtual machine running on top of Hyper-V. Without this driver code, Linux can run on top of Windows, but without the same high performance levels. We worked very closely with the Hyper-V team at Microsoft to make that happen.”</p></blockquote>
<blockquote><p>“Customers have told us that they would like to standardize on one virtualization platform, and the Linux device drivers will help customers who are running Linux to consolidate their Linux and Windows servers on a single virtualization platform, thereby reducing the complexity of their infrastructure.”</p></blockquote>
<p>Is today’s announcement more than just Microsoft touching the surface in the GPL Ocean?</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/microsoft-releases-20k-opensource-code-to-linux-under-gpl-for-the-first-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04: The Complete review</title>
		<link>http://geeknizer.com/ubuntu-904-the-complete-review/</link>
		<comments>http://geeknizer.com/ubuntu-904-the-complete-review/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:18:10 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[full review]]></category>
		<category><![CDATA[indepth]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Ubuntu 9]]></category>

		<guid isPermaLink="false">http://taranfx.com/blog/?p=755</guid>
		<description><![CDATA[As you all know I haven&#8217;t  been using Linux for a long, long time. I have installed countless distributions: Some of them have seen long-term use, while some of them... <span class="meta-more"><a href="http://geeknizer.com/ubuntu-904-the-complete-review/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<div class="entry">
<p><img class="alignleft" src="http://www.sizzledcore.com/wp-content/uploads/2008/08/ubuntu-moomex-400x250.jpg" alt="" width="400" height="250" />As you all know I haven&#8217;t  been using Linux for a long, long time. I have installed countless distributions: Some of them have seen long-term use, while some of them have been nothing more than a flash in the pan. Ubuntu is one of those that has come and gone for me. I have used it on many occasions, been generally impressed with its offerings, but ultimately gone back to another distribution for one reason or another.</p>
<p>I have seen, over the last few Ubuntu releases, a serious decline in performance. Starting somewhere around 7.04, each successive release grew progressively more and more sluggish. From boot times to application start up times, Ubuntu seemed to be coming to a slow painful crawl. With 9.04 Ubuntu has made a complete turnaround.</p>
<p>My litmus test for a distribution is an aging, quirky laptop that suffers from the old Via Chrome video chipset. On a rare occasion, a distribution will install, but generally speaking when it finally does, it’s sluggish and seems like any minute it will crap out on me. So when I burned an ISO of the x86 version of Jaunty Jakalope, I assumed it would go the same way all Ubuntu installations have gone on this laptop: I would attempt to boot the live CD only to have it stop on a small, .5″ X 1″ white line squiqqly square in the middle of a black screen and go no further. But Jaunty continued on as if this outcast laptop was a high-end machine ready to crunch serious numbers. Needless to say, I was intrigued. Could this release actually install and run?</p>
<p>It did. And it did it well. And all of the claims Mark Shuttleworth has made about 9.04 are real. It’s faster than any distribution I’ve seen. It’s more stable than any other Ubuntu release to date. Everything is exactly where you would think it SHOULD be. And it all works perfectly, seamlessly, beautifully.</p>
<p>This aging laptop, with its VIA C7-M processor, seems infinitely faster than it did with the last distribution I had installed (Mandriva Spring 2008). It also seems much more stable. GNOME 2.26.1 will seriously impress even the biggest KDE fans.</p>
<p>I could go on and on listing the various bits and pieces of this release. I could go all tech on you and tell you which libraries are installed and which kernel Ubuntu uses. But for Jaunty Jakalope, all of that takes a back seat to the fact that we are looking at quite possibly the first Linux distribution that could, if given the fair shake it deserves, dismount Windows as the king.</p>
<p>Whatever Mark Shuttleworth did to get the 9.04 development team to bring Ubuntu back to the front of the line was a stroke of genius.</p>
<p>Ubuntu, you have officially “wowed” me.</p>
<div id="polls-126" class="wp-polls">
<form id="polls_form_126" class="wp-polls-form" action="/opensource/?p=565" method="post">
<p style="display: none;"><input name="poll_id" type="hidden" value="126" /></p>
</form>
</div>
<p>Now, it’s time you wow the general public. Right? You have what could easily stand as the most significant and improved release of any Linux distribution available. It’s time to make the fat lady over at Microsoft sing. Before the official release of Windows 7 is out and overshadows you with glitz, glamour, and shiny shrink-wrapped packaging, you must do something with yourself. Put on a beautiful prom dress and show the crowd that you really deserve to be prom queen. If you don’t, this brilliant release will not see the widespread installation it should.</p></div>
<p><strong>This was nothing more than a knee-jerk reactionary piece that extolled the values of what the newest release from Mark Shuttleworth and company had to offer. And there is quite a bit of good to take in from the latest-greatest Ubuntu. However, once you get beyond the shiny, glossy exterior you might find a few less-than stellar issues that can raise a flag or two.</strong></p>
<p>Although I have yet to come across a deal breaker in this release, I have managed to find a few chinks in the armor of Ubuntu 9.04. In this review I am going to list the pros/cons (from my experiences) and let you add your own pros/cons list. From the collective whole we can decide if Ubuntu 9.04 has helped to push the Linux envelope farther than any other release to date.</p>
<p><strong>The setup</strong></p>
<p>Before I continue, I should say this review was not done on my old trusty “Litmus Laptop” (which I have finally rid myself of), but on a mid-line desktop machine with the following hardware:</p>
<ul>
<li>CPU: Single core AMD Athlon 2800+</li>
<li>RAM: 1 Gig</li>
<li>Video: NVdia 8600 GT</li>
</ul>
<p><strong>Pros</strong></p>
<p>* SPEED. The first, and probably most notable, aspect of Ubuntu 9.04 is how much faster it is than previous releases. That is not to say it is the fastest of any current release. Bootup time (from start to login) is 39 seconds on the test machine, which isn’t bad. When you start running applications, you really notice the difference. Here is a list of statup times for certain applications:</p>
<ul>
<li>OpenOffice Writer: 3.18 seconds</li>
<li>Firefox: 2.14 seconds</li>
<li>The Gimp: 6.04 seconds</li>
</ul>
<p>Let’s compare this with startup of these same applications on my primary desktop machine running a Debian-based operating system (<a title="Elive" href="http://www.elivecd.org/" target="_blank" rel="nofollow" >Elive</a>) with the following hardware:</p>
<ul>
<li>CPU: AMD X2 6000+</li>
<li>RAM: 2 Gig</li>
<li>Video: NVidia 7025</li>
</ul>
<p>Here’s how this machine stacked up:</p>
<ul>
<li>OpenOffice: 6.10 seconds</li>
<li>Firefox: 3.05 seconds</li>
<li>The Gimp: 8.10 seconds</li>
</ul>
<p>As you can see, the faster machine had slower boot times.</p>
<p>* DRIVERS. One of the issues Ubuntu is attempting to resolve is that of the use of proprietary drivers. Up until this release, if you wanted to use certain video or wireless chipsets you were out of luck if you wanted to remain completely free (as in freedom). With the release of 9.04 a spark of hope is shining through for those who desire no longer to be fettered to proprietary software.</p>
<p>Along with the NVidia graphics chipset there is a wireless card with a broadcom chipset. This chipset has always been notorious for requiring, at least, the use of fwcutter and proprietary drivers. Worst case scenario with this chipset has been employing ndiswrapper which has always been spotty at best. With 9.04 the only requirement was enabling the proprietary driver for the device.</p>
<p>Video was a bit of a different story. With 9.04 the new Nouveau drivers, which are open sourced drivers for NVidia graphics cards, promise to break the ties users have to proprietary drivers. I will say this is the first time I have been able to use an NVidia card, without having to install proprietary drivers, on an Ubuntu system and get a workable resolution. With the Nouveau drivers I could manage 1600X1200 resolution. The screen looked crisp and bright. There was, however, a downside to this (we’ll chat about this in a moment.)</p>
<p>* MENUS. Finally a distribution has made perfect sense of menu layout. When you open a menu up in GNOME it all follows a logic even Commander Spock would appreciate.</p>
<p>* STABILITY. Even using the experimental ext4 file system, I have found that Ubuntu 9.04 is incredibly stable. GNOME, and all of its constituent parts, feel as solid as they have ever felt. I am actually quite surprised with the ext4 file system. I was expecting erratic behavior and data loss. I have had none of that &#8211; even after an intentional hard power down.</p>
<p><strong>CONS</strong></p>
<p>Let’s get to what most a probably really wanting to see: The negative side of 9.04. There really aren’t that many, but for some, they could be deal breakers.</p>
<p>* DRIVERS. I know, I know &#8211; how can I have DRIVERS in both? Simple. Although the Nouveau drivers free NVidia users from proprietary software, and they do so admirably, in order to get real performance you have to actually use the proprietary drivers. If you want Compiz running usably, you will have to shy away from the free drivers. You want any composite? Better install the proprietary drivers.</p>
<p>* FLASH. Okay, I have to be careful here. First and foremost getting flash installed for Firefox is really quite simple. Go to a site that requires flash and, when prompted, click the Install Missing Plugins button. Here’s the catch &#8211; when you do this for Flash you will be offered three choices: The official Adobe version, Gnash, and Swfdec. The latter two versions will install and, on occasion, will run flash animations. Note the ON OCCASION part. Unsuspecting users might install one of the latter two versions (hoping for more freedom on their desktop) only to find out flash doesn’t work as expected. In order to uninstall those unsuspecting users will have to open up the Add/Remove Software utility, search for their installed flash plugin, uninstall it, and then install the official version. This should be the default behavior until the open source versions do a better job of supporting flash.</p>
<p>* INSTALLED APPLICATIONS. It seems to me that Linux in general has really started paring down the amount of applications in a default installation. I remember the day when you could perform a FULL installation which would amount to around 6 gigs of installed applications. Of course I don’t advocate going back to that (installations took an enormous amount of time back them). But I would suggest adding a few applications that would make the default installation much more complete. With the simple addition of Gnucash and Scribus, the basic desktop would have far more to offer the average user. Sure, you can do a bare minimum of what Scribus offers from within OpenOffice, but think about how many people use Microsoft’s low-end DTP offering and how many of those people would welcome the addition of features Scribus would give them. And the addition of a finance software is a no-brainer!</p>
<div id="polls-128" class="wp-polls">
<form id="polls_form_128" class="wp-polls-form" action="/opensource/?p=603" method="post">
<p style="display: none;"><input name="poll_id" type="hidden" value="128" /></p>
</form>
</div>
<p><strong>Conclusion</strong></p>
<p>I could easily draw a conclusion here. I could say 9.04 is an outstanding release for Ubuntu that offers something very positive for every level of user. That is my experience. From the testing I have done, this release is one finest releases Ubuntu has given us yet. It does have some room for improvement, but it does excite me to think that if this is where Linux is heading, the competition better be aware.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/ubuntu-904-the-complete-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux is not for the poor!</title>
		<link>http://geeknizer.com/linux-is-not-for-the-poor/</link>
		<comments>http://geeknizer.com/linux-is-not-for-the-poor/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:33:55 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://taranfx.com/blog/?p=363</guid>
		<description><![CDATA[Last week, I followed a conversation on an OpenSuse Education newsletter to which I subscribe. I didnâ€™t have time to join in, but it did get me thinking about open... <span class="meta-more"><a href="http://geeknizer.com/linux-is-not-for-the-poor/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p>Last week, I followed a conversation on an OpenSuse Education newsletter to which I subscribe. I didnâ€™t have time to join in, but it did get me thinking about open source in education more broadly. Regular readers will know that my school district has made serious strides in the last couple of years, particularly as it relates to technology. However, those same regular readers will also know that the community is hurting like many other aging mill towns and that I frequently at least explore open source solutions as money savers.</p>
<p>For now, most open source use is among students. All of the elementary schools use Open Office; we donâ€™t have any Office licenses in place with the exception of a couple secretarial power users who are able to exploit some of the advanced features in Office 2007. Students throughout the district use Open Office at home, saving themselves the trouble of using Works if it came preinstalled on their computers or to avoid buying Office. I hand out CDs and USB keys to students with dialup access loaded with OO.org 3.</p>
<p>An increasing number of students and teachers have turned to Linux as they try to eek out a bit of extra life on their computers or decide that they donâ€™t like whatever version of Vista came preinstalled on computers they recently purchased. Iâ€™m happy, along with a couple of my techs, to help people get up an running with Linux. However, we havenâ€™t yet rolled out Linux formally in our schools. The only time we had a full Linux lab was when we had absolutely no technology funding in my second year teaching and I let my students build a lab from old donated computers.</p>
<p>Which leads me to the point of this post? If you have money in your district, is there any reason to use Linux? The original conversation I mentioned earlier was started by an IT staffer at an exclusive, well-funded private school. They were a Windows shop and saw no incentive to change. Licensing costs were a non-issue. Even we still largely use Windows and OS X, despite my fondness for Linux. Weâ€™ve been granted the funding to do so in the last couple of years and my primary goal has been instructional integration of computing, rather than worrying about training for a Linux rollout.</p>
<p>Weâ€™re hunkering down now budget-wise for a tough couple of years. While we have solid technology in place, new acquisitions will be very carefully scrutinized for cost and benefit; there are very few pennies to spare. Saving $50 per computer on OS licensing just might be the difference between funding a project and needing to wait for 1-2 years.</p>
<p>So again, is Linux only useful in a recession or in South American countries trying to get as many computers into the hands of rural schoolchildren as they can?</p>
<p>Cost will certainly give people a reason to switch, but I donâ€™t think a crappy economy or poverty in a developing country is the only reason to use Linux and open source software. I wonâ€™t even get into the argument of exposing kids to a variety of computing environments. I think the biggest reason to use Linux (aside from potential cost savings if you can develop some in-house *nix expertise) is simply the giant body of software that is freely available.</p>
<p>The <a href="http://en.opensuse.org/Education" target="_blank"  rel="nofollow" >OpenSUSE Education project</a> is a great example.  <a href="http://en.opensuse.org/Education/Applications/Desktop" target="_blank"  rel="nofollow" >Desktop software included with this project</a> ranges from computer science applications for kids to the R statistical programming interface.  <a href="http://en.opensuse.org/Education/Applications/Server" target="_blank"  rel="nofollow" >Server software</a> ranges from OpenSIS to Joomla.</p>
<p>Whether your school has money or not, there is incredible value in the open source community. Perhaps most important, though, is that word â€œcommunity.â€ We can talk all we want about global economies, but allowing students and staff to be part of and participate in a community that drives the way we use technology is an incredible opportunity. Keep in mind that there is plenty of open source value for Windows users; we donâ€™t all have to switch to Linux to reap the benefits of FOSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/linux-is-not-for-the-poor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on iPhone</title>
		<link>http://geeknizer.com/linux-on-iphone/</link>
		<comments>http://geeknizer.com/linux-on-iphone/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 19:03:56 +0000</pubDate>
		<dc:creator>Tarandeep Singh</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://taranfx.com/blog/?p=125</guid>
		<description><![CDATA[I&#8217;m pleased to announce that the Linux 2.6 kernel has been ported to Apple&#8217;s iPhone platform, with support for the first and second generation iPhones as well as the first... <span class="meta-more"><a href="http://geeknizer.com/linux-on-iphone/">Read more &#187;</a></span>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://iphwn.org/openiboot.png" alt="" width="320" height="480" />I&#8217;m pleased to announce that the Linux 2.6 kernel has been ported to Apple&#8217;s iPhone platform, with support for the first and second generation iPhones as well as the first generation iPod touch. This is a rough first draft of the port, and many drivers are still missing, but it&#8217;s enough that a real alternative operating system is running on the iPhone.</p>
<p>What we have:</p>
<p>- Framebuffer driver<br />
- Serial driver<br />
- Serial over USB driver<br />
- Interrupts, MMU, clock, etc.</p>
<p>What we have in openiboot (but hasn&#8217;t been ported yet):</p>
<p>- Read-only support for the NAND</p>
<p>What we don&#8217;t have (yet!):</p>
<p>- Write support for the NAND<br />
- Wireless networking<br />
- Touchscreen<br />
- Sound<br />
- Accelerometer<br />
- Baseband support</p>
<p>The current userland we&#8217;re using, in the interest of expedience, is a Busybox installation created with buildroot, but glibc works fine as well, and we&#8217;re going to build a more permanent userland solution.</p>
<p>A demonstration video can be seen here: <a href="http://www.vimeo.com/2373142" target="_blank"  rel="nofollow" >http://www.vimeo.com/2373142</a></p>
<p>Instructions here: <a href="http://www.iphone-dev.org/planetbeing/LINUX-README.txt" target="_blank"  rel="nofollow" >http://www.iphone-dev.org/planetbeing/LINUX-README.txt</a></p>
<p>Download here: <a href="http://91.186.26.18/iphone/files/iphonelinux-demo.tar.gz" target="_blank"  rel="nofollow" >http://91.186.26.18/iphone/files/iphonelinux-demo.tar.gz</a> (look for mirrors in the comments)</p>
<p>Project lead: planetbeing</p>
<p>Contributors: CPICH, cmw, poorlad, ius, saurik</p>
<p>If you&#8217;re experienced with hacking/porting Linux and especially if you&#8217;re experienced with porting Android, I&#8217;d definitely like to hear from you. Come chill in the #iphonelinux channel on irc.osx86.hu. If you&#8217;re not experienced, and still want to help, you can digg/slashdot this posting to heaven so our little project gets more visibility. Thanks iPhone DevTeam <img src='http://geeknizer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But the fact is that it&#8217;s getting there and, knowing this, I&#8217;m sure several Google employees are scrambling to get the codebase for this port, and maybe help in the effort.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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://www.youtube.com/v/Cm7DO1VtSe0&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Cm7DO1VtSe0&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://geeknizer.com/linux-on-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/12 queries in 0.129 seconds using disk: basic
Object Caching 1448/1663 objects using disk: basic

 Served from: geeknizer.com @ 2013-05-19 03:28:38 by W3 Total Cache -->