<?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>Ubuntu Florida &#187; Tutorials</title>
	<atom:link href="http://www.ubuntu-fl.org/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntu-fl.org</link>
	<description>Ubuntu Florida Local Community Team</description>
	<lastBuildDate>Tue, 25 May 2010 20:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Learning Django</title>
		<link>http://www.ubuntu-fl.org/2010/02/23/learning-django/</link>
		<comments>http://www.ubuntu-fl.org/2010/02/23/learning-django/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:14:15 +0000</pubDate>
		<dc:creator>mhall119</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=499</guid>
		<description><![CDATA[All this week I will be teaching classes on Django at 1pm Eastern (1800 UTC) in #ubuntu-classroom.  It is a series of 4 classes, taking you from getting Django setup to a working application, learning about Views, Models, Forms and Templates.  We started off getting a Django project setup and will continue tomorrow with creating [...]]]></description>
			<content:encoded><![CDATA[<p>All this week I will be teaching classes on Django at 1pm Eastern (1800 UTC) in #ubuntu-classroom.  It is a series of 4 classes, taking you from getting Django setup to a working application, learning about Views, Models, Forms and Templates.  We started off getting a Django project setup and will continue tomorrow with creating our first models.  At the end of this course series, we will have a working application that can be used to track other sessions being held in #ubuntu-classroom.</p>
<p>Logs from today&#8217;s class can be read here: <a title="IRC Logs" href="http://irclogs.ubuntu.com/2010/02/23/%23ubuntu-classroom.html#t18:01" target="_blank">http://irclogs.ubuntu.com/2010/02/23/%23ubuntu-classroom.html#t18:01</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2010/02/23/learning-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manipulating spreadsheets opened from Firefox</title>
		<link>http://www.ubuntu-fl.org/2009/11/04/manipulating-spreadsheets-opened-from-firefox/</link>
		<comments>http://www.ubuntu-fl.org/2009/11/04/manipulating-spreadsheets-opened-from-firefox/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:10:48 +0000</pubDate>
		<dc:creator>launchpad.net/~tiemonster</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[OpenOffice.org]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=454</guid>
		<description><![CDATA[When you open a file from Firefox instead of saving it, the file is downloaded to the /tmp file and opened read-only. This is a problem when opening spreadsheets from web pages, as OpenOffice.org doesn’t allow manipulation of files opened as read-only. In this article, I show you how to strip read-only privileges from spreadsheets [...]]]></description>
			<content:encoded><![CDATA[<p>When you open a file from Firefox instead of saving it, the file is downloaded to the /tmp file and opened read-only. This is a problem when opening spreadsheets from web pages, as OpenOffice.org doesn’t allow manipulation of files opened as read-only. In this article, I show you how to strip read-only privileges from spreadsheets opened from Firefox so that you can manipulate these files without having to manually save them elsewhere.</p>
<p><img class="aligncenter size-full wp-image-89" src="http://tiemonster.info/wp-content/uploads/OOo-temp-11.png" alt="OOo-temp-1" width="400" height="159" /></p>
<p><span> </span></p>
<p>First, open a spreadsheet from Firefox. The file will be downloaded, and opened as read-only in OpenOffice.org. Next, select Tools -&gt; Macros -&gt; Record Macro. This will create a shortcut that you can use on later spreadsheets.</p>
<p><img class="aligncenter size-full wp-image-92" src="http://tiemonster.info/wp-content/uploads/OOo-temp-2.png" alt="OOo-temp-2" width="398" height="309" /></p>
<p>Then do File -&gt; Save As, and save the file as /tmp/temp.xls (Excel file format saves faster than ODF).</p>
<p><img class="aligncenter size-full wp-image-95" src="http://tiemonster.info/wp-content/uploads/OOo-temp-3.png" alt="OOo-temp-3" width="400" height="325" /></p>
<p>Hit “stop recording” once the file save operation is complete.</p>
<p><img class="aligncenter size-full wp-image-96" src="http://tiemonster.info/wp-content/uploads/OOo-temp-4.png" alt="OOo-temp-4" width="98" height="56" /></p>
<p>Save the macro under whatever name makes sense to you. I chose Save_as_temp. Note: your macro name cannot contain spaces.</p>
<p><img class="aligncenter size-full wp-image-98" src="http://tiemonster.info/wp-content/uploads/OOo-temp-5.png" alt="OOo-temp-5" width="400" height="212" /></p>
<p>Then click the down arrow on your toolbar and select “customize toolbar”.</p>
<p><img class="aligncenter size-full wp-image-99" src="http://tiemonster.info/wp-content/uploads/OOo-temp-6.png" alt="OOo-temp-6" width="400" height="216" /></p>
<p>Click add, and then find the macro you just recorded. I then clicked Modify -&gt; Change icon and gave the button a new icon.</p>
<p><img class="aligncenter size-full wp-image-100" src="http://tiemonster.info/wp-content/uploads/OOo-temp-7.png" alt="OOo-temp-7" width="400" height="281" /></p>
<p>Now, whenever you need to manipulate a spreadsheet you downloaded in Firefox, you can click this button and strip the read-only privileges.</p>
<p style="font-style: italic">Mark Cahill is a web developer and Ubuntu user, and writes on how the open source movement is shaping the future of the web and how we do business. For more articles written by Mark Cahill, visit <a href="http://tiemonster.info">tiemonster.info</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2009/11/04/manipulating-spreadsheets-opened-from-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue with Networked Filesystems and Apache</title>
		<link>http://www.ubuntu-fl.org/2009/10/05/issue-with-networked-filesystems-and-apache/</link>
		<comments>http://www.ubuntu-fl.org/2009/10/05/issue-with-networked-filesystems-and-apache/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:04:03 +0000</pubDate>
		<dc:creator>jamalta</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=410</guid>
		<description><![CDATA[I encountered an issue today when trying to serve a Javascript file through Apache. I am using a Virtual Machine (VM) for my development environment, and have shared folders set up so that it mounts my working directory from the my machine. This makes it easy for me to develop on my local machine and [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered an issue today when trying to serve a Javascript file through Apache. I am using a <a href="http://virtualbox.org">Virtual Machine</a> (VM) for my development environment, and have shared folders set up so that it mounts my working directory from the my machine. This makes it easy for me to develop on my local machine and only run all the tools to serve websites when I need them. So what happened, is that the file would be truncated when it was trying to serve it. The point at which it was truncated seemed to be fixed, and it would only change if I modified the file. After some research I found that `sendfile` was the culprit. If you set the following directive in your apache config or your .htaccess file the problem should be solved.</p>
<blockquote><p><code>EnableSendfile Off</code></p></blockquote>
<p>According to the documentation, Apache tries to hand static files to the kernel&#8217;s sendfile to serve files more efficiently, but the kernel&#8217;s cache causes issues when the filesystem is mounted over the network. For more information refer to <a href="http://httpd.apache.org/docs/2.0/mod/core.html#enablesendfile">Apache&#8217;s EnableSendfile documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2009/10/05/issue-with-networked-filesystems-and-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hacklet: Apt Cache Redirect</title>
		<link>http://www.ubuntu-fl.org/2009/08/27/hacklet-apt-cache-redirect/</link>
		<comments>http://www.ubuntu-fl.org/2009/08/27/hacklet-apt-cache-redirect/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:44:08 +0000</pubDate>
		<dc:creator>mhall119</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=382</guid>
		<description><![CDATA[It is generally recommended to create separate partitions for your root (/) and home (/home) directories.  This gives you the ability to do a clean install of your distro, or another distro, without putting your personal data at risk.  Usually this works out pretty well. There can, however, be a downside.  Suppose you didn&#8217;t allocate [...]]]></description>
			<content:encoded><![CDATA[<p>It is generally recommended to create separate partitions for your root (/) and home (/home) directories.  This gives you the ability to do a clean install of your distro, or another distro, without putting your personal data at risk.  Usually this works out pretty well.</p>
<p>There can, however, be a downside.  Suppose you didn&#8217;t allocate enough space to your root partition, or you&#8217;ve installed way more apps than you thought you would.  Suddenly your down to your last 100 MB, and apt-get upgrading to the newest release needs to download* 2GB of packages!  What to do?<span id="more-382"></span></p>
<p>Don&#8217;t Panic, there&#8217;s an easy solution.  All you have to do is tell Apt to download those packages to your home partition instead.  Here&#8217;s how:</p>
<ol>
<li>Run: <strong>sudo apt-get clean</strong> to delete cached packages from their current location (most likely /var/cache/apt/archives)</li>
<li>Create a new directory at <strong>/home/apt/cache</strong>, owned by root.</li>
<li>Create a new file at <strong>/etc/apt/apt.conf.d/02homecache</strong> with the following contents:<br />
<code>Dir::Cache::Archives "/home/apt/cache";</code></li>
<li>Run: <strong>sudo apt-get update</strong> again, just to make sure you don&#8217;t have any syntax errors.</li>
<li>Run: <strong>update-manager</strong> to begin your upgrade!</li>
</ol>
<p>* Note, you will be given two sets of space requirements, one is for the difference in disk space after the upgrade is complete, the other is for the amount of diskspace that is needed to download and store all the new packages while the upgrade is taking place.  This hacklet only helps with the latter of the two, if you don&#8217;t have enough space on your root partition for the new installation, you&#8217;ll have to delete some files or resize your partition.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2009/08/27/hacklet-apt-cache-redirect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hacklet: Remove Gwibber tray icon</title>
		<link>http://www.ubuntu-fl.org/2009/06/30/hacklet-remove-gwibber-tray-icon/</link>
		<comments>http://www.ubuntu-fl.org/2009/06/30/hacklet-remove-gwibber-tray-icon/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:24:42 +0000</pubDate>
		<dc:creator>mhall119</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[gwibber]]></category>
		<category><![CDATA[indicator applet]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.ubuntu-fl.org/?p=342</guid>
		<description><![CDATA[Get the most out of Gwibber and Indicator Applet by doing away with the Gwibber tray icon.]]></description>
			<content:encoded><![CDATA[<p>Like Pidgin, Gwibber offers you the option to &#8220;minimize to tray&#8221; when you close the Gwibber window, it also has an option to not show a tray icon.  However, I&#8217;d imagine to keep the window from being lost to the user, you can&#8217;t do both.  If you make Gwibber minimize to the system tray, it will automatically turn on the tray icon.</p>
<p>Ubuntu 9.04 (Jaunty) introduced the new Indicator Applet, which lets applications that need to show indications/notifications to a user congregate all in one place.  Gwibber is one such application that makes use of the Indicator Applet, but the sanity check I mentioned above means you still get tray clutter.  Here is a quick, simple hack you can make to the Gwibber code to override this behavior.</p>
<p>1. sudo gedit <strong>/usr/share/pyshared/gwibber/client.py</strong> (If you installed Gwibber from the repos, if you&#8217;ve checked out the source it&#8217;s under $src/gwibber/client.py)</p>
<p>2. Locate the <strong>on_window_close</strong> method.</p>
<p>3. Comment out the line: <strong>self.preferences["show_tray_icon"] = True</strong> (Put a # at the beginning of the line)</p>
<p>4. Save and restart Gwibber!  Now you can minimize to tray without showing a tray icon.  Use the Gwibber entry in the Indicator Applet menu to bring the window back up.</p>
<div id="attachment_343" class="wp-caption alignnone" style="width: 401px"><img class="size-full wp-image-343" title="client.py changes" src="http://www.ubuntu-fl.org/wp-content/uploads/2009/06/edit.png" alt="client.py changes" width="391" height="218" /><p class="wp-caption-text">client.py changes</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2009/06/30/hacklet-remove-gwibber-tray-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InkScape Tutorial #078 at Screencasters</title>
		<link>http://www.ubuntu-fl.org/2009/01/04/inkscape-tutorial-078-at-screencasters/</link>
		<comments>http://www.ubuntu-fl.org/2009/01/04/inkscape-tutorial-078-at-screencasters/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[InkScape tutorial #078 is now available over at screencasters.]]></description>
			<content:encoded><![CDATA[<p><img alt="Screencasters Tutorial" style="margin-right: 5px; float: left;" src="http://screencasters.heathenx.org/images/ep078_thumb.jpg" width="120" /><a href="http://screencasters.heathenx.org/episode-078/">InkScape tutorial #078</a> is now available over at <a href="http://screencasters.heathenx.org/">screencasters</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2009/01/04/inkscape-tutorial-078-at-screencasters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Intrepid Ibex 64 bit Review</title>
		<link>http://www.ubuntu-fl.org/2008/12/01/ubuntu-intrepid-ibex-64-bit-review/</link>
		<comments>http://www.ubuntu-fl.org/2008/12/01/ubuntu-intrepid-ibex-64-bit-review/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:59:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I waited a few days to let the load on the servers cool down so I could try Ubuntu Intrepid Ibex 8.10 out on my new Dell Inspiron 530 system. Intrepid was released on October 30th and I downloaded it a few days later. With this upgrade I went from an Athlon X2 3800 to [...]]]></description>
			<content:encoded><![CDATA[</p>
<p><img width="128" src="http://d37gszyhjpzuz4.cloudfront.net/ubuntu_ibex_wallpaper.png" alt="Ubuntu Intrepid Ibex Wallpaper" style="margin-right: 5px; float: left;" />I waited a few days to let the load on the servers cool down so I could try Ubuntu Intrepid Ibex 8.10 out on my new Dell Inspiron 530 system. Intrepid was released on October 30th and I downloaded it a few days later. With this upgrade I went from an Athlon X2 3800 to an Intel Q6600 Quad Core system. This new system has 6 gigabytes of memory so I needed to move up from 32 bit Ubuntu to the 64 bit version. For those who don’t know, a 32 bit OS can’t address over 4 gigs of memory. So 64 bit is quickly becoming a necessity with the systems coming out today.</p>
<p><span style="font-size: 8pt;">reprinted here with permission</span></p>
<hr id="system-readmore" />
<p>Intrepid Ibex is not a long term support release. Support will only last 18 months for it. For those needed longer support, Canonical’s previous release offered it. Ubuntu Hardy Herron 8.04 LTS had 5 year support for servers and 3 years on the desktop.</p>
<p><strong>Software Included in Intrepid:</strong></p>
<p>Linux kernel 2.6.27</p>
<p>GNOME 2.24.1</p>
<p>X.org 7.4</p>
<p>Compiz 0.7.8</p>
<p>Firefox 3.0.3</p>
<p>Gimp 2.6.1</p>
<p>OpenOffice 2.4.1 (3.0 was available but not included in release)</p>
<p>F-Spot 0.5.0.3</p>
<p>Network Manager 0.7.0</p>
<p>Python 2.5.2</p>
<p>Mono 1.9.1</p>
<p>gcc 4.3.1</p>
<p><strong>Hardware Detection:</strong></p>
<p>There is not much to write about here. Intrepid saw everything on the system that I had plugged in. Graphics acceleration, networking, Flash cards, USB sticks, and my Epson CX3800 inkjet printer were all working. The last couple of versions of Ubuntu pretty much has had everything working right out of the box for me.</p>
<p><strong>Creating a USB Startup Disk: </strong></p>
<p>Before I did a hard disk install I wanted to try out one of the new features in Intrepid. Intrepid includes the ability to make a bootable flash drive right from the GNOME desktop. It is located under the Administration Menu. I used a 4 GB Sandisk drive to try this out. I like Sandisk for putting the Tux Penguin on the back of their flash drives. It is rare that I see anything other than Microsoft and Apple logos on computer accessories. The installer gave me the option of using up to 3 GB of the 4 GB to use for saving data leaving the remaining GB for the operating system.</p>
<p>The installation was simple and I was able to boot of the flash drive with no problems. Changes I made to the Ubuntu installation were, as promised, saved to the drive for later use. However, I did notice an occasional slow down on the system. It would hesitate for a few seconds and then be fine. I don’t know if the particular drive I using was faulty or it was because of the slowness of flash drives in general. In the past, I have tried using bootable USB drives with Puppy, DSL, and SLAX. They all seemed to be about as fast as booting off a regular hard drive. But these are smaller distributions that are not as demanding as Ubuntu.</p>
<p>For those Windows users who don’t want to partition their drive the <a title="Wubi Installer" target="_blank" href="http://wubi-installer.org/">Wubi</a> installer is included with Intrepid Ibex. Canonical has included the Wubi installer on the CD since Hardy Herron 8.04. For those who don’t know, Wubi lets you install Ubuntu using Windows. The whole Ubuntu install is put within a file in the Windows file system (c:\ubuntu\disks\root.disk). You can use the Windows Add/Remove Programs to delete this file later if you want to remove Ubuntu from your system.</p>
<p><strong>Installation:</strong></p>
<p>Before I did the hard drive install I needed to prepare the system using GParted. The Ubiquity installer allows installations using the whole drive or you can shrink a lone Windows NTFS partition to make space for Ubuntu. But I had Vista system that already had 3 primary partitions (Dell diagnostics, Recovery, and the Vista partition) and I need to add a 4th partition which needed to be setup as an extended partition so I could go beyond having just 4 partitions on the drive. So I had to do some prep work in GParted before running the Ubiquity installer. I wanted the Windows install to take up about 200 GB of the drive and leave the rest to Linux. Using GParted, I successfully resized the last NTFS partition down from 640 to 200 GB, but it took over 2 hours. I can’t complain since GParted has been very reliable the many times I’ve used it. I’ve never lost data with it resizing either ext3 or NTFS partitions.</p>
<p>A few things I should mention for those who haven’t tried to move a Windows partition with Gparted before. Make sure the NTFS drive is not too fragmented and that you properly shut down Windows the last time you used it. After you move the NTFS partition in either XP or Vista the Windows OS is going to want to run a chkdsk to check the integrity of the drive. I had to reboot Vista twice for it to go through the chkdsk process and be happy with the drive again.</p>
<p>Once I had the ext3 and swap partitions setup I went and fired up the installer. The 7 step Ubiquity installer looks pretty much the same to me as in Hardy Herron with the exception of a couple things.  They added some pretty color coded disk usage bars showing disk space left on my hard drive. I guess they felt Ubiquity needed a little dressing up. Now if they can just dress up the GRUB menu in Ubuntu. <img border="0" alt=";)" src="http://www.penguinway.net/wp-includes/images/smilies/icon_wink.gif" class="wp-smiley" /> Ubiquity also includes setting up a boot without a login feature. It’s a checkbox on step 5 of 7 in the installer. While this makes things a little more convenient, you obviously need to have a your box in a secure location if you use it.</p>
<p><strong>First Impressions:</strong></p>
<p>Like previous versions Intrepid has a brown look to it’s theme, wallpaper, and GDM logon manager. There were some subtle changes to the looks though. The Human theme (now using the Murrine engine) has had some subtle changes to it. I noticed the GDM logon screen, while still being brown, now has a dark smoky look to it. The wallpaper has changed too. I’ve read other bloggers calling it a coffee table with a stain on it. In my opinion, the Intrepid wallpaper is more neutral and less distracting then the flashy bird in Hardy Herron.</p>
<p>Ubuntu Intrepid has also included a new darkroom theme that looks pretty impressive. I have, however, read other reviews write the darkroom theme makes it difficult to read text. The theme that I really wish had been included is the Dust theme. Check out it’s use with various wallpapers at the <a title="Dust Theme" target="_blank" href="https://wiki.ubuntu.com/Artwork/Incoming/DustTheme">Ubuntu Wiki</a>. Maybe they will consider it for addition when Jaunty 9.04 comes out.</p>
<p><strong>Network Manager Improvements:</strong></p>
<p>There are several major improvements for the road warrior in this version of Ubuntu. Network Manager now supports connections to Virtual Private Networks so you can securely login to a corporate network while out on the road. They have also added the ability to use mobile broadband via GSM/CDMA 3G networks. Unfortunately, I don’t have either a VPN or mobile broadband so I could not test out these features. They also have added a tab in Network Manager to help DSL users get online. I either use WI-FI or Cable modem to get online so I could not test this feature. The <a title="Network Manager" href="http://live.gnome.org/NetworkManager">NetworkManager</a> page has more information on the updates to the project.</p>
<p><strong>Encrypted Folders Added:</strong></p>
<p>Encrypted private folder support is now built into Ubuntu using a package called ecryptfs-utils. Installation and directions can be found <a title="Encrypted Private Folder in Ubuntu" href="https://wiki.ubuntu.com/EncryptedPrivateDirectory#Testing">here</a>. I followed the instructions and had no problem setting up an encrypted folder on the system. For now, encryptfs-utils is only a command line based project. Since Ubuntu/Kubuntu/Xubuntu are newbie distributions I wonder if they will come up with a GUI frontend for this.  I suppose you could argue that when people start messing with encryption they are going beyond newbie status and should know some command line stuff.  Either way it is nice having this feature built into the distribution.</p>
</p>
<p><strong>New Guest Account Feature:</strong></p>
<p>New to Intrepid is the ability to open up a guest session using the Fast User Switcher applet. Since the guest home directory is stored under the tmp directory changes made using this account will be wiped out on shut down. This account is well locked down so someone you loan the computer to can’t view your home directory or administer the system.</p>
<p><strong>Nautilus Gets Some Tabs:</strong></p>
<p>The version of Nautilus shipping with Intrepid, version 2.24.1, <a title="Nautilus showing tabs" target="_blank" href="http://www.penguinway.net/wp-content/uploads/2008/11/tabbednautilus.png">has full tab support with it</a>. This is something other Linux file managers, like Konqueror, <span style="text-decoration: line-through;">Thunar</span>, or PCMan, have had for some time.  You can create a new tab in Nautilus by hitting Ctrl + T or using the File Menu&gt;New Tab. I find this makes copying and pasting between two directories a lot easier. Also new, the sidebar now includes eject icons of your mountable drives.</p>
<p><strong>Eject CD-ROM Bug:</strong></p>
<p>My system suffers from a <a title="CD-ROM tray closes automatically after eject" target="_blank" href="https://bugs.launchpad.net/ubuntu/intrepid/+source/linux/+bug/283316">well known bug that shipped with Ubuntu 8.10</a>. If I try and eject a CD using Nautilus the tray opens and closes immediately, leaving me no time to take out the CD. If I eject the CD using the hardware button on the computer I don’t have this problem. The comments in the bug report at Launchpad said it was a problem with the <a title="Udev Device Manager" target="_blank" href="http://en.wikipedia.org/wiki/Udev">udev device manager</a>. They recommended upgrading udev to fix the problem. I can confirm this fix works, because when I grabbed the latest version of udev this problem went away.</p>
<p><strong>Getting Plugins Working:</strong></p>
<p>Ubuntu does not ship with MP3, Flash, DVD playback, and other codecs for legal reasons. There are other distributions, like Linux Mint, if you need that stuff working out of the box. However, It usually easy to get this non-free stuff working in Ubuntu with it’s services like the Plugin Finder and Restricted Driver Manager. To test this feature out, I went to YouTube to playback some Flash clips. On my old Athlon 32 bit system, Plugin Finder was initiated when I tried to play Flash videos and it installed Flash with no problems. For some reason I didn’t have the same luck with 64 bit Intrepid’s Plugin Finder. It did not get activated when I tried opening up a video in Youtube.</p>
<p>Fortunately, adding Flash 10 to Ubuntu can be done easily from the command line or Synaptic package manager. You just need to make sure you have the universe and multiverse repositories enabled. I was able to get Flash 10 working by typing in this line at the command prompt:</p>
<p>sudo apt-get install flashplugin-nonfree</p>
<p>I had a more positive experience when I tried playing MP3 files in Rhythmbox. When I tried to open up a MP3 file <a title="Plugin Finder" target="_blank" href="http://www.penguinway.net/wp-content/uploads/2008/11/searchforcodec.png">Ubuntu asked if I wanted the gstreamer plugin</a> that Rhythmbox needed to play it. This worked without a fuss. I really like the Plugin Finder system Ubuntu has. Using it they manage to ship an <a title="Restricted Component" target="_blank" href="http://www.ubuntu.com/community/ubuntustory/licensing">almost entirely</a> free distribution while giving people an easy (one click) way to add the proprietary stuff if need be.</p>
<p>Ubuntu also has an automated way to install proprietary drivers using the Restricted Driver Manager. I’ve used this successfully on other systems before. Fortunately, with the Intel integrated graphics on this motherboard I was able to get Compiz working with a free driver.</p>
<p><strong>Synaptic Quick Search and BBC Content in Totem:<br /> </strong></p>
<p>A new feature added to Intrepid was a Quick Search box at the top of Synaptic package manager. No need to click the search button any more for you searches.</p>
<p>I also tried out the <a title="Colin Watson's Blog" target="_blank" href="http://www.chiark.greenend.org.uk/ucgi/%7Ecjwatson/blosxom/2008/10/27">BBC DRM-free content that is incorporated into Totem media player</a>. The BBC and Canonical have teamed up to add BBC content to Totem. They had a good variety of programs available when I tried the service. You can access the content by clicking on the Playlist drop down box in Totem and selecting BBC. Unfortunately, not all content is available for people outside the UK. If you click on UK-only content in the US you just get a recording telling you don’t have access to it. It would save time if they could somehow filter UK-only content on the playlist to save people outside the UK time. It would also help if they somehow marked or separated audio and video content. All though I have read there is some out there, I couldn’t find any video content when I searched through the programs. The project is fairly new so hopefully user interface improvements and more audio/video content should be available soon.</p>
<p><strong>Complaints:</strong></p>
<p>One of the first things I downloaded after installation was Compiz Config Settings Manager. It is available in the Ubuntu repositories. I am not sure why they do not ship with this by default. It seems kind of silly to have all the Compiz features built into the distribution and then not include a program to configure it. I know people with lousy graphics cards can’t make any use of the program. But it leaves people who can use the bling with no clue how to use it. It’s features is one of the things that puts Microsoft Vista to shame. I’ve got Vista and Ubuntu on the same box now and having played with both I can say the Aero Glass eye candy can’t compete Compiz.</p>
<p>Starting with Hardy Ubuntu has a easy to configure frontend to Iptables called Uncomplicated Firewall (UFW). Unfortunately, while it’s syntax is really easy, it is a command line only tool. This leaves Ubuntu with no GUI firewall shipped with the distribution. I think this is a weak point for Ubuntu. Even more so with the number of laptops people carry around with them nowadays. Unless you want to pack a router in you laptop bag your going to need a software firewall. A new Linux user (Ubuntu’s claimed target audience) will not see any firewall in the GNOME menu structure. They are not going to be looking for a command line one since most Windows users only live within the GUI. In my humble opinion they should try and add a simple GUI frontend for UFW. Something like <a title="Gufw" target="_blank" href="http://gufw.tuxfamily.org/index.html">Gufw</a> would be a nice improvement. Firestarter might be a bit overkill. If you want to try it out, Gufw It is already available in the Ubuntu repositories.</p>
<p>Lastly, I wish Rythmbox had a way of exporting/importing OPML feeds of podcasts. If one wanted to switch to using Rythmbox for a podcasting client this would make things considerably easier. Manually adding a couple dozen feeds is no fun. This feature is included in other Linux podcast clients like Gpodder and Icepodder. I’ve read Itunes has OPML import/export too although I don’t use Itunes. It would make the migration to Ubuntu easier if this were included. Here is an idea. Maybe Ubiquity could pull your podcast client’s OPML file in your Windows/Linux partition using the Migration Assistant. Much like it does for your bookmarks, wallpaper, contacts, etc.</p>
<p><strong>Conclusion:</strong></p>
<p>I have been running Ubuntu as my primary system since Dapper Drake. It is a fast, stable, and easy to use operating system. I’ve tried many Linux distributions and I find I have the least hardware problems with Ubuntu. There are complaints that I have with it, but they are few. I also appreciate their stance on free software. They run without a lot of the non-free drivers and codecs, but if you want they make adding them easy through applications like the Restricted Driver Manager and Plugin Finder. It is the compromise that is the most inclusive of both views. You get a choice either way. With the addition of programs like the Migration Assistant and Wubi, they also have added tools that make the transition from Windows as easy as possible.</p>
<p><img height="135" width="NaN" src="http://www.penguinway.net/wp-content/uploads/2008/11/firefox31.png" style="border-width: 1px; float: left;" /> <img height="135" width="NaN" src="http://www.penguinway.net/wp-content/uploads/2008/11/moregames.png" style="border-width: 1px; margin-top: 5px;" /> <img height="135" width="NaN" src="http://www.penguinway.net/wp-content/uploads/2008/11/tabbednautilus.png" style="border-width: 1px; margin-top: 5px;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2008/12/01/ubuntu-intrepid-ibex-64-bit-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Ubuntu using Wubi</title>
		<link>http://www.ubuntu-fl.org/2008/05/07/how-to-install-ubuntu-using-wubi/</link>
		<comments>http://www.ubuntu-fl.org/2008/05/07/how-to-install-ubuntu-using-wubi/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This How to video will show you how to install Ubuntu using Wubi which can be download it from here .]]></description>
			<content:encoded><![CDATA[<p>This How to video will show you how to install Ubuntu using Wubi which can be download it from <a href="http://www.wubi-installer.org/" target="_blank" title="Get Wubi Now!">here</a> .<br /><span id="more-111"></span>
<div align="center"><object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?tabType3=guide&#038;tabUrl3=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash%2F%3Fsort%3D%7Edate&#038;tabTitle3=Episodes&#038;tabType2=guide&#038;tabUrl2=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash%2F%3Fsort%3Dpopular&#038;tabTitle2=Popular&#038;tabType1=details&#038;tabUrl1=undefined&#038;tabTitle1=About&#038;enablejs=true&#038;feedurl=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F892240%3Freferrer%3Dhttp%3A%2F%2Fwww%2Elinuxjournal%2Ecom%2Fvideo%2Fubuntu%2Dwindows%2Dwubisource%3D3&#038;brandlink=http%3A%2F%2Fwww%2Elinuxjournal%2Ecom&#038;brandname=linuxjournal%2Ecom&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="400" height="255" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?tabType3=guide&#038;tabUrl3=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash%2F%3Fsort%3D%7Edate&#038;tabTitle3=Episodes&#038;tabType2=guide&#038;tabUrl2=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash%2F%3Fsort%3Dpopular&#038;tabTitle2=Popular&#038;tabType1=details&#038;tabUrl1=undefined&#038;tabTitle1=About&#038;enablejs=true&#038;feedurl=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F892240%3Freferrer%3Dhttp%3A%2F%2Fwww%2Elinuxjournal%2Ecom%2Fvideo%2Fubuntu%2Dwindows%2Dwubisource%3D3&#038;brandlink=http%3A%2F%2Fwww%2Elinuxjournal%2Ecom&#038;brandname=linuxjournal%2Ecom&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /><param name="quality" value="best" /><embed src="http://blip.tv/scripts/flash/showplayer.swf?tabType3=guide&#038;tabUrl3=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash%2F%3Fsort%3D%7Edate&#038;tabTitle3=Episodes&#038;tabType2=guide&#038;tabUrl2=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash%2F%3Fsort%3Dpopular&#038;tabTitle2=Popular&#038;tabType1=details&#038;tabUrl1=undefined&#038;tabTitle1=About&#038;enablejs=true&#038;feedurl=http%3A%2F%2Flinuxjournal%2Eblip%2Etv%2Frss%2Fflash&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F892240%3Freferrer%3Dhttp%3A%2F%2Fwww%2Elinuxjournal%2Ecom%2Fvideo%2Fubuntu%2Dwindows%2Dwubisource%3D3&#038;brandlink=http%3A%2F%2Fwww%2Elinuxjournal%2Ecom&#038;brandname=linuxjournal%2Ecom&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" quality="best" width="400" height="255" name="showplayer" type="application/x-shockwave-flash"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2008/05/07/how-to-install-ubuntu-using-wubi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install software in Ubuntu</title>
		<link>http://www.ubuntu-fl.org/2008/05/06/how-to-install-software-in-ubuntu/</link>
		<comments>http://www.ubuntu-fl.org/2008/05/06/how-to-install-software-in-ubuntu/#comments</comments>
		<pubDate>Tue, 06 May 2008 20:06:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This will show you how to install software in Ubuntu with the use of Synaptics Package Manager. Fairly easy, follow the tutorial and you will be installing software in no time. Installing software in Ubuntu from the repositories is very very easy, first you start by going into System &#62;Administration &#62;Synaptics Package Manager. After cliking [...]]]></description>
			<content:encoded><![CDATA[<p>This will show you how to install software in Ubuntu with the use of Synaptics Package Manager. Fairly easy, follow the tutorial and you will be installing software in no time.<br />
<span id="more-110"></span></p>
<div>
<p style="margin: 10px 0px 10px 5px" align="left">Installing software in Ubuntu from the repositories is very very easy, first you start by going into <strong>System &gt;Administration &gt;Synaptics Package Manager</strong>.</p>
<p align="center"><img width="70%" src="/images/tutorials/step_1.png" alt="Step 1" /></p>
<p style="margin: 10px 0px 10px 5px" align="left">After cliking on Synaptics Package Manager you will see the application comeup.</p>
<p align="center"><img width="70%" src="/images/tutorials/step_2.png" alt="Step 2" /></p>
<p style="margin: 10px 0px 10px 5px" align="left">Then select search at the very top of the application screen and enter the application name if it is available for Ubuntu it will showup on your results list.</p>
<p align="center"><img width="70%" src="/images/tutorials/step_3.png" alt="Step 3" /></p>
<p style="margin: 10px 0px 10px 5px" align="left">Once you see the application in the results list simply right-click it and you will see a list of options, simply select <strong>Mark for Installation</strong>.</p>
<p align="center"><img width="70%" src="/images/tutorials/step_4.png" alt="Step 4" /></p>
<p style="margin: 10px 0px 10px 5px" align="left">Then go to the very top and click <strong>Apply</strong> you will see a confirmation window popup click Apply again.</p>
<p align="center"><img width="70%" src="/images/tutorials/step_5.png" alt="Step 5" /></p>
<p style="margin: 10px 0px 10px 5px" align="left">After the last step you are pretty much done, the manager takes over and downloads the required files. Click Close</p>
<p align="center"><img width="70%" src="/images/tutorials/step_6.png" alt="Step 6" /></p>
<p align="center"><img width="70%" src="/images/tutorials/step_7.png" alt="Step 7" /></p>
<p style="margin: 10px 0px 10px 5px" align="left">You are done!</p>
<p align="center"><img width="70%" src="/images/tutorials/step_8.png" alt="Step 8" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2008/05/06/how-to-install-software-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add quick templates to your desktop</title>
		<link>http://www.ubuntu-fl.org/2008/05/01/how-to-add-quick-templates-to-your-desktop/</link>
		<comments>http://www.ubuntu-fl.org/2008/05/01/how-to-add-quick-templates-to-your-desktop/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:42:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[One cool feature of Ubuntu 8.04, which I noticed back in version 7.10(Gutsy) I&#8217;m not sure if 7.04(Fiesty) had it. But essentially you could create folders which can in turn have template files within them. One cool feature of Ubuntu 8.04, which I noticed back in version 7.10(Gutsy) I&#8217;m not sure if 7.04(Fiesty) had it. [...]]]></description>
			<content:encoded><![CDATA[<p>One cool feature of Ubuntu 8.04, which I noticed back in version 7.10(Gutsy) I&#8217;m not sure if 7.04(Fiesty) had it. But essentially you could create folders which can in turn have template files within them.  </p>
<hr id="system-readmore" />
<div style="margin: 5px 5px 0px" align="left">
<p>One cool feature of Ubuntu 8.04, which I noticed back in version 7.10(Gutsy) I&#8217;m not sure if 7.04(Fiesty) had it. But essentially you could create folders which can in turn have template files within them.</p>
<p>When you right click anywhere on your desktop you get a popup menu which has the following items available.<img align="right" vspace="6" hspace="6" alt="Rick Click Desktop Menu" border="0" src="/images/tutorials/right_click_items.png" /></p>
<ul>
<li>Create Folder</li>
<li>Create launcher(Shortcut)</li>
<li>Create Document</li>
<li>Clean up by name</li>
<li>Paste</li>
<li>Change Desktop Background</li>
</ul>
<p>The Item we will focus on will be the &#8220;Create Document&#8221; link which will host all the templates you would like to add.</p>
<p>Open your File Browser by clicking on<strong> Places &gt;Home</strong>, here you will see a list or icons of all your folders within your Home directory and there is a folder called &#8220;<strong>Templates</strong>&#8220;, double click it to navigate to it.</p>
<p><img width="70%" alt="User Home Directory" border="0" src="/images/tutorials/home_dir.png" /></p>
<p>Inside this folder (Templates) right click and select &#8220;<strong>Create Folder</strong>&#8221; and name the new folder <strong>Office Documents</strong>.</p>
<p><img width="70%" alt="Template Directory" border="0" src="/images/tutorials/templates_dir.png" /></p>
<p>Now lets open Open Office Writer, you can do this by clicking on <strong>Applications &gt;Office &gt;OpenOffice.org Word Processor</strong> and click on      New &gt; Text Document then save this document to the Templates &gt;Office Documents. Keep in mind that you can format this document to what ever you like.      Now go back to your desktop and look at the &#8220;Create Document&#8221; link and you will see the Office Documents folder and within it the file you just created.</p>
<p><img alt="Create Document Templates Menu" border="0" src="/images/tutorials/create_docs.png" /></p>
<p><img alt="Office Templates Menu" border="0" src="/images/tutorials/create_doc_b.png" /></p>
<p>Even More templates can be added to this shortcut on your desktop.</p>
<p><img alt="More Templates" border="0" src="/images/tutorials/create_dock_a.png" /></p>
<p>This comes pretty handy if your always doing some creative work or always using a certain format for certain documents or files. And since your not limited to just Office Documents you can create any kind of template.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ubuntu-fl.org/2008/05/01/how-to-add-quick-templates-to-your-desktop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
