<?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>DJ Bri T.net &#187; linux</title>
	<atom:link href="http://dj-bri-t.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://dj-bri-t.net</link>
	<description>The blog and portfolio of Brian Turchyn</description>
	<lastBuildDate>Fri, 27 May 2011 17:43:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>GNU Screen and Byobu Made Easy</title>
		<link>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/</link>
		<comments>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:00:35 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[byobu]]></category>
		<category><![CDATA[gnu screen]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=172</guid>
		<description><![CDATA[For the *nix elitist, no graphical tool comes close to the power that the command line provides. While this may strike some people as odd, particularly those who only have experience with Windows, it's a pretty well known fact that the Linux command line provides a method of controlling every aspect of your computer activity; [...]]]></description>
			<content:encoded><![CDATA[<p>For the *nix elitist, no graphical tool comes close to the power that the command line provides. While this may strike some people as odd, particularly those who only have experience with Windows, it's a pretty well known fact that the Linux command line provides a method of controlling every aspect of your computer activity; this is so much the case that most GUI applications on Linux are just command line "wrappers", hiding you from what's actually happening behind the scenes.</p>
<p><img class="alignright size-medium wp-image-174" title="GNU Screen" src="http://dj-bri-t.net/wp-content/uploads/2009/10/cmdline-01-300x197.png" alt="GNU Screen" width="300" height="197" />While this is all fine and dandy, things like development and multi-tasking can prove to be a little frustrating when connecting to a remote location and requiring more than one window open. Although a typical command line pretty much prevents this from happening, using GNU Screen or Byobu can make things a lot smoother. One window, multiple command lines.</p>
<p>As most developers will tell you, having multiple windows available to you is a godsend. It's particularly useful when you have scripts to run in the background that generate output, but you don't want to fork them as a daemon. Now, with GNU Screen and Byobu, you can do this easily, and even make your screen look snazzy as well. The only drawback to these utilities is that they are a little hard to get used to. In this post, I will quickly outline some of the key combinations which I use regularly.</p>
<h2>GNU Screen and Byobu Simplified</h2>
<p>The number one thing to remember about every command you use is <em>Ctrl+A</em>, which will be written as <code>C-a</code>. This is picked up by screen and will tell the utility that the next characters typed will be commands for screen to interpret. Keeping in mind that all keys are case-sensitive (as most things are in Linux), take a look at some of the commands below:</p>
<p><code>C-a c - Create a new screen window</code></p>
<p><code>C-a A - Rename the screen</code></p>
<p><code>C-a C-a - Go back to the previous window</code></p>
<p><code>C-a &lt;0-9&gt; - Switch to screen #0-9 (quick toggle)</code></p>
<p><code>C-a " - View a list of the current screens, which will allow you to select one from the list</code></p>
<p><code>C-a ' - Enter a screen number to switch to (slower version of C-a &lt;0-9&gt;)</code></p>
<p><code>C-a d - Detach the whole screen session and fork to the background. Very useful for remote sessions you want to leave open. The command "screen -r" will resume your screen session.</code></p>
<p><code>C-a &lt;Escape&gt; - Scroll up through your command line "history" and see what output you previously got. Hitting &lt;Escape&gt; again cancels it.</code></p>
<p>With the introduction of Byobu in Ubuntu 9.10, you can also get some statistics added to the bottom of your command line window to help keep you informed about the state of the system you are running on. Hitting F9 in session will bring up the menu for customization, which can make your screen session look pretty awesome. Instead of using <code>screen</code> to start your screen session, simply use <code>byobu</code> instead. Easy as pie.</p>
<p>If you have any questions about GNU Screen or Byobu, let me know and I'll see what I can do to answer them. Stay tuned on Friday for another issue of "Five Things" (hopefully).</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy&amp;bodytext=For%20the%20%2Anix%20elitist%2C%20no%20graphical%20tool%20comes%20close%20to%20the%20power%20that%20the%20command%20line%20provides.%20While%20this%20may%20strike%20some%20people%20as%20odd%2C%20particularly%20those%20who%20only%20have%20experience%20with%20Windows%2C%20it%27s%20a%20pretty%20well%20known%20fact%20that%20the%20Linux%20command%20" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy&amp;notes=For%20the%20%2Anix%20elitist%2C%20no%20graphical%20tool%20comes%20close%20to%20the%20power%20that%20the%20command%20line%20provides.%20While%20this%20may%20strike%20some%20people%20as%20odd%2C%20particularly%20those%20who%20only%20have%20experience%20with%20Windows%2C%20it%27s%20a%20pretty%20well%20known%20fact%20that%20the%20Linux%20command%20" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;t=GNU%20Screen%20and%20Byobu%20Made%20Easy" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy&amp;annotation=For%20the%20%2Anix%20elitist%2C%20no%20graphical%20tool%20comes%20close%20to%20the%20power%20that%20the%20command%20line%20provides.%20While%20this%20may%20strike%20some%20people%20as%20odd%2C%20particularly%20those%20who%20only%20have%20experience%20with%20Windows%2C%20it%27s%20a%20pretty%20well%20known%20fact%20that%20the%20Linux%20command%20" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Ubuntu&#8217;s Koala Has Good Karma</title>
		<link>http://dj-bri-t.net/2009/10/ubuntus-koala-has-good-karma/</link>
		<comments>http://dj-bri-t.net/2009/10/ubuntus-koala-has-good-karma/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:15:08 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=147</guid>
		<description><![CDATA[Canonical's Ubuntu 9.10 operating system is a work of art. Seriously. I would frame it and mount it on my wall if I could. Unfortunately I can't, so all I can do is gush about it and tell people about all of it's amazing features. Non-techies: just smile-and-nod your way through this post :).]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin: 5px"><script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></div>
<p>It's not like me to gush over operating systems. Particularly looking at what we've dealt with in the past. If we're lucky, we got stability in an OS, but usually at the expense of it looking terrible. This year seems to have caused things to change, however. With the release of the Windows 7 RC, Microsoft has restored a good amount of the faith that it lost after churning out the load of crap that it called Vista.</p>
<p>The open source community is never far behind, and Canonical's Ubuntu 9.10 operating system is a work of art. Seriously. I would frame it and mount it on my wall if I could. Unfortunately I can't, so all I can do is gush about it and tell people about all of it's amazing features. Non-techies: just smile-and-nod your way through this post <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<h2>Ubuntu One</h2>
<p>Cloud computing is all the rage these days, and Ubuntu has jumped on the bandwagon by presenting One, a personal cloud for the synchronization of files across multiple Ubuntu computers. Set up your account, get your 2 gigs of free space, move files into the Ubuntu One folder, and let them sync. Easy as pie.</p>
<h2>ext4 Filesystem</h2>
<p>Following in Fedora's footsteps, Ubuntu has set ext4 as 9.10's default filesystem. Although you won't make the switch if you upgrade, fresh installs will feel the warm glow of ext4 during their install.</p>
<h2>Uncomplicated Firewall</h2>
<p>One of my main complaints with Ubuntu's previous setups is that it fails to include a firewall by default, and that has been remedied in 9.10, with the introduction of ufw, the uncomplicated firewall. No more sifting through the iptables's man pages to figure out how to add a simple allow rule; ufw makes firewall management easy.</p>
<h2>Faster Load Times with Upstart</h2>
<p>Another popular trend recently has been the goal of reducing boot times as much as possible. Fedora Project made waves as they aimed for a 20 second boot time from BIOS to login page. Although they were a little short of their goal, they made some important headway, showing that not every single scrap needs to be loaded and cached on boot. Ubuntu has carried this forward and has made a similar goal. Although they don't mention any specific time-related goals, they made the switch to Upstart, which makes the loading page look smooth and cuts the boot time significantly.</p>
<hr />Overall, I'm really happy with the progress Ubuntu has made. Although a lot of previous versions have fallen a bit behind on the times in exchange for having a stable system, they are catching up with the times and even pushing the envelope with new ideas. If you were looking for a reason to switch to Linux, put this one at the top of your list. If you're not convinced, download the LiveCD and try it out without installing (although your performance will suffer since it's loading from a CD...duh...).</p>
<p><em>Thanks for giving this a read, everyone. If you like what you see, or have any suggestions for further writings, drop me a line in the comments section below and give me a vote on Reddit or Digg. I read each and every one of your comments: I promise <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma&amp;bodytext=Canonical%27s%20Ubuntu%209.10%20operating%20system%20is%20a%20work%20of%20art.%20Seriously.%20I%20would%20frame%20it%20and%20mount%20it%20on%20my%20wall%20if%20I%20could.%20Unfortunately%20I%20can%27t%2C%20so%20all%20I%20can%20do%20is%20gush%20about%20it%20and%20tell%20people%20about%20all%20of%20it%27s%20amazing%20features.%20Non-techies%3A%20just%20smile-and-nod%20your%20way%20through%20this%20post%20%3A%29." title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma&amp;notes=Canonical%27s%20Ubuntu%209.10%20operating%20system%20is%20a%20work%20of%20art.%20Seriously.%20I%20would%20frame%20it%20and%20mount%20it%20on%20my%20wall%20if%20I%20could.%20Unfortunately%20I%20can%27t%2C%20so%20all%20I%20can%20do%20is%20gush%20about%20it%20and%20tell%20people%20about%20all%20of%20it%27s%20amazing%20features.%20Non-techies%3A%20just%20smile-and-nod%20your%20way%20through%20this%20post%20%3A%29." title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;t=Ubuntu%27s%20Koala%20Has%20Good%20Karma" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma&amp;annotation=Canonical%27s%20Ubuntu%209.10%20operating%20system%20is%20a%20work%20of%20art.%20Seriously.%20I%20would%20frame%20it%20and%20mount%20it%20on%20my%20wall%20if%20I%20could.%20Unfortunately%20I%20can%27t%2C%20so%20all%20I%20can%20do%20is%20gush%20about%20it%20and%20tell%20people%20about%20all%20of%20it%27s%20amazing%20features.%20Non-techies%3A%20just%20smile-and-nod%20your%20way%20through%20this%20post%20%3A%29." title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/ubuntus-koala-has-good-karma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Out Fedora 11</title>
		<link>http://dj-bri-t.net/2009/06/testing-out-fedora-11/</link>
		<comments>http://dj-bri-t.net/2009/06/testing-out-fedora-11/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:00:27 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[fedora project]]></category>
		<category><![CDATA[GDM]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[K Desktop Environment]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Leonidas]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux review]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=51</guid>
		<description><![CDATA[A few years ago, I made the switch on my laptop from Windows to Linux. If I had to summarize the experience, I'd say it's been...well...an experience. It's had its ups and downs as I tinkered around with more distributions than I can remember (I can think of 7, not including different architectures). I initially [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago, I made the switch on my laptop from Windows to Linux. If I had to summarize the experience, I'd say it's been...well...an experience. It's had its ups and downs as I tinkered around with more distributions than I can remember (I can think of 7, not including different architectures). I initially made the switch because the recovery disks I had burned for my Windows installation weren't working, and I needed a suitable alternative, preferably one that wouldn't bust the bank and would be easy to use. Linux satisfied (and in some cases, excelled) in both of these.</p>
<p>After much deliberation and testing, I finally decided on the <a title="Fedora Project" href="http://www.fedoraproject.org" target="_blank">Fedora</a> distribution, which I am still with to this day. Ten days ago, they released their newest distribution, Fedora 11 (Codename Leonidas), which added a whole slew of new features. Although I only have a day or so with the new distribution, I've tested a lot of the new features. They are nicely separated into both Technical and Non-Technical.</p>
<h1>Non-Technical</h1>
<h2>20-Second Boot Time</h2>
<p>The first problem anyone seems to have with computers is that they take too long to boot up. Fedora 11 helps a lot with this by aiming for a 20-second boot time, from the time you start your computer until the time you log in. It was about 35 seconds for me on a 3 year old laptop, but regardless, that's a huge improvement over, say, Vista's 2-minute boot. If 35 seconds isn't fast enough for you, you might want to loosen up your schedule a little.</p>
<h2>Improved Touchpad Support/Features</h2>
<p>The one complaint I always here about touchpads on laptops is that people accidentally click on things while they're typing, moving the position of the cursor and inadvertently typing in the middle of a previous paragraph. The newest upgrades to the touchpad drivers are amazing. You have the option of disabling the touchpad while typing, and enabling or disabling mouse clicks by tapping on the touchpad.</p>
<p>My personal favorite, however, it the addition of Multi-Touch scrolling. Rather than having to run your finger along the side of the touchpad, two fingers can be used to scroll. You also have the option of enabling horizontal scrolling. The best part is you don't need a touchpad specifically designed for multi-touch; it works great on mine without any problems.</p>
<h2>Nice Graphics</h2>
<p>Ok, although a little technical, I'm still putting it in here because who doesn't like smooth-looking graphics with direct acceleration? Enabled from the kernel level, direct acceleration worked right out of the box for me, which means desktop effects work without any configuration. Those who are a little more tech-savvy can obviously look into the coveted Compiz installation.</p>
<h1>Technical</h1>
<h2>ext4</h2>
<p>Yeah, that's right: the ext4 filesystem is now standard on Fedora. The filesystem now supports filesystems over 1 exabyte and files up to 16 terabytes in size. If you're going to be creating filesystems or files that large, you don't need to read this review. There are a whole slew of improvements made over ext3, which should make for an overall more reliable experience.</p>
<h2>2.6.29 Kernel</h2>
<p>The new kernel runs great for me. There's been a lot of new features added, and far more than I can go into depth with. I have yet to have a crash yet, so that is always a good sign.</p>
<h2>GNOME 2.26.1 and KDE 4.2.2</h2>
<p>Those that have seen the older versions of KDE (ie. pre-4.0) I'm sure remember how "immature" it looked. I always got the impression that it was geared for pre-teens. KDE 4 changes all of that, and makes me seriously reconsider using it. Not only does it look nicer, but everything is well laid out in the menu, and the desktop widgets are integrated into the Desktop Environment. GNOME looks as regular as it always has, but makes some good strides in menu locations and the included applications.</p>
<h2>Firefox 3.5b4 and Thunderbird 3</h2>
<p>I have been waiting quite a while for both of these to appear in a distribution. Firefox 3.5 is great so far, and Thunderbird looks very promising as well.</p>
<h2>Smaller Footprint</h2>
<p>Gone are the days of yonder when a Fedora installation was a 3.5GB DVD download with the inability to test it out beforehand. Fedora has reduced the size of the installation media to a staggering 690MB LiveCD, reducing bandwidth usage and and letting you try the distro out before installing. This is one of the best things Fedora has done, and I'm really glad they made the switch.</p>
<h1>Afterthoughts</h1>
<p>I'm so far really happy with this new release. It's been stable and a lot of new features have been added which helps affirm my decision to stick with Fedora. If you happen to be considering making the switch from Windows, I recommend checking it out. The LiveCD allows you to try things out before installation, which will let you test the waters before plunging in to the deep end.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;title=Testing%20Out%20Fedora%2011&amp;bodytext=A%20few%20years%20ago%2C%20I%20made%20the%20switch%20on%20my%20laptop%20from%20Windows%20to%20Linux.%20If%20I%20had%20to%20summarize%20the%20experience%2C%20I%27d%20say%20it%27s%20been...well...an%20experience.%20It%27s%20had%20its%20ups%20and%20downs%20as%20I%20tinkered%20around%20with%20more%20distributions%20than%20I%20can%20remember%20%28I%20can%20" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;title=Testing%20Out%20Fedora%2011&amp;notes=A%20few%20years%20ago%2C%20I%20made%20the%20switch%20on%20my%20laptop%20from%20Windows%20to%20Linux.%20If%20I%20had%20to%20summarize%20the%20experience%2C%20I%27d%20say%20it%27s%20been...well...an%20experience.%20It%27s%20had%20its%20ups%20and%20downs%20as%20I%20tinkered%20around%20with%20more%20distributions%20than%20I%20can%20remember%20%28I%20can%20" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;t=Testing%20Out%20Fedora%2011" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;title=Testing%20Out%20Fedora%2011" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;title=Testing%20Out%20Fedora%2011&amp;annotation=A%20few%20years%20ago%2C%20I%20made%20the%20switch%20on%20my%20laptop%20from%20Windows%20to%20Linux.%20If%20I%20had%20to%20summarize%20the%20experience%2C%20I%27d%20say%20it%27s%20been...well...an%20experience.%20It%27s%20had%20its%20ups%20and%20downs%20as%20I%20tinkered%20around%20with%20more%20distributions%20than%20I%20can%20remember%20%28I%20can%20" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F06%2Ftesting-out-fedora-11%2F&amp;title=Testing%20Out%20Fedora%2011" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/06/testing-out-fedora-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

