<?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>flagrantdisregard &#187; linux</title>
	<atom:link href="http://flagrantdisregard.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://flagrantdisregard.com</link>
	<description></description>
	<lastBuildDate>Sat, 24 Mar 2012 19:09:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix for CrashPlan not remembering window position/size</title>
		<link>http://flagrantdisregard.com/crashplan-window-geometry/</link>
		<comments>http://flagrantdisregard.com/crashplan-window-geometry/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 05:24:35 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[crashplan]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/?p=3004</guid>
		<description><![CDATA[Last month I ditched rdiff-backup (which saved my bacon on a number of occasions) for CrashPlan+ with the Family Unlimited plan so I can backup all of our computers (one Ubuntu desktop, two Macs) locally and offsite. Used their seed service. Already had to do a small restore. Love it. Works great. The only problem I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Last month I ditched <a href="http://www.nongnu.org/rdiff-backup/">rdiff-backup</a> (which saved my bacon on a number of occasions) for <a href="http://www.crashplan.com/">CrashPlan</a>+ with the Family Unlimited plan so I can backup all of our computers (one Ubuntu desktop, two Macs) locally and offsite. Used their seed service. Already had to do a small restore. Love it. Works great.</p>
<p>The only problem I&#8217;ve had is this: it wouldn&#8217;t remember the window size and position of the desktop app on my Ubuntu machine. I installed CrashPlan as root as suggested by the installer (so that it can backup anything on the system). This put CrashPlan in /usr/local/crashplan, owned by root. Turns out that CrashPlan desktop wants to save window geometry in /usr/local/crashplan/conf. But it can&#8217;t because I run the desktop app as me, not as root.</p>
<p>So, the fix would be for CrashPlan to store user settings in the user&#8217;s home directory (for example ~/.crashplan/ui.properties). But the workaround until that happens is to manually create a properties file in the /usr/local/crashplan/conf folder that CrashPlan desktop has access to. Open a terminal and type:</p>
<pre>cd /usr/local/crashplan/conf
USERNAME=`whoami`
sudo touch ui_$USERNAME.properties
sudo chown $USERNAME ui_$USERNAME.properties</pre>
<p>That creates an empty properties file in the crashplan directory with your username that you have access to. You should be able to just copy that into a terminal. Double check the directory where CrashPlan is installed and note the backticks. My username is <em>john</em> so it creates a file named <em>ui_john.properties</em>. The next time you close CrashPlan, it will be able to write to that file so it will remember its window position and size.</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/crashplan-window-geometry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typing non-standard characters in Ubuntu/Gnome</title>
		<link>http://flagrantdisregard.com/typing-non-standard-characters-in-ubuntugnome/</link>
		<comments>http://flagrantdisregard.com/typing-non-standard-characters-in-ubuntugnome/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 05:25:23 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[typing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/?p=961</guid>
		<description><![CDATA[I&#8217;ve been itching for this for a long time but never got up the steam to actually go find out how to do it until today. You can type special characters (accented characters, special punctuation, etc.) directly from the keyboard by following this handy guide. (Shift+AltGr means press the Left Shift and Right Alt key [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been itching for this for a long time but never got up the steam to actually go find out how to do it until today. You can type special characters (accented characters, special punctuation, etc.) directly from the keyboard by following this <a href="https://help.ubuntu.com/community/GtkComposeTable">handy guide</a>. (Shift+AltGr means press the Left Shift and Right Alt key at the same time.) For example, pressing and releasing Shift+Alt, then c, then | gives the cents symbol: ¢. Armed with this knowledge, expect me to get all punctuaty and typographical in future posts.</p>
<p>You can also press and release Ctrl+Shift+U, then a unicode hex value, then space. That&#8217;s equivalent to the Windows Alt+&lt;unicode&gt; shortcut. Get the hex values from the Character Map in the Accessories menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/typing-non-standard-characters-in-ubuntugnome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Send to Flickr&#8221; call for testers</title>
		<link>http://flagrantdisregard.com/send-to-flickr-call-for-testers/</link>
		<comments>http://flagrantdisregard.com/send-to-flickr-call-for-testers/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:03:28 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uploader]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/send-to-flickr-call-for-testers/</guid>
		<description><![CDATA[Update: Thanks for your help, everybody. No more testers needed. I&#8217;ll be releasing it soon. Over the weekend I created a photo uploader for Linux, specifically for Gnome desktop users: I&#8217;m looking for some people who can install and try the package out before I release it publicly. Ideally I&#8217;d like several people to run [...]]]></description>
			<content:encoded><![CDATA[<p class="highlight"><b>Update:</b> Thanks for your help, everybody. No more testers needed. I&#8217;ll be releasing it soon.</p>
<p>Over the weekend I created a photo uploader for Linux, specifically for Gnome desktop users:</p>
<p><object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fyafd%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F738208&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="500" height="390" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Fyafd%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F738208&#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?enablejs=true&#038;feedurl=http%3A%2F%2Fyafd%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F738208&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" quality="best" width="500" height="390" name="showplayer" type="application/x-shockwave-flash"></embed></object></p>
<p>I&#8217;m looking for some people who can install and try the package out before I release it publicly. Ideally I&#8217;d like several people to run the installer (a .deb package) and make sure it does all the right things. I&#8217;m targeting Ubuntu but (in theory) the .deb should work on any Debian system and a tarball is also available. A mix of technical and non-technical users would be nice. Please only respond if you are able to spend some time using the app and share feedback with me via email. <a href="mailto:john@flagrantdisregard.com">Contact me</a> if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/send-to-flickr-call-for-testers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My backup system saved me today</title>
		<link>http://flagrantdisregard.com/rdiff-backup-saved-me/</link>
		<comments>http://flagrantdisregard.com/rdiff-backup-saved-me/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 00:27:30 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2008/01/08/rdiff-backup-saved-me/</guid>
		<description><![CDATA[Last November, after around 25 years of computing, finally, I setup a reliable, automatic backup system for all of my important files, documents, photos, and music. And today I needed it (timing, eh?). A bunch of important files took collateral damage from a program I was writing. And I almost panicked. But then the backup [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://flagrantdisregard.com/wp-content/uploads/2008/01/drive.png' alt='Hard drive' class='alignright' />Last November, after around 25 years of computing, <b>finally,</b> I setup a reliable, automatic backup system for all of my important files, documents, photos, and music.</p>
<p>And today I needed it (timing, eh?). A bunch of important files took collateral damage from a program I was writing. And I almost panicked. But then the backup system worked beautifully. And I did a happy dance. And, no, there is no video of that.</p>
<p>If I&#8217;d been manually backing up weekly I&#8217;d be able to salvage some and rebuild the rest and be very annoyed. If I&#8217;d been manually backing up my files every month or so I&#8217;d be screwed.</p>
<p>The backup system I use (<a href="http://www.nongnu.org/rdiff-backup/">rdiff-backup</a>) takes a system snapshot once every 24 hours and keeps a rolling 30 day history (sort of like a less anxious version of <a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a>). So I&#8217;m able to restore my system to its state at any day within the last 30 days.</p>
<p>Anyway, it works. In five minutes it was like it never happened. Yay, technology!</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/rdiff-backup-saved-me/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Note taking with Tomboy</title>
		<link>http://flagrantdisregard.com/tomboy-notes/</link>
		<comments>http://flagrantdisregard.com/tomboy-notes/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 19:25:49 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[basket]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tomboy]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2007/12/31/tomboy-notes/</guid>
		<description><![CDATA[A to-do list in Tomboy Last week I asked for some help finding a new note taking application. I was becoming frustrated with BasKet Note Pads because, despite all of its great features, it would intermittently delete notes when I moved them (obviously, unacceptable). Otherwise, BasKet is a very good application for general note taking [...]]]></description>
			<content:encoded><![CDATA[<div class="alignright"><img src='http://flagrantdisregard.com/wp-content/uploads/2007/12/tomboy.jpg' alt='Tomboy screenshot' />
<div align="center"><small><i>A to-do list in Tomboy</i></small></div>
</div>
<p>Last week I <a href="http://flagrantdisregard.com/index.php/2007/12/20/desktop-notes-help/">asked for some help</a> finding a new note taking application. I was becoming frustrated with <a href="http://basket.kde.org/">BasKet Note Pads</a> because, despite all of its great features, it would <b>intermittently delete notes</b> when I moved them (obviously, unacceptable).</p>
<p>Otherwise, BasKet is a very good application for general note taking if you like the outline variety and especially if you like <a href="http://basket.kde.org/screenshots.php">decorating your notes with stickers and badges</a>. I&#8217;m sure they&#8217;ll get the bugs worked out in a future version and its possible that others won&#8217;t experience my problems with it so I still recommend it.</p>
<p><b>Thanks to everyone who sent suggestions.</b> For now I&#8217;ve switched away from BasKet and started using <a href="http://www.gnome.org/projects/tomboy/">Tomboy</a>. Tomboy is a desktop <a href="http://en.wikipedia.org/wiki/Wiki">wiki</a> application (kind of like sticky notes on steroids). I was initially turned off because I&#8217;ve found wikis cumbersome to keep updated.</p>
<p>One of the things I don&#8217;t like about wikis, for example, is the need to manually create index pages. But I&#8217;ve discovered that Tomboy solves that problem fairly well through its search system. When you open the search window you immediately see an index of every page. Neat. Then entering keywords into the search box filters that list down (using a full-text search) to just the matching pages. (And when you open those pages, the matching term is highlighted.)</p>
<p>I also don&#8217;t like WikiCapitalizingSentences and was worried that re-titling a page would break all of the incoming links. Neither of those is a problem with Tomboy either since the first isn&#8217;t required (it&#8217;s not even the default) and it automagically renames all inbound links with the new title.</p>
<p><b>Tomboy also has three things that I think make it great for to-do lists:</b> 1) You can easily create a bulleted list by starting a line with a hyphen 2) You can highlight important items (Ctrl-H) in yellow and 3) You can check off completed items by either deleting them or by drawing a line through them (Ctrl-S).</p>
<p>So what I&#8217;ve done is setup separate pages for each of my projects and then I can cross-link my to-dos directly to a project page just by typing its name. It&#8217;s organization without the need to fiddle with a note hierarchy outline and I can view my project page and to-dos at the same time (BasKet only lets you view one thing at a time). Pretty slick.</p>
<p><b>Overall, I find its apparent simplicity appealing.</b> It works a lot like how I use my Moleskine note books with the added benefits of hyperlinking between pages and a built-in search function. I&#8217;m no longer tempted to fiddle with page layout, icons, or colors and basic text entry (especially for lists) is much more natural in Tomboy than in BasKet. I&#8217;ve only been using it for a few days so far, but barring any unforeseen problems I think I&#8217;ll be using Tomboy for a lot longer.</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/tomboy-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can anyone suggest a good desktop note-taking application?</title>
		<link>http://flagrantdisregard.com/desktop-notes-help/</link>
		<comments>http://flagrantdisregard.com/desktop-notes-help/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 17:37:58 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2007/12/20/can-anyone-suggest-a-good-desktop-note-taking-application-for-linux/</guid>
		<description><![CDATA[For a long while I was using Tadalist which I absolutely adored because of its simplicity. It made lists and you checked things off and it was wonderful. I migrated to Remember The Milk and liked it much better, presumably because my list making was getting more complicated. In particular, I liked the ability to [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://flagrantdisregard.com/wp-content/uploads/2007/12/notes.jpg' alt='Notes' class="alignright" />For a long while I was using <a href="http://www.tadalist.com/">Tadalist</a> which I absolutely adored because of its simplicity. It made lists and you checked things off and it was wonderful. I migrated to <a href="http://www.rememberthemilk.com/">Remember The Milk</a> and liked it much better, presumably because my list making was getting more complicated. In particular, I liked the ability to tag list items which allowed me to organize things more. <b>This should have been a warning sign.</b> I now feel that if you&#8217;re doing too much organizing of your to-do lists then you&#8217;re doing something wrong.</p>
<p>I also have a need for taking notes and keeping my notes <b>organized, searchable, and visible.</b> I was using text files for this but was finding it difficult to maintain a useful naming convention and enable easy searching across files. Maybe it&#8217;s a lack of discipline, but these files would find themselves all over my system rather than being in one place. And because they&#8217;re tucked away in a folder someplace they&#8217;re not visible and they tend to become forgotten and lost just when I need them.</p>
<p>&#8220;Aha!&#8221; you&#8217;re thinking. &#8220;He should use <a href="http://www.backpackit.com/">Backpack</a>.&#8221; I do think Backpack is a worthy application and I tried to use it for a while. But I actually preferred the simpler to-do list management of Tadalist to Backpack. Also, I need to keep track of server passwords and registration information and the like and I just don&#8217;t feel comfortable storing that online. Also, I&#8217;d need hundreds of pages and <b>I&#8217;m cheap.</b></p>
<p>Onlineness used to outweigh the need for 100% uptime, but now that I do all of my computing in one location it&#8217;s not a factor anymore. Earlier this year Remember The Milk was down for hours and I couldn&#8217;t access any of my lists. That sucked.</p>
<p>Most recently, I&#8217;ve been using <a href="http://basket.kde.org/">BasKet Notepads</a>. It&#8217;s fairly nice with a rich user interface that allows you to tag and put meaningful icons next to items. You can organize all of your information in an outline view on the left and view free form or multi-column pages on the right. Pages can consist of to-do lists, free form notes, web links, pictures, etc. A few warts but very nice overall. <b>Except that every once in a while, for no apparent reason, it deletes some of my notes.</b></p>
<p>So, I&#8217;m searching for a new note-taking application.</p>
<p>I&#8217;m looking for a <b>desktop application</b> that allows me to <b>create text notes and to-do lists</b>. Ideally I&#8217;d like it to create an outline view of all of my pages. I need to be able to search all of my notes and lists. It&#8217;d be nice if it could store images and formatted text. It needs to be able to export all of the information in its database to a human readable format like plain text or HTML. I&#8217;m not particularly keen on the Wiki concept but I&#8217;ll allow you to convince me. Free or very cheap would be nice.</p>
<p>It doesn&#8217;t all have to be one application. Maybe you have a great system for storing all of this in a hundred text files and use a separate application for searching&#8212;I&#8217;d love to hear about it. I&#8217;m looking for solutions for Linux but share whatever you&#8217;ve got. It may be something I could adapt.</p>
<p>Please share your suggestions. Please share how you are managing your notes and lists. Help!</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/desktop-notes-help/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Removing Windows from a Dual-Boot System</title>
		<link>http://flagrantdisregard.com/removing-windows-from-a-dual-boot-system/</link>
		<comments>http://flagrantdisregard.com/removing-windows-from-a-dual-boot-system/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 00:48:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2007/11/28/removing-windows-from-a-dual-boot-system/</guid>
		<description><![CDATA[I&#8217;ll try to keep this brief but I wanted to post it because I couldn&#8217;t find exactly this procedure anywhere online. Here&#8217;s my situation: when I installed Ubuntu I didn&#8217;t just repartition my Windows drive&#8212;I added a whole new hard drive for it. So I ended up with Windows XP on /dev/sda1 and Ubuntu on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll try to keep this brief but I wanted to post it because I couldn&#8217;t find exactly this procedure anywhere online. Here&#8217;s my situation: when I installed Ubuntu I didn&#8217;t just repartition my Windows drive&#8212;<em>I added a whole new hard drive for it.</em> So I ended up with Windows XP on /dev/sda1 and Ubuntu on /dev/sdb1. So, with that setup <b>how do you remove the Windows drive without rendering the system unbootable?</b></p>
<p>My goals were to remove Windows and re-dedicate the drive as backup storage. <b>There are easier ways to do this.</b> For example, I could have simply deleted all of the files on the Windows drive and been done.</p>
<p>But because I&#8217;m human and often irrational and for aesthetic and symbolic reasons, I wanted the Windows drive to become /dev/sdb1 and I wanted to reformat it for the ext3 file system. So, here&#8217;s what I did:</p>
<p><b>[ Follow this procedure at your own risk! If you come whining to me that you blew up your computer I will feel your pain, shake my head sadly, send you some good vibes and not write you back. ]</b></p>
<ol>
<li>Download Ubuntu and create a bootable live CD. This will be your rescue tool if you screw up. You may also want to create a backup of your important files, just in case.</li>
<li>Reboot into the Live CD.</li>
<li>Open a console and start GRUB:
<p><code>$ sudo grub</code></li>
<li>Find your Linux drive (the result shown here says Linux is on device hd2):
<p><code>grub> find /boot/grub/stage1<br />
(hd2, 0)</code></li>
<li>Install GRUB into the MBR of the Linux drive:
<p><code>grub> root(hd2, 0)<br />
grub> setup(hd2)</code></li>
<li>Since I was changing the physical order of my drives, I edited /boot/grub/menu.lst and changed all references to the old drive (hd1) to the new one (hd0).</li>
<li>I also deleted the Windows boot entries in menu.lst.</li>
<li>I don&#8217;t know if this is strictly necessary, but I used gparted to add the &#8220;boot&#8221; flag to the Linux drive&#8217;s root partition.
</li>
<li>Then I powered down and physically switched drive channels so that the Ubuntu drive would be hd0.</li>
<li>Then I rebooted. It worked. :-)</li>
</ol>
<p>There are a lot of ways you can mess this up, but as long as you don&#8217;t reformat or delete anything, even if you can&#8217;t boot, all of your data and files are still there. With the live CD handy you can still get on the internet and find help and get at all of the files on your drives if necessary.</p>
<p>Read the GRUB manual. Make sure you check your BIOS and it is using the correct hard drive for booting. Also, if GRUB loads but can&#8217;t boot your system, you can get into a console and/or edit menu entries on the fly from there which will allow you to try different device numbers until you find one that works (and when it does, write it down and edit your menu.lst appropriately).</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/removing-windows-from-a-dual-boot-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A year with Linux on the desktop</title>
		<link>http://flagrantdisregard.com/a-year-with-linux-on-the-desktop/</link>
		<comments>http://flagrantdisregard.com/a-year-with-linux-on-the-desktop/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 10:09:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2007/11/16/a-year-with-linux-on-the-desktop/</guid>
		<description><![CDATA[On January 30th 2007 I installed Ubuntu Linux on my computer intending to use it as my primary operating system. I wrote about the surprises of that switch (both happy and vexing) in a four-part series (part 1, part 2, part 3, part 4) in March. It&#8217;s been very nearly a year now and I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>On January 30th 2007 I installed Ubuntu Linux on my computer intending to use it as my primary operating system. I wrote about the surprises of that switch (both happy and vexing) in a four-part series (<a href="http://flagrantdisregard.com/index.php/2007/03/11/four-weeks-with-ubuntu-linux-on-the-desktop-part-1-switching-is-hard/">part 1</a>, <a href="http://flagrantdisregard.com/index.php/2007/03/14/ubuntu-linux-down-the-rabbit-hole/">part 2</a>, <a href="http://flagrantdisregard.com/index.php/2007/03/20/buntu-linux-its-full-of-stars/">part 3</a>, <a href="http://flagrantdisregard.com/index.php/2007/03/23/ubuntu-linux-the-verdict/">part 4</a>) in March.</p>
<p>It&#8217;s been very nearly a year now and I&#8217;m happy to report that not only am I still using Linux on my main desktop computer on a daily basis, I haven&#8217;t had any need or desire to boot into Windows in a long time. So long, in fact, that I can&#8217;t remember the last time I did.</p>
<div align="center">
<img src='http://flagrantdisregard.com/wp-content/uploads/2007/11/screenshot.jpg' alt='Desktop' /><br />
<i><small>Browsing Flickr in Firefox, watching a CNN video podcast in Miro, listening to music with Amarok. The icons are hard to make out but the first two are Civ 4 and Age of Empires 3. Yes, this is Linux.</small></i>
</div>
<p>A couple of days ago I was hunting around for a new removable storage system for making backups (I have about 200 G of memories and important files) when I realized that I already had a spare 320 G hard drive just sitting idle: my Windows paritition.</p>
<p>I poked through it to see if there was anything left on there that I still wanted and then blew it away (I&#8217;ll write a short post about removing Windows from the boot partition of a dual-boot system and setting up rdiff-backup another time).</p>
<p>The kids have been using Linux for years, so they&#8217;re happy penguins. I&#8217;m a happy penguin. The wife&#8217;s laptop is the only remaining Windows machine in the house and it is nearing the end of its life. I&#8217;m predicting we&#8217;ll be a Windows-free household in just a few months with absolutely no regrets.</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/a-year-with-linux-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Four weeks with Ubuntu Linux on the desktop. Part 4: And the verdict is&#8230;</title>
		<link>http://flagrantdisregard.com/ubuntu-linux-the-verdict/</link>
		<comments>http://flagrantdisregard.com/ubuntu-linux-the-verdict/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 00:01:46 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2007/03/23/ubuntu-linux-the-verdict/</guid>
		<description><![CDATA[[ On January 30th I installed Ubuntu Linux and decided to give it a serious try. Read Part 1 for an introduction including my reasons for doing this. Part 2 covers my installation experience. And Part 3 was all about finding and using replacement applications. ] Folks, it&#8217;s been a fun and sometimes woolly ride. [...]]]></description>
			<content:encoded><![CDATA[<p><i>[ On January 30th I installed Ubuntu Linux and decided to give it a serious try. <a href="http://flagrantdisregard.com/index.php/2007/03/11/four-weeks-with-ubuntu-linux-on-the-desktop-part-1-switching-is-hard/">Read Part 1</a> for an introduction including my reasons for doing this.  <a href="http://flagrantdisregard.com/index.php/2007/03/14/ubuntu-linux-down-the-rabbit-hole/">Part 2</a> covers my installation experience. And <a href="http://flagrantdisregard.com/index.php/2007/03/20/buntu-linux-its-full-of-stars/">Part 3 was all about finding and using replacement  applications.</a> ]</i></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/7eTguZ5OzJ4"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/7eTguZ5OzJ4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Folks, it&#8217;s been a fun and sometimes woolly ride. Several times, early in this adventure, I had thoughts to just reboot into Windows and forget the whole thing ever happened. I mean, it&#8217;s not only hard to get used to a new way of doing things, it&#8217;s also a chore to have to transfer all of the stuff over that I want to work with and set everything up the way I like it. Years of Windows history is hard to shake.</p>
<p><span id="more-702"></span></p>
<p>But I stuck with it and I started to become proficient in the tasks I needed to do daily. With each success, my confidence grew. And as my confidence increased, I began to notice the nuances and subtle improvements that Ubuntu Linux makes over Windows.</p>
<p>It&#8217;s tough to switch. Period. You just need to give it some time. A few days is not enough. I&#8217;d say it takes three weeks <i>minimum</i> to switch. You aren&#8217;t giving Linux a fair chance if you give up earlier.</p>
<p>But it&#8217;s worth it.</p>
<div align="center">* * *</div>
<p>In Part 1 I hinted that the more advanced you are as a computer user, the harder it would be to switch. So, what types of people are good candidates for switching?</p>
<p>People with modest computing requirements would be well served by Linux on their desktop. If you want to check your email, browse the internet, write and print personal documents, and download pictures from your camera onto your computer you bought in the last 2-3 years then you should have no problem at all switching to Linux. Ubuntu Linux comes configured out of the box to support all of these activities. If the desktop theme is setup in a particular way, it&#8217;s hard to even notice you&#8217;ve switched. Your first clue that you&#8217;re in a far, far better place might come when you realize you don&#8217;t have&#8212;and don&#8217;t need&#8212;any anti-virus software running.</p>
<p>If you want to do slightly more advanced things like watch videos on YouTube, listen to your mp3 collection, rip and burn CDs, chat with people on Skype or IM, do complex photo editing, create spreadsheets, write software, and manage your finances, you&#8217;ll still be well-served by Linux. You have to do some additional setup, mostly in the area of proprietary driver and codec (audio and video decoding) installation. Ubuntu 7.04 (code named &#8220;Feisty Fawn&#8221;) due out in April 2007 provides a simple control panel that will walk you through the process of installing just what you need without any hassles.</p>
<p>If you want to take it one step further and start creating your own content, editing multi-track audio, doing non-linear video editing, printing color-calibrated photos on your own printer, capturing video from a camera, or playing commercial video games, then you are going to run into problems. These problems are usually of the &#8220;there&#8217;s no driver&#8221; variety or its kin &#8220;there&#8217;s no GUI configuration tool so I have to edit .config files&#8221; or &#8220;it&#8217;s fairly easy but I have to search the Wiki and decipher 10 sets of conflicting instructions before I find the set that works for me&#8221;.</p>
<p>In some cases, you will simply not be able to use the software you are used to. There&#8217;s likely something that is very similar&#8212;maybe even <b>better!</b> (visit <a href="http://www.osalt.com/">osalt.com</a> <em>right now!</em>)&#8212;but whether it is a suitable replacement or not is a completely personal decision. For many people, The GIMP is a suitable replacement for Photoshop but for many others that&#8217;s a laughable suggestion. Then again, you may be pleasantly surprised by what you can run with <a href="http://www.winehq.com/">Wine</a>.</p>
<p>I also wrote that Linux isn&#8217;t just for geeks anymore. That is 100% true. I&#8217;d bet that anyone who says that hasn&#8217;t used Linux in a long time. But the cool thing is that a lot of geeks <em>do</em> use Linux. And by &#8220;geeks&#8221; I mean savvy, technology-loving, early-adopters. (And I count myself among their number.) Being in a community full of geeks is a wonderful thing. For example, if you have a gripe about something or wish you had an app to do some task, it&#8217;s a good bet that a lot of other people had the same itch; that a few of them had the time, energy, and know-how to do something about it; and that they contributed it back to the community so you can download exactly what you need, for free, with a few mouse clicks.</p>
<div align="center">* * *</div>
<p>As you can tell by today&#8217;s date it&#8217;s actually been nearly eight weeks since I started using Ubuntu Linux. I wrote most of the content for these articles in late February and early March. But I can assure you now, with eight weeks of experience behind me, that if you stick with it that long you won&#8217;t want to switch back.</p>
<p>I just booted back into my old Windows XP system for a minute to see if I had any lingering switching pangs (it took too long and then it greeted me with a prompt to run the monthly Malicious Software Removal Tool&#8212;I don&#8217;t miss that <em>at all</em>). I don&#8217;t think my old Windows partition is long for this world. Rather than feeling comfortable, like getting your favorite leather jacket out of Winter storage, everything just seemed a little&#8230; <em>off</em>.</p>
<p>Windows had been my home for years, but I don&#8217;t live there anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/ubuntu-linux-the-verdict/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Four weeks with Ubuntu Linux on the desktop. Part 3: Oh my God&#8212;it&#8217;s full of stars!</title>
		<link>http://flagrantdisregard.com/buntu-linux-its-full-of-stars/</link>
		<comments>http://flagrantdisregard.com/buntu-linux-its-full-of-stars/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 05:57:14 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://flagrantdisregard.com/index.php/2007/03/20/four-weeks-with-ubuntu-linux-on-the-desktop-part-3-oh-my-god-its-full-of-stars/</guid>
		<description><![CDATA[[ On January 30th I installed Ubuntu Linux and decided to give it a serious try. Read Part 1 for an introduction including my reasons for doing this. Part 2 covers my installation experience. ] I&#8217;ve heard that installing software on Linux is very difficult. That may have been true once but it is a [...]]]></description>
			<content:encoded><![CDATA[<p><i>[ On January 30th I installed Ubuntu Linux and decided to give it a serious try. <a href="http://flagrantdisregard.com/index.php/2007/03/11/four-weeks-with-ubuntu-linux-on-the-desktop-part-1-switching-is-hard/">Read Part 1</a> for an introduction including my reasons for doing this.  <a href="http://flagrantdisregard.com/index.php/2007/03/14/ubuntu-linux-down-the-rabbit-hole/">Part 2 covers my installation experience.</a> ]</i></p>
<p>I&#8217;ve heard that installing software on Linux is very difficult. That may have been true once but it is a myth today. The truth is, installing software in Ubuntu is a far better and easier process that it has ever been in Windows.</p>
<p>The installation and updating of software is an area where Ubuntu shines. The Windows Add/Remove programs dialog is a feeble shadow of Apt, Ubuntu&#8217;s package management system. There are several different ways to install software in Ubuntu including a familiar sounding &#8220;Add/Remove&#8221; programs choice, a utility called Synaptic, and a command-line utility called apt-get; but under the covers they are all accessing Apt.</p>
<p><span id="more-700"></span></p>
<p>Apt manages a tremendous catalog of free software that has been packaged by official Ubuntu representatives and the Ubuntu community. There are over <a href="http://packages.ubuntu.com/edgy/">20,000 applications</a> available to me right now. I prefer using Synaptic to access the catalog which lets me browse and search software by category and description. To install anything I need requires just two clicks. One to select the software and one click to actually start the install. Once it&#8217;s installed, Ubuntu will <em>automatically</em> let me know if any of my installed software has been updated and offer to upgrade it for me. As if that wasn&#8217;t enough, I never have to reboot after I install anything!</p>
<p>Anything not in the official repositories that has any kind of popularity is quickly packaged by the community and made available. The end result is that if you need it, it&#8217;s in there. It&#8217;s an understatement to call this an amazing resource.</p>
<p>Apt combined with Synaptic is Ubuntu&#8217;s killer app.</p>
<div align="center">* * *</div>
<p>I was already using a variety of free and open source applications when I installed Ubuntu. This probably made the switch easier for me since most of those applications were already available on Ubuntu. In other words, switching was easier because I was able to keep using the same apps. If you&#8217;re considering switching, switch apps first. Find free and open source applications that run on Linux and your current operating system. <a href="http://www.osalt.com/">Open Source Alternative</a> is the definitive resource for this information. You may be surprised by the quality of alternative software available (I was) in every category.</p>
<p>Applications I was using regularly (daily, in most cases):</p>
<p>Firefox, iTunes, Skype, Gaim, Adobe Lightroom, Paint Shop Pro X, GVIM, Subversion, Launchy, Last.fm, Apache 2, MySql, MySql Query browser, Audacity, Terminal Server Client</p>
<p>(I use Gmail and Google Calendar exclusively for mail and scheduling so those were non-issues.)</p>
<p>All of these applications also run on Linux except for iTunes, LightRoom, Paint Shop Pro, and Launchy. As I wrote earlier, this makes switching easier. Because I was already using a lot of free and open source software like Firefox, I could keep on using those apps on Linux.</p>
<p>I just needed to find replacements for Launchy, iTunes, Lightroom, and Paint Shop Pro. Replacing <a href="http://www.launchy.net/">Launchy</a>, a keyboard-based application launcher, was easy. A free app called Katapult performs exactly the same function.</p>
<p>iTunes was a bit more problematic. I don&#8217;t mind not being able to access the iTunes music store any longer as I didn&#8217;t buy a whole lot of music from them anyway. The real problem was being able to play the DRM-protected music files on my Ubuntu system that I had already purchased. Fortunately, I&#8217;ve always burned newly purchased iTunes tracks to a CD and re-ripped them in mp3 format. If you haven&#8217;t been doing this all along, you may have some work ahead of you.</p>
<p>But what app to replace iTunes as a music library and player? <a href="http://amarok.kde.org/">amaroK</a> stands head and shoulders above every other music player I&#8217;ve tried, iTunes included. The amaroK guys say version 2.0 (due out this year) will run on Linux, Windows, and OS X. Whether you&#8217;ve switched or not, give it a try when that day comes.</p>
<p>Replacing Lightroom and Paint Shop Pro, key components of my digital photography workflow, have been my biggest hurdles. I&#8217;m a photographer. I care more about my photographs than the average snapshot shooter. I don&#8217;t typically get prints at Target and send them to grandma (not that there&#8217;s anything wrong with that). I&#8217;ve pressed the shutter on my Nikon nearly 50,000 times (no joke) since 2004. I&#8217;ve spent a couple thousand dollars on equipment. I mention all this not to brag but just to show how important photography is to me.</p>
<p><a href="http://www.adobe.com/products/photoshoplightroom/">Adobe Lightroom</a> is, frankly, magnificent. Lightroom is a joy to use and is brilliantly designed both aesthetically and functionally. Lightroom only runs on Windows and Macs. I haven&#8217;t found anything on Linux (or Windows!) that even comes close to it. There are apps on Linux that perform roughly the same function. <a href="http://www.digikam.org/">digiKam</a>, for example, is a very fine photo management and editing suite similar in capability and use to Google&#8217;s <a href="http://picasa.google.com/">Picasa</a> (which also runs on Linux). But, I don&#8217;t even think you can make a fair comparison between digiKam and Lightroom since the intended audiences are drastically different (Joe Snapshooter vs. Pro Photographer). Lightroom is in a different league.</p>
<p>Recognizing that nothing can truly replace Lightroom, I hunted around for usable alternatives and came across an app called LightZone. <a href="http://www.lightcrafts.com/products/lightzone/">LightZone</a> is a professional, commercial photo processing application created by a company called Light Crafts. LightZone runs on Windows, OS X, and Linux and retails for $249. But wait! <a href="http://sonic.net/~rat/lightcrafts/">They give away the Linux version for <b>free!</b></a> It&#8217;s a very nice photo processing app with some very useful and unique capabilities. It&#8217;s not as polished or quite as capable as Lightroom; but for me&#8212;for now&#8212;it&#8217;ll do nicely.</p>
<p>Which leaves Paint Shop Pro. The <a href="http://www.gimp.org/">GIMP image editor</a> is the de facto Linux standard for image editing. It is a shining example of the open source community&#8217;s ability to create complex and highly functional software. It is a technological marvel and includes almost everything you&#8217;d expect including stuff like pressure-sensitive tablet support. That said, the learning curve is a steep. Everything is there but it can take a while to get used to its&#8230; idiosyncracies. Everything, that is, with the exception of adjustment layers.</p>
<p>Ah, adjustment layers. If you don&#8217;t know what adjustment layers are, I&#8217;ll just say that switching to an app without them is kind of like giving up your dual-core PC for a Commodore 64. The GIMP may have adjustment layers in version 3. That&#8217;s a long way off.</p>
<p>There are other alternatives. You can actually <a href="http://appdb.winehq.org/appview.php?appId=17">run Photoshop 7 and maybe 8 (CS)</a> under Linux via an emulation app called <a href="http://winehq.org/">Wine</a>. I haven&#8217;t tried it personally but many others have reported success. There&#8217;s also a very promising looking and modestly-priced ($38) commercial (shareware) application called <a href="http://www.kanzelsberger.com/pixel/">Pixel</a> (which I haven&#8217;t tried). If your needs are more modest, open source <a href="http://www.koffice.org/krita/">Krita</a>, <a href="http://picasa.google.com/">Picasa</a>, or <a href="http://www.digikam.org/">digiKam</a> may suit you better.</p>
<p>For now, I&#8217;m using a combination of digiKam, LightZone, and GIMP. It took a lot of getting used to as these apps are significantly different from what I was accustomed to, but I&#8217;m finally becoming proficient with these new tools.</p>
<div align="center">* * *</div>
<p>There are several &#8220;desktops&#8221; you can use with Ubuntu. Ubuntu comes with the Gnome desktop but you can easily install others. I&#8217;m currently using KDE and I think I prefer it over Gnome but I haven&#8217;t been a Linux user for very long. KDE is more Windows-like than Gnome is so Windows switchers might feel more comfortable with it.</p>
<p>KDE and Gnome each include a lot of &#8220;little&#8221; things that make working with your computer more civilized. For example:</p>
<ul>
<li>In Windows XP, you can download an app (Tweak UI) that lets you configure Windows not to steal focus from the current app. Instead, it will make the app that needs your attention blink in the taskbar. In Gnome, that is the default behavior; and it is much less intrusive with a very soft, gradual pulse instead of harsh blinking.</li>
<li>You can copy and paste text simply by highlighting the text you want to copy and then clicking the mouse wheel where you want to paste it.</li>
<li>In KDE, when I highlight a URL, a small popup appears in the corner of the screen asking me what I&#8217;d like to do with it (like open it in a browser).</li>
<li>You can paste the contents of the clipboard directly to your desktop or folder. KDE prompts you for a filename and saves the contents in a new file for you automatically.</li>
</ul>
<p>And there are hundreds of these kinds of things that, if you use a computer a lot, make a big difference in the long run.</p>
<div align="center">* * *</div>
<p>In part four, the last article in this series, I&#8217;ll conclude with my overall impressions of Ubuntu and talk a little about the kinds of users Ubuntu might be best suited for.</p>
<p><i>[ <a href="http://flagrantdisregard.com/index.php/2007/03/23/ubuntu-linux-the-verdict/">Continue to Part 4: And the verdict is...</a> ]</i></p>
]]></content:encoded>
			<wfw:commentRss>http://flagrantdisregard.com/buntu-linux-its-full-of-stars/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

