<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>a.muse: Tag ubuntu</title>
    <link>http://www.jessirae.com/blog/articles/tag/ubuntu</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Review of Ubuntu Hacks</title>
      <description>&lt;center&gt;&lt;img src="http://jessirae.com/blog/files/UbuntuHacks.jpg" alt="" /&gt;&lt;/center&gt;

	&lt;p&gt;Why read &lt;em&gt;&lt;a href="http://www.amazon.com/gp/product/0596527209?ie=UTF8&amp;#38;tag=classroommovi-20&amp;#38;linkCode=as2&amp;#38;camp=1789&amp;#38;creative=9325&amp;#38;creativeASIN=0596527209"&gt;Ubuntu Hacks&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=classroommovi-20&amp;#38;l=as2&amp;#38;o=1&amp;#38;a=0596527209" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;/em&gt;?&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;If Ubuntu is the entry-level Linux distro, then &lt;em&gt;Ubuntu Hacks&lt;/em&gt; is the book that helps the entry-level user take advantage of the great software and tools Linux has to offer.&lt;/li&gt;
		&lt;li&gt;I would have saved myself a lot of effort if I owned this book on the day that I install Ubuntu on my machine.&lt;/li&gt;
		&lt;li&gt;In many ways, &lt;em&gt;Ubuntu Hacks&lt;/em&gt; is an introduction to the software available to &lt;em&gt;all&lt;/em&gt; Linux users.  So, if you are looking for some &amp;#8220;real Ubuntu hacks&amp;#8221;, you may be disappointed, &lt;sub&gt;but that is ok; that just means that the title of the book is a bit of a misnomer, but it doesn&amp;#8217;t necessarily mean that the books isn&amp;#8217;t valuable.&lt;/sub&gt;&lt;/li&gt;
		&lt;li&gt;Some subjects (like kernel building) aren&amp;#8217;t really examined with much detail and refer users to seek help elsewhere.&lt;/li&gt;
		&lt;li&gt;The command-line based instructions are great for those new to using the terminal.  There are quite a few hacks that provide visual instructions only, but &lt;em&gt;Ubuntu Hacks&lt;/em&gt; had far less &lt;span class="caps"&gt;GUI&lt;/span&gt;-based instructions than the other Ubuntu books I perused at the bookstore.&lt;/li&gt;
		&lt;li&gt;If you aren&amp;#8217;t a techie, but you want to explore Linux and its myriad of software options, &lt;em&gt;Ubuntu Hacks&lt;/em&gt; is for you.&lt;/li&gt;
		&lt;li&gt;A lot of the hacks in &lt;em&gt;Ubuntu Hacks&lt;/em&gt; you can figure out on your own or find on the internet.&lt;/li&gt;
		&lt;li&gt;Things that I would like to know about Linux/Ubuntu that weren&amp;#8217;t addressed in &lt;em&gt;Ubuntu Hacks&lt;/em&gt;:
	&lt;ul&gt;
	&lt;li&gt;File system organization&amp;#8230; whys and best practices (i.e. Hack #101 &amp;#8211; Get a good visual picture of the linux file system in your head)&lt;/li&gt;
		&lt;li&gt; A brief history of Linux, Debian and Ubuntu (i.e. Hack #102 &amp;#8211; How to tell friends &amp;#38; family about Ubuntu in a non-freakish way)&lt;/li&gt;
	&lt;/ol&gt;&lt;/li&gt;
	&lt;/ul&gt;
</description>
      <pubDate>Mon, 09 Apr 2007 00:24:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:8c6af3c7-d244-4b02-a089-7e268a574a4c</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2007/04/09/review-of-ubuntu-hacks</link>
      <category>technology</category>
      <category>oreilly</category>
      <category>linux</category>
      <category>review</category>
      <category>book</category>
      <category>hacks</category>
      <category>ubuntu</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/12696</trackback:ping>
    </item>
    <item>
      <title>Installing Openssl on Ubuntu</title>
      <description>If you have tried to install Mechanize or any gem that requires openssl on &lt;a href="http://www.amazon.com/gp/product/067232993X?ie=UTF8&amp;#38;tag=classroommovi-20&amp;#38;linkCode=as2&amp;#38;camp=1789&amp;#38;creative=390957&amp;#38;creativeASIN=067232993X"&gt;Ubuntu&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=classroommovi-20&amp;#38;l=as2&amp;#38;o=1&amp;#38;a=067232993X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;
 or Debian, you may have encountered the following error&amp;#8230;
	&lt;blockquote&gt;
		&lt;p&gt;LoadError: no such file to load&amp;#8212;openssl&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;despite the fact that you have installed openssl with &amp;#8220;gem install libopenssl-ruby&amp;#8221;.&lt;/p&gt;


	&lt;p&gt;Thanks to &lt;a href="http://www.ruby-forum.com/topic/90083"&gt;this thread&lt;/a&gt;, I found out that in order to install openssl, you have to tell ruby how to compile the openssl extension, like this&amp;#8230;&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;cd /ruby-1.8.4/ext/openssl
ruby extconf.rb
make
make install&lt;/code&gt;&lt;/pre&gt;
</description>
      <pubDate>Sun, 11 Mar 2007 23:25:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:abdfc916-13cd-4918-bac5-f27f8b2ca23f</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2007/03/11/installing-openssl-on-ubuntu</link>
      <category>ruby &amp; rails</category>
      <category>mechanize</category>
      <category>install</category>
      <category>make</category>
      <category>openssl</category>
      <category>ruby</category>
      <category>ubuntu</category>
      <category>debian</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/12692</trackback:ping>
    </item>
    <item>
      <title>mac ipod vs. windows ipod on linux</title>
      <description>&lt;p&gt;I have discovered that mac ipods (those that have been restored to factory settings on a mac) are read by Ubuntu as &lt;strong&gt;read-only&lt;/strong&gt;, which means you can&amp;#8217;t change the music on a mac ipod from a Ubuntu machine [1].  Alternatively, windows ipods (those restored on a windows machine) are read/writable, which means you &lt;em&gt;can&lt;/em&gt; upload new music to that ipod.&lt;/p&gt;


	&lt;p&gt;&lt;img src="http://www.jessirae.com/blog/files/rhythmbox.png" alt="" /&gt;&lt;/p&gt;


	&lt;p&gt;I figured this out after reading the &lt;a href="http://ipodlinux.org/Main_Page"&gt;ipod linux&lt;/a&gt; (a version of linux that runs on your ipod) installlation instructions.  ipod linux requires that the ipod you want to install ipod linux on is a &lt;em&gt;windows ipod&lt;/em&gt;.  Since we don&amp;#8217;t have a working windows machine at my house, I used a windows machine my husband brought home from work and restored the ipod to its factory settings on it.  Thinking that the reason that ipod linux requires that windows ipods be used, I plugged my ipod up to my linux machine and tada, it wasn&amp;#8217;t read-only!&lt;/p&gt;


&lt;hr /&gt;

	&lt;p&gt;1: I didn&amp;#8217;t think about this until later, but I am guessing that I could have changed the device&amp;#8217;s permissions using sudo.  I thought I had tried that, but I guess I didn&amp;#8217;t do it correctly.&lt;/p&gt;
</description>
      <pubDate>Fri, 26 Jan 2007 11:43:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:c5c78c9b-cde0-4745-8498-1e33e68108d4</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2007/01/26/mac-ipod-vs-windows-ipod-on-linux</link>
      <category>technology</category>
      <category>readonly</category>
      <category>linux</category>
      <category>ubuntu</category>
      <category>windows</category>
      <category>mac</category>
      <category>ipod</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/8151</trackback:ping>
    </item>
    <item>
      <title>Install mouseHole on Ubuntu</title>
      <description>&lt;a href="http://code.whytheluckystiff.net/mouseHole/wiki"&gt;mouseHole&lt;/a&gt; is a personal proxy server written in ruby, allowing you to&amp;#8230;
	&lt;blockquote&gt;
		&lt;p&gt;rewrite the web as you view it, altering content and behavior as you browse. Basically, it&amp;#8217;s an alternative to Greasemonkey, which does similar things from inside the Firefox web browser.&lt;/p&gt;
	&lt;/blockquote&gt;


&lt;center&gt;&lt;img src="http://www.jessirae.com/blog/files/doorway2.png" alt="" /&gt;&lt;/center&gt;

	&lt;p&gt;To get mouseHole up and running, first install the required gems (json and sqlite3) if you don&amp;#8217;t already have them installed.  I encountered the following issues while installing those gems&amp;#8230;&lt;/p&gt;


&lt;ul&gt;&lt;strong&gt;Installing json&lt;/strong&gt;

	&lt;p&gt;&lt;a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/8382"&gt;lib/json/editor.rb:977:50: &amp;#8217;:&amp;#8217; not followed by identified or operator&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;The solution is to remove the colon from line 977.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Installing sqlite3&lt;/strong&gt;&lt;/p&gt;


The command for installing the sqlite3 gem is &lt;em&gt;gem install sqlite3-ruby&lt;/em&gt; and not gem install sqlite3.
&lt;/ul&gt;

	&lt;p&gt;Lastly, if you are running Debian or Ubuntu, visit &lt;em&gt;http://localhost:3704&lt;/em&gt; instead of &lt;em&gt;http://127.0.0.1:3704&lt;/em&gt; after starting mouseHole.&lt;/p&gt;
</description>
      <pubDate>Mon, 15 Jan 2007 00:23:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:45c3ef13-699f-4745-8c67-39fea4bf27cf</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2007/01/15/install-mousehole</link>
      <category>technology</category>
      <category>ruby &amp; rails</category>
      <category>ubuntu</category>
      <category>_why</category>
      <category>install</category>
      <category>ruby</category>
      <category>proxy</category>
      <category>mouseHole</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/7750</trackback:ping>
    </item>
    <item>
      <title>My Favorite Ubuntu 'Features'</title>
      <description>&lt;p&gt;Ok, so not all of these so-called features are particular to Ubuntu (most are Gnome features), but having switched from XP, these are the &lt;em&gt;little&lt;/em&gt; things that I am enjoying about running Ubuntu on my machine:&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;&lt;em&gt;Rollover Music&lt;/em&gt;&lt;/strong&gt;:
Place mouse over mp3 file icon and the file begins to play&amp;#8230; magically!&lt;/p&gt;


	&lt;p&gt;&lt;img src="http://jessirae.com/blog/files/musicfile.png" alt="" /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;All of the Programs that are easy to install &amp;#38; free&lt;/em&gt;&lt;/strong&gt;:
Synaptic Package Manager or sudo apt-get are simple and straight forward. Installing new software doesn&amp;#8217;t mean a two day detour for a newbie like myself, as it might with another linux distribution.  My favorites are Gimp (which runs better on linux than XP), Vi, OpenOffice Math and Text Editor (with tabbed browsing).  And there are &lt;a href="http://www.edubuntu.org/UsingEdubuntu"&gt;more out there&lt;/a&gt; to try!
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;File Preview&lt;/em&gt;&lt;/strong&gt;:
Previewing files in Ubuntu is much easier than in XP.  Text, PowerPoint and pdf file icons show you what the first couple of lines or first slide or first page.&lt;/p&gt;


	&lt;p&gt;&lt;img src="http://jessirae.com/blog/files/ubuntutext.png" alt="" /&gt;
&lt;img src="http://jessirae.com/blog/files/ubuntupdf.png" alt="" /&gt;&lt;/p&gt;


	&lt;p&gt;Yep that&amp;#8217;s it.&lt;/p&gt;


	&lt;p&gt;&lt;em&gt;Anyone have any other cool Ubuntu-isms?&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;UPDATED&lt;/span&gt;:
Oh, yeah I forgot because it is so intuitive&amp;#8230; &lt;strong&gt;breadcrumb file navigation&lt;/strong&gt;.  In the file explorer, your location is listed and each folder name in the list is a link to that folder.  Very nice.&lt;/p&gt;


	&lt;p&gt;&lt;img src="http://jessirae.com/blog/files/breadcrumbs.png" alt="" /&gt;&lt;/p&gt;
</description>
      <pubDate>Tue, 10 Oct 2006 18:49:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:d28d109e-6ce0-454a-9bd8-bf7ae60b80e2</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2006/10/10/my-favorite-ubuntu-features</link>
      <category>technology</category>
      <category>files</category>
      <category>music</category>
      <category>ubuntu</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/97</trackback:ping>
    </item>
    <item>
      <title>Ubuntu installed</title>
      <description>&lt;p&gt;My HP desktop was fried and so I replaced it with a linux box from walmart.com.  It came with Linspire installed, but I immediately put Ubuntu on it&amp;#8230; just to see what all of the hype was about.&lt;/p&gt;


&lt;span style="font-weight: bold;"&gt;My Ubuntu Newbie Links&lt;/span&gt;
	&lt;ul&gt;
	&lt;li&gt;List of software you love on Windows/Mac that have equivalent versions in linux: &lt;a href="http://www.ubuntuforums.org/showthread.php?t=33183"&gt;here&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Ubuntu Dapper Drake wiki: &lt;a href="http://ubuntuguide.org/wiki/Dapper"&gt;here&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;An Ubuntu &lt;a href="http://ubuntu.wordpress.com/"&gt;Blog&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Install ruby: &lt;a href="http://www.linuxjournal.com/article/8967"&gt;gems&lt;/a&gt; or &lt;a href="http://beans.seartipy.com/2006/07/19/installing-ruby-on-gnulinuxgentoo-kubuntu-fedora-suse-and-ms-windows/"&gt;non-gems&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
</description>
      <pubDate>Thu, 03 Aug 2006 19:54:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:c4afe612-4414-48c3-b02b-c1501c9522cc</guid>
      <author>closetmaster</author>
      <link>http://www.jessirae.com/blog/articles/2006/08/03/ubuntu-installed</link>
      <category>technology</category>
      <category>ubuntu</category>
      <category>linux</category>
      <category>operating_system</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/15</trackback:ping>
    </item>
  </channel>
</rss>
