<?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>Bohemian Blog &#187; Software</title>
	<atom:link href="http://www.bohemianalps.com/blog/category/digitalia/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bohemianalps.com/blog</link>
	<description>sharing bohunk ingenuity with the world</description>
	<lastBuildDate>Wed, 08 Sep 2010 03:09:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add Bulk File Renaming to Apple’s OSX Finder.app</title>
		<link>http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/</link>
		<comments>http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 19:14:08 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=506</guid>
		<description><![CDATA[Today at work I was asked how to rename multiple JPEG files on a Mac. This individual was apparently able to accomplish this amazing feet with very little effort on a Windows system. (Every time I hear someone say how easy Windows makes something my stomach turns.) I used to have an AppleScript that did [...]]]></description>
			<content:encoded><![CDATA[<p>Today at work I was asked how to <strong>rename multiple JPEG files on a Mac</strong>. This individual was apparently able to accomplish this amazing feet with very little effort on a Windows system. (Every time I hear someone say how easy Windows makes something my stomach turns.) I used to have an AppleScript that did just that, but I have since lost track of that file. So I looked to the internet. Surely it&#8217;ll only take a few minutes to make this happen, right?</p>
<p>There is one free application available for renaming files (<a href="http://www.mrrsoftware.com/MRRSoftware/NameChanger.html">NameChanger</a>) and there are <a href="http://www.macosxtips.co.uk/index_files/batch-rename-multiple-files.html">several</a> <a href="http://mac.elated.com/2009/07/27/automator-tutorial-getting-started-with-the-mac-os-x-automator/">tutorials</a> about using AppleScript and/or Automator.app. The DIY script and Automator options are okay for certain types of people, but the people that really need help will struggle to understand how to use these tools. What are all of the non-geek OSX users supposed to do?</p>
<p>Well, here&#8217;s another one of my small contributions to society. A free Automator.app-created workflow that will add the option &#8216;Rename Multiple Files&#8217; to the contextual menu in Finder.app. Just select multiple files, right-click and select &#8216;Rename Multiple Files&#8217; and away you go!</p>
<h3>Here&#8217;s how to install this Rename Multiple Files tool:</h3>
<div id="_mcePaste">
<ol>
<li>In the Finder navigate to /Users/yourname/Library/Services/<br />
[if "Services" doesn't exist, create a new folder and name it likewise]</li>
<li><a title="Right-click and choose “Save File As” or “Download Linked File As” to download this file" href="http://bohemianalps.com/tools/RenameMultipleFiles.zip">Download the RenameMultipleFiles.zip</a>, extract the contents onto your desktop (double-click in OSX)  and copy the file &#8220;Rename Multiple Files.workflow&#8221; to the previously mentioned &#8220;Services&#8221; folder.</li>
<li>Open a Finder window with multiple files. Select all of the files. Right-click on the selected files. At the bottom of the contextual menu you will find an option titled &#8220;Rename Multiple Files&#8221;. (It may take a minute or two for this new option to become available on your contextual menu.)</li>
</ol>
<p>Shortly after you click on &#8220;Rename Multiple Files&#8221; you will be presented with a small window and several options. To save a verbose explanation I have included screenshots of the options below.</p>

<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/02_adddatetime/' title='Add Date or Time'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/02_adddatetime-150x150.png" class="attachment-thumbnail" alt="Add Date or Time" title="Add Date or Time" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/03_addtext/' title='Add Text'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/03_addtext-150x150.png" class="attachment-thumbnail" alt="Add Text" title="Add Text" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/04_changecase/' title='Change Case'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/04_changecase-150x150.png" class="attachment-thumbnail" alt="Change Case" title="Change Case" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/05_makesequential/' title='Make Sequential'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/05_makesequential-150x150.png" class="attachment-thumbnail" alt="Make Sequential" title="Make Sequential" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/05b_replacetext/' title='Replace Text'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/05b_replacetext-150x150.png" class="attachment-thumbnail" alt="Replace Text" title="Replace Text" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/06_namesingle/' title='Name Single Item'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/06_namesingle-150x150.png" class="attachment-thumbnail" alt="Name Single Item" title="Name Single Item" /></a>

<p>This workflow was created on a Mac running OSX 10.6. It is dependent on Automator.app. It definitely works with other 10.6 machines, but if you are running some other version of OSX it may or may not work.</p>
<p>Please give me feedback about whether or not this is useful or if it doesn&#8217;t work at all. Thanks.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Started Running BOINC!</title>
		<link>http://www.bohemianalps.com/blog/2010/03/running-boinc/</link>
		<comments>http://www.bohemianalps.com/blog/2010/03/running-boinc/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 16:32:28 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=410</guid>
		<description><![CDATA[I&#8217;ve been running my Debian Linux (PowerMac G4 780 MHz) file server for almost a year now. Aside from a recent near-suffocation from cat hair it has had no problems. When we&#8217;re going to be out of town I shut it down, but otherwise it runs all the time. We haven&#8217;t really noticed the addition [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://boinc.berkeley.edu/"><img class="alignright size-full wp-image-411" title="boinc_logo" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/03/boinc_logo.gif" alt="" width="164" height="73" /></a>I&#8217;ve been running my Debian Linux (PowerMac G4 780 MHz) file server for almost a year now. Aside from a recent near-suffocation from cat hair it has had no problems. When we&#8217;re going to be out of town I shut it down, but otherwise it runs all the time. We haven&#8217;t really noticed the addition to our power bill and in the winter it just contributes to the in-home heating, so it&#8217;s not a big deal. Especially considering that I got this machine for little or nothing.</p>
<p>It&#8217;s pretty nice being able to jump from my desktop to my laptop without missing a beat when working on various projects or to listen to my entire music collection from anywhere in my home. It&#8217;s also very satisfying to have a weekly automated backup to a secondary drive for all of my files. I don&#8217;t have an off-site backup solution yet, but at least I&#8217;m prepared for hardware failure.</p>
<p>Better late than never, but I finally got around to setting up <a href="http://boinc.berkeley.edu/">BOINC</a> on this server.BOINC is &#8220;Open-source software for <a href="http://boinc.berkeley.edu/volunteer.php">volunteer computing</a> and <a href="http://boinc.berkeley.edu/dg.php">grid computing</a>.&#8221; Basically, it turns lots of individual computers into one effective super computer. The main goal behind this software is to allow individuals to help under-budgeted research projects by allowing them to use their idle computers to process computations.</p>
<p>Since my PowerMac G4 spends most of its time twiddling its thumbs I thought it would be good to give it something constructive to do. In this case I have set it to help with the <a href="http://boinc.bakerlab.org/rosetta/">Rosetta@Home</a> project:</p>
<p style="padding-left: 30px;"><strong>Rosetta@home</strong> needs your help to determine the 3-dimensional shapes of proteins in research that may ultimately lead to finding cures for some major human diseases. By running the Rosetta program on your computer while you don&#8217;t need it you will help us speed up and extend our research in ways we couldn&#8217;t possibly attempt without your help. You will also be helping our efforts at designing new proteins to fight diseases such as HIV, Malaria, Cancer, and Alzheimer&#8217;s.</p>
<p>It sounds like a pretty good thing to provide assistance to. I&#8217;ll report back once my server has actually completed some work and registered on the project&#8217;s meters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/03/running-boinc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Printing Marks in Inkscape</title>
		<link>http://www.bohemianalps.com/blog/2009/09/inkscape-printing-marks/</link>
		<comments>http://www.bohemianalps.com/blog/2009/09/inkscape-printing-marks/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 04:24:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Print Design]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=255</guid>
		<description><![CDATA[Not sure when this feature was added, but I’m running the Inkscape 0.47 preview and discovered that the default install now includes a “Printing Marks” feature. You can access it from the main menu: Extensions > Render > Printing Marks The small options window that pops up allows you to adjust a variety of settings [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/09/PM-Overall.png" alt="Inkscape Printing Marks Extension Interface and Output" title="Inkscape Printing Marks Extension Interface and Output" width="658" height="671" class="aligncenter size-full wp-image-256" /></p>
<p>Not sure when this feature was added, but I’m running the Inkscape 0.47 preview and discovered that the default install now includes a “Printing Marks” feature. You can access it from the main menu:</p>
<p><code>Extensions > Render > Printing Marks</code></p>
<p>The small options window that pops up allows you to adjust a variety of settings for the position of the marks as well as the type of marks to be displayed, seeming to cover all of the needs of a typical commercial printing process.</p>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/09/PM-Marks.png" alt="PM-Marks" title="PM-Marks" width="223" height="396" class="alignleft size-full wp-image-259" /><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/09/PM-Position1.png" alt="PM-Position" title="PM-Position" width="223" height="396" class="alignleft size-full wp-image-261" /></p>
<p>The “Live Preview” option makes it easy and efficient to adjust the settings to match your desired output. Once you hit <strong>Apply</strong> the specified marks are added to your document as vector art in a new, locked layer titled “Printing Marks”.</p>
<p>In the past I’ve manually created crop marks when needed, but this is a major step on the road to serious recognition and use by graphic design professionals. Eventually it would be great to see these options removed to a print and/or export dialog interface, but this is an excellent option to have as well.</p>
<p><a href="http://inkscape.org">Inkscape</a> is an open source and free application built around the SVG recommendation that makes it easy to create vector images. I use it to create illustrations as well as single-page layouts of all sizes. In fact, I recently created a business card layout with Inkscape, exported as PDF and sent to a printer to create offset business cards. The cards turned out great without any problems. A serious vector art tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/09/inkscape-printing-marks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04: Fix OpenClipArt Gallery for OpenOffice.org</title>
		<link>http://www.bohemianalps.com/blog/2009/08/openclipart-fix/</link>
		<comments>http://www.bohemianalps.com/blog/2009/08/openclipart-fix/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 14:23:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=231</guid>
		<description><![CDATA[If you don&#8217;t know, Ubuntu and OpenOffice.org make it very easy to install the artwork from OpenClipArt.org as a built-in gallery within OpenOffice. It&#8217;s slick: while in OpenOffice Writer go to TOOLS &#62; GALLERY and a little panel shows up, displaying categorized clipart, ready to be dropped into your document. Very cool. Unfortunately, after Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t know, Ubuntu and OpenOffice.org make it very easy to install the artwork from OpenClipArt.org as a built-in gallery within OpenOffice. It&#8217;s slick: while in OpenOffice Writer go to TOOLS &gt; GALLERY and a little panel shows up, displaying categorized clipart, ready to be dropped into your document. Very cool.</p>
<p><img class="aligncenter size-full wp-image-235" title="OpenClipArt" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/08/OpenClipArt.png" alt="OpenClipArt" width="600" height="503" /></p>
<p>Unfortunately, after Ubuntu migrated to installing OpenOffice.org 3.0 as default, the simple process of installing this excellent feature has been broken. You can still choose to install the OpenClipArt with Ubuntu&#8217;s simple application installer, but after the install is done the gallery remains unavailable in OpenOffice. Fortunately, there is an easy fix for this problem.</p>
<h3>Why is it not working?</h3>
<p>It isn&#8217;t working because OpenOffice.org 3.0 saves its resources in a slightly different location than the previous versions. Meanwhile, the OpenClipArt gallery installer is still installing it in the previous location. Somebody forgot to tell them about the change.</p>
<h3>How do I correct the problem?</h3>
<p>It&#8217;s fairly simple, really. Here&#8217;s how it works:</p>
<ol>
<li>The OpenClipArt image files are all saved in a shared folder for all system users to access. This saves disc space, since every user on the system doesn&#8217;t need their own copy of the image files.</li>
<li>OpenOffice galleries are represented by single files that keep a list of all of the images and where the image files are saved on the system. These list-files allow the OpenOffice galleries to be very responsive and quickly searched.</li>
<li>To fix our problem we need to copy the OpenOffice gallery list-files from the old location to the new OpenOffice.org 3.0 location.</li>
</ol>
<p>This solution could work for any operating system, but the following instructions will be specific to Ubuntu.</p>
<ol>
<li>Since these are system files, you will need to start Nautilus (the file browser program in Gnome) with Super User administration rights. Go to the Main Menu &gt; Applications &gt; Accessories &gt; Terminal. Once the Terminal window appears, enter the following:<br />
<code>sudo nautilus</code> This will allow you to use Nautilus as though you are the System Administrator. Be very cautious with these administrative rights. If you move or delete an important file you could damage your system.</li>
<li>Once the new Super User Nautilus window displays click on &#8216;File System&#8217; in the Nautilus shortcuts bar and navigate to the following: <code>/usr/lib/openoffice/share/gallery</code> This is the old resource location.</li>
<li>From the Nautilus menu create a new window: File &gt; New Window</li>
<li>In the new window click on &#8216;File System&#8217; in the Nautilus shortcuts bar and navigate to the following: <code>/usr/lib/openoffice/basis3.0/share/gallery</code> This is the new OpenOffice.org 3.0 resource location.</li>
<li>Go back to the first window with the old resource location. Select all of the documents in that location and drag them to the second window with the new resource location.</li>
<li>Once the transfer is complete, close both Nautilus windows and then close the Terminal window.</li>
<li>Start OpenOffice and activate the gallery Tools &gt; Gallery. You should see folders for different categories that contain a lot of clip art from OpenClipArt.org!</li>
</ol>
<p>I hope this was helpful and gives you access to this excellent free clip art library once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/08/openclipart-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhance Your Apple Trackpad with Raging&#160;Menace’s&#160;SideTrack</title>
		<link>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/</link>
		<comments>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 04:24:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=193</guid>
		<description><![CDATA[Several years ago I bought an old PowerBook G3 Lombard in pieces, put it together and installed OSX 10.3. It worked surprisingly well and was good enough for email, web and other basic stuff. However, one of the biggest disappointments was how ‘dumb’ the trackpad software was. That was the first time I discovered Raging [...]]]></description>
			<content:encoded><![CDATA[<p>Several years ago I bought an old PowerBook G3 Lombard in pieces, put it together and installed OSX 10.3. It worked surprisingly well and was good enough for email, web and other basic stuff. However, one of the biggest disappointments was how ‘dumb’ the trackpad software was. That was the first time I discovered Raging Menace and two pieces of software that they make that are completely awesome: MenuMeters and SideTrack. Last week I acquired a PowerBook G4 550 MHz laptop and remembered how necessary SideTrack was. Without it the laptop was painful to use without carrying a mouse around at all times. It makes these old trackpads just about as useful or maybe even more useful than the new multi-touch trackpads that Apple has introduced. I like this software so much that I am taking the time to introduce more people to it.</p>
<h3>MenuMeters</h3>
<p><img class="alignright size-full wp-image-198" title="Raging Menace: MenuMeters for OSX" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/07/RM_MenuMeters.png" alt="Raging Menace: MenuMeters for OSX" width="430" height="97" />I know this is a post about enhancing Apple trackpads, but first a quick note about MenuMeters. If you’re familiar with Linux you’re probably used to having a nifty system resources ‘gauge’ that provides live information about processor activity, RAM use, network activity and more. OSX comes with an application called ‘Activity Monitor’ but it&#8217;s a resource hog and doesn’t provide a simple interface that can be visible at all times.</p>
<p>MenuMeters adds this feature to OSX by making this data available in the main menu bar next to your wireless network status and volume control. It takes very little resources. I don’t know exactly how little, but if you can run it on a PowerBook G3 running OSX 10.3 while being able to do OTHER things, it apparently isn’t using very many resources. It’s so excellent that it should come with OSX pre-installed. The good news? <a href="http://www.ragingmenace.com/software/menumeters/index.html" target="_blank">Raging Menace offers MenuMeters as a free download</a>.</p>
<h3>SideTrack</h3>
<p><img class="alignright size-full wp-image-199" title="RM_SideTrack" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/07/RM_SideTrack.gif" alt="RM_SideTrack" width="400" height="295" />This little bit of software is just as valuable and unassuming. SideTrack opens up that simple, one-purpose Apple trackpad and turns it into a powerful, multi-purpose device. Suddenly your trackpad is endowed with vertical scroll, horizontal scroll, the ability to set each corner of the trackpad to evoke a custom key command and more.</p>
<p>SideTrack isn’t free, but you can try it out for free and, if you find it useful, purchase a license for $15. Totally worth every penny. It’s definitely easiest to understand its many features by just downloading and installing it. However, these screenshots of the preference panes will tell you a lot.</p>
<p>Check out these excellent pieces of software at <a href="http://ragingmenace.com" target="_blank">ragingmenace.com</a>. You won’t regret it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typing Special Characters in Linux</title>
		<link>http://www.bohemianalps.com/blog/2009/03/special-characters-in-linux/</link>
		<comments>http://www.bohemianalps.com/blog/2009/03/special-characters-in-linux/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 16:03:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=159</guid>
		<description><![CDATA[There are many aspects of Apple&#8217;s Mac OS that I dislike, but there are others that I like very much. Ever since I switched from Apple to Linux I have searched for an Apple-like way of entering special characters. &#8220;Special characters&#8221; are any characters that are not visible on your physical keyboard. For my needs [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-165" title="appleos_keyboardlevels-smal" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/03/appleos_keyboardlevels-smal.png" alt="appleos_keyboardlevels-smal" width="370" height="435" /></p>
<p>There are many aspects of Apple&#8217;s Mac OS that I dislike, but there are others that I like very much. Ever since I switched from Apple to Linux I have searched for an Apple-like way of entering special characters. &#8220;Special characters&#8221; are any characters that are not visible on your physical keyboard. For my needs this is mostly characters that are associated with typesetting and graphic design such as em and en dashes, &#8220;curly&#8221; quotes, copyright symbols and things of that sort. Special characters can also be characters from outside of your primary language.</p>
<h3>Apple Mac OS</h3>
<p>In the Apple world these characters are available in a manner similar to how the SHIFT key makes uppercase letters and a small group of other characters available. Most computer users and even typewriter users are familiar with how the SHIFT key makes an alternate keyboard available. The Apple OS by default includes two additional alternate keyboards. The OPTION/ALT key and the combination of the SHIFT and OPTION/ALT keys activate these alternate keyboards. All together these modifier keys make it possible for each key on the keyboard to represent four different characters.</p>
<h3>Linux Operating Systems</h3>
<p>It comes as no surprise that Linux offers not one but many ways to enter special characters. Here&#8217;s a list of the few that I am familiar with starting with the most inefficient:</p>
<dl>
<dt>Character Map</dt>
<dd>Use a graphic Unicode Character Map application.</dd>
<dt>Switch Keyboard Layout</dt>
<dd>Switch your keyboard layout to that of a different language or configuration with a special key or a button within your desktop interface.</dd>
<dt>Unicode Code Entry</dt>
<dd>Press a special &#8216;insert&#8217; key and enter the Unicode entity.</dd>
<dt>Compose Key</dt>
<dd>Press a special &#8216;compose&#8217; key and press two or four other keys that correspond to an individual character.</dd>
<dt>Dead Keys</dt>
<dd>Press a special key that activates ‘dead keys’. Dead keys are keys that represent accent characters that can be combined with the basic latin alphabet to output accented characters.</dd>
<dt>Third Level</dt>
<dd>This is the Linux world&#8217;s name for the Apple Special Character method. Includes dead keys just like the Apple method. </dd>
</dl>
<h3>Third Level Advantages</h3>
<p>What&#8217;s great about the Third Level method is that it includes the cross-platform defacto standard of dead keys while also providing a way to access other analphabetic and symbol characters. What&#8217;s bad about this method is the perfectly meaningless name associated with it. It&#8217;s not even consistent with itself since it provides a fourth as well as a third keyboard layout. Maybe I&#8217;ll come up with a better name by the time I finish this post.</p>
<h3>How Third Level Works</h3>
<p>Third Level works in the exact same manner as I described the Apple method above except that you are not stuck using the Option/Alt key. Generally, Linux uses the alt key for a lot of key shortcuts, so taking advantage of that dust-covered Windows key might be a better choice. The Fourth Level is activated by combining your defined key with the SHIFT key, just like Apple.</p>
<h3>How to Use Third Level in Ubuntu/Gnome</h3>
<ol>
<li>In Ubuntu using Gnome you can go to the <code>Main Menu &gt; System &gt; Preferences &gt; Keyboard</code></li>
<li>In the Keyboard Preferences window go to the <strong>Layouts</strong> tab.</li>
<li>Click the ‘+’ button to add an additional keyboard layout.</li>
<li>Under ‘Country’ select <strong>United States</strong>.</li>
<li>Under ‘Variants’ select <strong>USA Macintosh</strong>. Click the ‘Add’ button.</li>
<li>You should now have at least two keyboard layouts in your ‘Layouts’ list. Specify <strong>USA Macintosh</strong> as your default keyboard layout.</li>
<li>Click the ‘Other Options’ button.</li>
<li>In the resulting window look for <strong>Third level choosers</strong> and under that choose a key that you would like to function as the modifier. I recommend using the <strong>Windows</strong> key if you have one. Lots of Linux programs use the <strong>Alt</strong> key in a manner similar to the <strong>Ctrl</strong> key, and making it the Third Level chooser could conflict with those shortcuts. When finished click the ‘Close’ button.</li>
<li>Back on the ‘Keyboard Preferences’ window, click the ‘Apply System-Wide&#8230;’ button and then ‘Close.’</li>
<li>Your keyboard should now have a third and fourth level keyboard layout including dead keys in a manner similar to the Apple OS.</li>
</ol>
<p>If you want, it can be very handy to have the <strong>Keyboard Indicator</strong> Gnome Panel Item available. From this panel item you can switch between different keyboard layouts as well as summon a diagram of your keyboard that displays where to find the many different characters you now have available.</p>
<p>I hope you have found this article helpful. Let me know if there are any aspects of the above that I have misrepresented. My goal with the above information is to provide some basic information on a topic that seems to be rarely discussed. Maybe the Linux experts already know these options as a given, but there are a lot of new users that are probably in the dark.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/03/special-characters-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review of GIMP 2.6 on Ars Technica, Bonus: A Link to Yours Truly</title>
		<link>http://www.bohemianalps.com/blog/2009/01/review-of-gimp-26-on-ars-technica-bonus-a-link-to-yours-truly/</link>
		<comments>http://www.bohemianalps.com/blog/2009/01/review-of-gimp-26-on-ars-technica-bonus-a-link-to-yours-truly/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 14:34:44 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=141</guid>
		<description><![CDATA[Dave Girard from Ars Technica has written a very realistic and thorough review of the GIMP 2.6.4 “Suite freedom: a review of GIMP 2.6.4”. It&#8217;s a couple of pages long, but any graphic designers out there that are pirating Photoshop for their home computers should take a look. It&#8217;s refreshing to see a designer&#8217;s perspective [...]]]></description>
			<content:encoded><![CDATA[<p>Dave Girard from Ars Technica has written a very realistic and thorough review of the GIMP 2.6.4 “<a title="Read this review..." href="http://arstechnica.com/reviews/apps/gimp-2-6-review.ars" target="_blank">Suite freedom: a review of GIMP 2.6.4</a>”. It&#8217;s a couple of pages long, but any graphic designers out there that are pirating Photoshop for their home computers should take a look. It&#8217;s refreshing to see a designer&#8217;s perspective on the GIMP after actually using it.</p>
<p>My only gripe is his comment on GIMP&#8217;s image slicing capabilities. He sort of makes it sound like state-of-the-art web designers are still routinely slicing their raster image layouts into pieces to be reassembled in HTML &lt;tables&gt;.</p>
<p>The only time I use that technique now is for the backwards medium of HTML emails. Never mind the importance of meaningful, semantic markup, but with the prominent support of CSS in modern browsers (and even Internet Explorer 6), slicing images like this, though it is a nice feature, isn&#8217;t all that important. It wouldn&#8217;t hurt to have Photoshop&#8217;s functionality, but it&#8217;s not a deal-breaker.</p>
<h3>BONUS</h3>
<p>On <a title="go to the last page, look under “Dislikes: The OS X Interface”" href="http://arstechnica.com/reviews/apps/gimp-2-6-review.ars/11" target="_blank">the last page of the review</a> I was delighted to see a link to <strong>my</strong> how-to “<a title="Permanent Link: X11: Switch Control Key To Apple/Command Key" rel="bookmark" href="http://www.bohemianalps.com/blog/archives/2008/01/02/x11-control2command">X11: Switch Control Key To Apple/Command Key</a>” as a clever hack to switch the X11 modifier key from Control to Command for Mac OSX users. I&#8217;m pretty stoked!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/01/review-of-gimp-26-on-ars-technica-bonus-a-link-to-yours-truly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Buck Bunny</title>
		<link>http://www.bohemianalps.com/blog/2008/06/big-buck-bunny/</link>
		<comments>http://www.bohemianalps.com/blog/2008/06/big-buck-bunny/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 02:58:46 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=129</guid>
		<description><![CDATA[If you don&#8217;t know, Big Buck Bunny is a free movie published under a Creative Commons license and created with the open source 3-D animation program Blender. Learn more at bigbuckbunny.org and you can watch a decent-res version right here: Big Buck Bunny from Blender Foundation on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t know, Big Buck Bunny is a free movie published under a Creative Commons license and created with the open source 3-D animation program Blender. Learn more at <a href="http://bigbuckbunny.org">bigbuckbunny.org</a> and you can watch a decent-res version right here:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=1084537&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://www.vimeo.com/moogaloop.swf?clip_id=1084537&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://www.vimeo.com/1084537?pg=embed&amp;sec=1084537">Big Buck Bunny</a> from <a href="http://www.vimeo.com/user508904?pg=embed&amp;sec=1084537">Blender Foundation</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1084537">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/06/big-buck-bunny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh OpenOffice Templates</title>
		<link>http://www.bohemianalps.com/blog/2008/04/fresh-openoffice-templates/</link>
		<comments>http://www.bohemianalps.com/blog/2008/04/fresh-openoffice-templates/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 22:05:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows OS]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=122</guid>
		<description><![CDATA[I was recently installing Ubuntu on an old Dell for a friend. I don&#8217;t try to push Linux on people, but if they want something cheap on an old machine I just tell them what a new version of Windows costs. At that point they either go buy a new machine instead or ask me [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently installing Ubuntu on an old Dell for a friend. I don&#8217;t try to push Linux on people, but if they want something cheap on an old machine I just tell them what a new version of Windows costs. At that point they either go buy a new machine instead or ask me more about Linux.</p>
<p>Once we get to that point I ask a them a few questions about how they use their personal computer. This recent situation called for compact disc booklet templates and a greeting card making application. In order to avoid complexity I rarely tell non-designers/tech geeks to give Inkscape, Scribus or the GIMP a try. What this means is finding some specialized application that makes the desired task super simple. If that isn&#8217;t available I turn to OpenOffice.</p>
<p>OpenOffice is surprisingly versatile and effective at the same time. There are also hidden benefits to using it, like dynamically generating letters for a small company with the power of OO&#8217;s mail merge tools or using embedded spreadsheets to create tables of data within a layout. Cool stuff that the professional-focused graphics tools leave to more specialized programs.</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cd-booklettray.otg"><img class="size-full wp-image-124" title="cdtemplate1" src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cdtemplate1.png" alt="" width="400" height="311" /></a></p>
<p>The end result, anyway, is that I decided to create some templates for OpenOffice. The related templates that the usual search engines pointed me to were not very good, so I thought providing these as free downloads might be helpful to some folks out there. What I have is a CD Booklet and Tray template and a Greeting Card template for OpenOffice Draw. Enjoy.</p>
<ol>
<li><a title="Right Click and Save As to try this template" href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cd-booklettray.otg">Compact Disc Booklet + Tray template</a></li>
<li><a title="Right Click and Save As to try this template" href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/greetingcard.otg">Greeting Card template</a></li>
</ol>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/greetingcard.otg"><img class="alignleft size-full wp-image-123" title="cardtemplate" src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cardtemplate.png" alt="" width="312" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/04/fresh-openoffice-templates/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Subversion Commands</title>
		<link>http://www.bohemianalps.com/blog/2008/04/subversion-commands/</link>
		<comments>http://www.bohemianalps.com/blog/2008/04/subversion-commands/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 14:56:30 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/03/10/subversion-commands/</guid>
		<description><![CDATA[This glossary of Subversion commands is a work in progress. My primary interest in creating this is to help people like me, that are not formally educated in programming. The abstract concept of version control is not difficult to understand or appreciate, but I have found that learning to use version control applications like Subversion [...]]]></description>
			<content:encoded><![CDATA[<p>This glossary of Subversion commands is a work in progress.</p>
<p>My primary interest in creating this is to help people like me, that are not formally educated in programming. The abstract concept of version control is not difficult to understand or appreciate, but I have found that learning to use version control applications like Subversion or GIT without guidance is difficult.</p>
<p>You DO have to be familiar with command line basics. Remind me to write a glossary for the command line similar to this one. <img src='http://www.bohemianalps.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Don’t forget the excellent Subversion book that is FREE: <a style="font-style:italic;" href="http://svnbook.red-bean.com/">Version Control with Subversion</a>. There is also the very useful act of typing <code>svn help</code> into the terminal.</p>
<dl style="padding-top:2em; border-top:double 4px #CCC;">
<dt>Create a Repository</dt>
<dd><code>svnadmin create /home/jason/mySVNrepo</code></dd>
<dd>Create an SVN repository named “mySVNrepo” in my user directory.</dd>
<dt>Adding a New Project (Set of Files) to Your Repository</dt>
<dd><code>svn import /home/jason/genweb</code> [one space] <code>file:///home/jason/mySVNrepo -m "initial import"</code></dd>
<dd>Add/Import the directory “genweb” to the “mySVNrepo” repository with the log message (-m) of “initial import”</dd>
<dt>Log Message</dt>
<dd>A Log Message is a description of the changes associated with a particular action. A log message can be</dd>
<dd>A brief statement: <code>-m "initial import"</code></dd>
<dd>An entire text file: <code>-F MyLogMessage.txt</code></dd>
<dd>Or enter directly from VIM: <code>-m vim</code></dd>
<dt>Check Out a Copy from the Repository</dt>
<dd><code>svn checkout file:///home/jason/mySVNrepo</code> [one space] <code>/home/jason/MyWorkingCopy</code></dd>
<p>\</p>
<dd>You cannot work directly on the files saved in the repository. To make changes you must first Check Out a copy (like a Public Library) of the files in the repository. The checked out copy will be saved in the directory “MyWorkingCopy”</dd>
<dt>Command Line Basics</dt>
<dd>Before you go any further it is important that you understand how to use the command line.</p>
<ul>
<li>The Command Line Interface (C.L.I.) is a way of <em>interfacing</em> with a computer operating system by way of <em>commands</em> that are expressed with <em>lines of text</em>. This is in contrast with the much more common Graphical User Interface (G.U.I.), a way of <em>interfacing</em> with a computer operating system by way of <em>commands</em> that are expressed with <em>graphical</em> menu selections or the movement of the mouse.</li>
<li>The CLI generally operates in a certain context: a file directory (or “folder” for those of you coming in from a GUI <img src='http://www.bohemianalps.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ). In the world of *NIX the most common CLI is called the “Bash Terminal”. In this terminal the context is stated before the flashing cursor: <code>jason@NEWHOTNESS:?$</code> This means that the user is <strong>jason</strong>, the machine is <strong>NEWHOTNESS</strong> and the <strong>?</strong> is shorthand for the active user’s home directory.</li>
<li>You can change the directory in which you are working with the <strong>change directory</strong> command. For example:<br />
<code>cd ?/Desktop</code> will move the CLI context to my desktop directory and indicate that it has done so like this: <code>jason@NEWHOTNESS:?/Desktop$</code></li>
<li>Similar to HTML, the CLI can refer to files in two ways: <strong>absolute locations</strong> and <strong>relative locations</strong>. The <strong>change directory</strong> command allows you to move to the directory where the files you wish to act on are located. This saves you the trouble of typing out the entire absolute file path every time you execute a command.</li>
<li>To accomplish the following, it is necessary to change to the directory of your working copy. Some of these Subversion commands need context.</li>
</ul>
</dd>
<dt>Check Status</dt>
<dd><code>svn status</code></dd>
<dd>Will retreive feedback on the status of your working copy files in relationship to those in the repository.</dd>
<dt>Status/Attribute Shorthand</dt>
<dd>
<ul>
<li>A = Added</li>
<li>C = Conflicted</li>
<li>D = Deleted</li>
<li>I = Ignored</li>
<li>M = Modified</li>
<li>U = Update</li>
<li>R = Replaced</li>
<li>X = item is unversioned</li>
<li>? = item is not under version control</li>
<li>! = item is missing</li>
<li>? = versioned item obstructed</li>
</ul>
</dd>
<dd>Subversion uses letters to represent the relationship of your files to those in the repository. The ones that say a file is “unversioned” or not under version control illustrate that the actions of adding, moving or deleting files in the repository must be accomplished with the SVN application rather than your operating system’s file browser.</dd>
<dt>Update to Match Repository</dt>
<dd><code>svn update</code></dd>
<dd>Update your source to match the latest version in the repository, notifying you of every updated/added/deleted file as well as updates that may conflict with your own changes to the source.</dd>
<dt>Resolve Resulting Conflicts from Update</dt>
<dd><code>svn resolved '~/DevFolder/sourceFile.py'</code></dd>
<dd>After you have resolved the conflicts identified by Subversion, you have to tell it that you have done so.</dd>
<dt>Create Patch File</dt>
<dd><code>svn diff &gt;&gt; PatchName.patch</code></dd>
<dd>If you are not on the developer list for a project, you will most likely not be able to commit your changes directly to the repository. In this situation you can email or post a ‘patch’ file. The patch file is a very concise text file containing a description of the changes you have made, what file they are in and where in that file they can be found.</dd>
<dt></dt>
<dd></dd>
<dd></dd>
<dt></dt>
<dd></dd>
<dd></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/04/subversion-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
