<?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>kyleabaker.com &#187; How-To</title>
	<atom:link href="http://kyleabaker.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyleabaker.com</link>
	<description>Web Technologies, Linux, Tips, Tricks and my Life</description>
	<lastBuildDate>Wed, 16 May 2012 22:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Create a Bootable Windows 7 x64 Install Flash Drive from 32-bit Windows</title>
		<link>http://kyleabaker.com/2011/12/29/create-a-bootable-windows-7-x64-install-flash-drive-from-32-bit-window/</link>
		<comments>http://kyleabaker.com/2011/12/29/create-a-bootable-windows-7-x64-install-flash-drive-from-32-bit-window/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 01:21:48 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4717</guid>
		<description><![CDATA[Creating a bootable Windows 7 x64 flash drive from within a 32-bit install of Windows is not as straight forward as it may seem. I recently had to go through this process myself, so I&#8217;ll document the steps below. Things you&#8217;ll need Windows 7 x64 disc image Windows 7 USB/DVD Download Tool 32-bit bootsect.exe Create [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a bootable Windows 7 x64 flash drive from within a 32-bit install of Windows is not as straight forward as it may seem. I recently had to go through this process myself, so I&#8217;ll document the steps below.</p>
<p><strong>Things you&#8217;ll need</strong></p>
<ol>
<li>Windows 7 x64 disc image</li>
<li><a href="http://www.microsoftstore.com/store/msstore/html/pbPage.Help_Win7_usbdvd_dwnTool">Windows 7 USB/DVD Download Tool</a></li>
<li><a href="http://dl.dropbox.com/u/145249/kyleabaker.com/downloads/2011/bootsect7600x86.zip">32-bit bootsect.exe</a></li>
</ol>
<p><strong>Create the installer</strong></p>
<ol>
<li>Install the <em>Windows 7 USB/DVD Download Tool</em>.</li>
<li>Extract the <em>32-bit bootsect.exe</em> file to the directory that the <em>Windows 7 USB/DVD Download Tool</em> was installed to. This is usually something like <em>&#8220;C:\Users\username\AppData\Local\Apps\Windows 7 USB DVD Download Tool</em>&#8220;.</li>
<li>Run the <em>Windows 7 USB/DVD Download Tool</em> and select your Windows 7 disc image. Follow the remaining steps in this tool and your image should be created successfully!</li>
</ol>
<p>If you&#8217;ve followed these steps and your flash installer was created successfully then your next step is to, of course, install Windows 7! Don&#8217;t forget to change your boot options to load from USB!</p>
<p><a href="http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/">This</a> <a href="http://www.smashingtips.com/mount-and-install-windows-7-from-bootable-usb-dvd-drive">information</a> <a href="http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/problem-using-win7-usbdvd-download-tool-concerning/37eadf15-85dd-4e56-a89c-fa0a3339b92e?page=2">is</a> <a href="http://www.tomshardware.com/forum/4329-63-vista-windows">scattered</a> <a href="http://www.sevenforums.com/1516032-post85.html">on</a> <a href="http://kmwoley.com/blog/?p=345">the</a> <a href="http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23">web</a> <a href="http://www.winhelponline.com/blog/windows-7-usb-dvd-download-tool-bootable-flash-drive/">and</a> <a href="http://www.sevenforums.com/installation-setup/54443-32-bit-bootsect-2.html">slightly</a> <a href="http://www.tomshardware.com/forum/3244-63-bootsect">detailed</a> <a href="http://www.howtogeek.com/forum/topic/make-usb-drive-bootable">on</a> <a href="http://www.ardamis.com/2010/02/13/bootable-windows-7-usb-drive/">the</a> <em>Windows 7 USB/DVD Download Tool</em> page, but I was not able to find a guide laid out as simplified as the one I&#8217;ve provided above. In most tutorials they suggest that you download the entire 32-bit iso in order to get the <em>32-bit bootsect.exe</em> application, but I&#8217;ve made that step a lot less troublesome. Hopefully this has helped you!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/12/29/create-a-bootable-windows-7-x64-install-flash-drive-from-32-bit-window/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/12/29/create-a-bootable-windows-7-x64-install-flash-drive-from-32-bit-window/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nvidia patches a bug I&#8217;ve waited 9 months for&#8230;</title>
		<link>http://kyleabaker.com/2011/12/22/nvidia-patches-a-bug-i-ve-waited-9-months-for/</link>
		<comments>http://kyleabaker.com/2011/12/22/nvidia-patches-a-bug-i-ve-waited-9-months-for/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 00:20:15 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4713</guid>
		<description><![CDATA[I&#8217;ve been following an Nvidia bug that&#8217;s been affecting me for a while now and am happy to say that its apparently been fixed! I say apparently, because I&#8217;ve not been around my Linux box for several days (due to the holidays) and haven&#8217;t had a chance to confirm for myself. If you have an [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been following an Nvidia bug that&#8217;s been affecting me for a while now and am happy to say that its apparently been fixed! I say apparently, because I&#8217;ve not been around my Linux box for several days (due to the holidays) and haven&#8217;t had a chance to confirm for myself.</p>
<p>If you have an Nvidia card, especially the 7300le model like I have, and have had difficulties using Unity 3D with the proprietary drivers, then you may have experienced this bug: <a href="https://bugs.launchpad.net/ubuntu/+source/nux/+bug/728745">[nvidia, 7300, 7400] display freeze when using unity desktop</a></p>
<p>Nvidia has just <a href="http://www.nvnews.net/vbulletin/showthread.php?p=2510957">released an update</a> which resolves this issue and it can easily be installed right away!</p>
<blockquote><p>Release highlights since 275.36:</p>
<ul>
<li>Fixed a bug that would cause Firefox to abort on pages with Flash when layers acceleration was force-enabled on Linux and Solaris.</li>
<li>Fixed a bug that could cause display devices on a secondary GPU to get swapped between X screens when restarting the X server.</li>
<li>Fixed a regression that caused blank/white windows when exhausting video memory on GeForce 6 and 7 series GPUs while using composited desktops.</li>
<li>Fixed a bug that caused a crash when glDrawArrays was used with a non-VBO vertex attribute array to draw on a Xinerama screen other than screen 0 using an indirect GLX context.</li>
</ul>
<p>The <strong>275.43</strong> NVIDIA Accelerated Linux Graphics Driver Set for <strong>Linux/x86</strong> is available for download via <a href="ftp://download.nvidia.com/XFree86/Linux-x86/275.43/">FTP</a>.</p>
<p>The <strong>275.43</strong> NVIDIA Accelerated Linux Graphics Driver Set for <strong>Linux/x86_64</strong> is available for download via <a href="ftp://download.nvidia.com/XFree86/Linux-x86_64/275.43/">FTP</a>.</p>
<p>&nbsp;</p>
<p>Please see the <strong>README</strong> (<a href="ftp://download.nvidia.com/XFree86/Linux-x86/275.43/README/index.html">x86</a> / <a href="ftp://download.nvidia.com/XFree86/Linux-x86_64/275.43/README/index.html">x86_64</a>) for more information about this release.</p>
<p>&nbsp;</p>
<p><strong>Please note:</strong> This NVIDIA Linux graphics driver release supports <strong>GeForce 6xxx and newer NVIDIA GPUs</strong>, GeForce4 and older GPUs are supported through the <strong>96.43.xx</strong> and <strong>71.86.xx</strong> NVIDIA legacy graphics drivers. GeForce FX GPUs are supported through the <strong>173.14.xx</strong> NVIDIA legacy graphics drivers.</p>
<p>&nbsp;</p>
<p><strong>Please also note:</strong> If you encounter any problems with the <strong>275.43</strong> NVIDIA Linux graphics driver release, please start a new thread and include a detailed description of the problem, reproduction steps and generate/attach an <span style="color: #ff0000;">nvidia-bug-report.log.gz</span> file (please see <a href="http://www.nvnews.net/vbulletin/showthread.php?t=46678">http://www.nvnews.net/vbulletin/showthread.php?t=46678</a> for details).</p></blockquote>
<p>If you&#8217;re seeing the same problem and would like to test the update, there are a few specific instructions that you may (or may not) need to follow, <a href="https://bugs.launchpad.net/ubuntu/+source/nux/+bug/728745/comments/145">posted here</a>.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/12/22/nvidia-patches-a-bug-i-ve-waited-9-months-for/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/12/22/nvidia-patches-a-bug-i-ve-waited-9-months-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Synergy with Mac and Ubuntu</title>
		<link>http://kyleabaker.com/2011/05/30/using-synergy-with-mac-and-ubuntu/</link>
		<comments>http://kyleabaker.com/2011/05/30/using-synergy-with-mac-and-ubuntu/#comments</comments>
		<pubDate>Mon, 30 May 2011 22:30:35 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux synergy]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[quicksynergy]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4667</guid>
		<description><![CDATA[This is just a quick guide for those of you who also use both Mac and Ubuntu (or really any flavor of Linux) side by side. If you&#8217;re not already familiar with Synergy, it&#8217;s a small application that connects your mouse and keyboard to one or more machines for a more continuous experience. Mac and [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick guide for those of you who also use both Mac and Ubuntu (or really any flavor of Linux) side by side. If you&#8217;re not already familiar with <a href="http://synergy2.sourceforge.net/">Synergy</a>, it&#8217;s a small application that connects your mouse and keyboard to one or more machines for a more continuous experience.</p>
<p>Mac and Linux use a graphical front-end for Synergy known as <a href="http://code.google.com/p/quicksynergy/">QuickSynergy</a>. Here&#8217;s how to get it configured for use between Mac and Ubuntu&#8230;</p>
<p><strong>Hostnames</strong></p>
<p>You can find the hostnames to use simply by opening a Terminal window, or if you&#8217;re unsure still, simply type <strong>hostname</strong> and press enter. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Using Synergy with Mac and Ubuntu" class='wp-smiley' title="Using Synergy with Mac and Ubuntu" /> </p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/hostname-ubuntu.png"><img class="alignnone size-full wp-image-4670" title="hostname-ubuntu" src="http://kyleabaker.com/wp-content/uploads/2011/05/hostname-ubuntu.png" alt="hostname ubuntu Using Synergy with Mac and Ubuntu" width="300" height="150" /> </a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/hostname-mac.png"><img class="alignnone size-full wp-image-4671" title="hostname-mac" src="http://kyleabaker.com/wp-content/uploads/2011/05/hostname-mac.png" alt="hostname mac Using Synergy with Mac and Ubuntu" width="300" height="150" /> </a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/hostname-mac.png"></a>If you used the hostname command in Ubuntu, you probably noticed that the &#8220;.local&#8221; part is not printed out, but it is necessary when dealing with Mac OS X.</p>
<p><strong>Connecting the Two</strong></p>
<p>After selecting the system you&#8217;d like to share, configure the Use or Share tab as necessary similar to the examples below:</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-ubuntu-share.png"><img class="alignnone size-full wp-image-4673" title="quicksynergy-ubuntu-share" src="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-ubuntu-share.png" alt="quicksynergy ubuntu share Using Synergy with Mac and Ubuntu" width="335" height="310" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-ubuntu-use.png"><img class="alignnone size-full wp-image-4674" title="quicksynergy-ubuntu-use" src="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-ubuntu-use.png" alt="quicksynergy ubuntu use Using Synergy with Mac and Ubuntu" width="335" height="310" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-mac-share.png"><img class="alignnone size-full wp-image-4675" title="quicksynergy-mac-share" src="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-mac-share.png" alt="quicksynergy mac share Using Synergy with Mac and Ubuntu" width="350" height="320" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-mac-use.png"><img class="alignnone size-full wp-image-4676" title="quicksynergy-mac-use" src="http://kyleabaker.com/wp-content/uploads/2011/05/quicksynergy-mac-use.png" alt="quicksynergy mac use Using Synergy with Mac and Ubuntu" width="350" height="320" /></a></p>
<p>After configuring Synergy/QuickSynergy you&#8217;re all set to start making your life easier!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/05/30/using-synergy-with-mac-and-ubuntu/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/05/30/using-synergy-with-mac-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unity Opera!</title>
		<link>http://kyleabaker.com/2011/05/07/unity-opera/</link>
		<comments>http://kyleabaker.com/2011/05/07/unity-opera/#comments</comments>
		<pubDate>Sat, 07 May 2011 21:27:25 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4657</guid>
		<description><![CDATA[With Unity in the recent spot light and a little free time on my hands, I decided it was time to dabble with the Launcher API. What better combination that my two favorite pieces of software: Unity in Ubuntu and Opera! With my Unity Opera script, you&#8217;ll be able to get extra functionality for Opera [...]]]></description>
			<content:encoded><![CDATA[<p>With Unity in the recent spot light and a little free time on my hands, I decided it was time to dabble with the Launcher API. What better combination that my two favorite pieces of software: Unity in Ubuntu and Opera!</p>
<p>With my Unity Opera script, you&#8217;ll be able to get extra functionality for Opera by simply downloading a script and adding it to your Startup Applications list. No technical modifications necessary!</p>
<p>The <a href="https://wiki.edubuntu.org/Unity/LauncherAPI">Launcher API</a> provides four features at the moment: Count, Progress, Urgency, Quicklists.</p>
<p>At the moment I&#8217;m only able to implement functionality for three of these, with the exception being Progress. In its current implementation, Unity Opera has the following features:</p>
<p><strong>Count</strong></p>
<p>The total number of tabs you have open appears on the Launcher icon and is updated in real time as you open and close tabs.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-tab-count.png"><img class="alignnone size-full wp-image-4658" title="unity-opera-tab-count" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-tab-count.png" alt="unity opera tab count Unity Opera!" width="54" height="88" /></a></p>
<p>One item to note here is that Opera&#8217;s Private tabs are not included in this tab count. Since information about these tabs and their contents are not stored anywhere on your computer, Unity Opera has no way of discovering them.</p>
<p><strong>Progress</strong></p>
<p>At this point in time, the progress functionality for this script is not available. Until I find a way to programmatically determine download progress in Opera, I will not be able to implement this.</p>
<p>If you have any information regarding a way to implement this feature then please let me know!</p>
<p><strong>Urgency</strong></p>
<p>When browsing the net, not every link you click on is from inside the web browser. Sometimes you click a link from an instant message, mail client, Gwibber, etc. This is where urgency comes into play.</p>
<p>Typically clicking these links automatically opens the tab in your browser, but it doesn&#8217;t always pull you&#8217;re browser into focus. When this happens, you may not know which browser the link opened in or if clicking it was even successful.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-urgency-notification.png"><img class="alignnone size-full wp-image-4661" title="unity-opera-urgency-notification" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-urgency-notification.png" alt="unity opera urgency notification Unity Opera!" width="62" height="156" /></a></p>
<p>When Opera is not in focus and a new tab is opened, the Opera icon in the Launcher now enters urgency mode and wiggles onces. An urgency highlight is also applied to the icon and a small attention reminder in the upper left corner until you focus Opera again (this clears the urgency setting).</p>
<p><strong>Quicklists</strong></p>
<p>Previously I shared a tip on how to <a href="http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/">customize your Quicklists for Opera</a>. That method meant that you had to manually open and edit the desktop file.</p>
<p>This is no longer the case, as these features are already built into Unity Opera.</p>
<p>On top of that, your Speed Dial items are also appended to the Quicklist, making your life that much easier! <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Unity Opera!" class='wp-smiley' title="Unity Opera!" /> </p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-quicklists-speed-dial.png"><img class="alignnone size-medium wp-image-4660" title="unity-opera-quicklists-speed-dial" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-quicklists-speed-dial-201x300.png" alt="unity opera quicklists speed dial 201x300 Unity Opera!" width="201" height="300" /></a></p>
<p>If you use Opera&#8217;s built in Mail client, also known as M2, then you will see an Opera for Mail, which is intended to open M2 directly. At the moment, this feature doesn&#8217;t work as intended, but hopefully in due time it will.</p>
<p><strong>Download Unity Opera</strong></p>
<p>Unity Opera is written in python and can easily be updated and maintained. I suggest you save and extract it to your Home directory and use it there, but you are free to place it anywhere you wish.</p>
<p style="padding-left: 30px;"><strong><a href="http://www.kyleabaker.com/downloads/opera/scripts/unity-opera/unity-opera.zip">Download</a></strong></p>
<p><strong>Running Unity Opera</strong></p>
<p>You can run Unity Opera in one of two ways:</p>
<p>1. The easiest way in my opinion is to simply add it to your Startup Applications.</p>
<p style="padding-left: 30px;"><a href="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-startup-applications.png"><img class="alignnone size-medium wp-image-4659" title="unity-opera-startup-applications" src="http://kyleabaker.com/wp-content/uploads/2011/05/unity-opera-startup-applications-300x242.png" alt="unity opera startup applications 300x242 Unity Opera!" width="300" height="242" /></a></p>
<p style="padding-left: 30px;">To do this simply open your dash and search for &#8216;<em>Startup Applications</em>&#8216;. Once there, click &#8216;<em>Add</em>&#8216; and fill in the blanks!</p>
<p style="padding-left: 30px;">To run Unity Opera on startup, I place the script in my home folder. You can place it where ever you wish, but if you pick a place other than your home folder then you will need to provide a full path the script in your startup command.</p>
<p style="padding-left: 30px;">An example of what I use is as follows:</p>
<p style="padding-left: 60px;"><strong><span style="color: #333333;">python unity-opera.py</span></strong></p>
<p>2. The other option is to open a terminal when you want to use this script and run the command above.</p>
<p><strong>Options</strong></p>
<p>This script has several options. For help and more information type:</p>
<p style="padding-left: 30px;"><strong>python unity-opera.py &#8211;help</strong></p>
<p>This script accepts two optional args:</p>
<p>1. Opera Channel: This is used for setting Unity Opera to run against regular Opera and the new Opera Next channel. By default, if you exclude this arg, Opera is set as the browser to run against. Examples of this command include:</p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera</strong></p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera-next</strong></p>
<p>2. Enable features: This is used to enable specific features. You can enable only basic quicklists [q], quicklists with Speed Dial entries [qs], tab count [c], urgency notification [u], and progress [p].</p>
<p>As mentioned before, progress is not functional at the moment, but I&#8217;ve built the script with this feature ready to include as soon as I find a way. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Unity Opera!" class='wp-smiley' title="Unity Opera!" /> </p>
<p>This second argument requires the use of the first argument. Examples of this command include:</p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera -qs</strong></p>
<p style="padding-left: 30px;"><strong>python unity-opera.py opera-next -qsu</strong></p>
<p><strong>Troubleshooting</strong></p>
<p>If you experience trouble with this script, please try running it from a terminal to see if there are any errors output to the console. If so, copy and paste these in the comments below and I will take a look at them.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/05/07/unity-opera/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/05/07/unity-opera/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Quicklists for Opera in Unity</title>
		<link>http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/</link>
		<comments>http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 22:43:38 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4644</guid>
		<description><![CDATA[Thanks goes to Jorge Castro and a recent post of his about Quicklists in Unity. After reading his post and seeing how easy it was to add new Quicklist entries, I decided to give it a go with Opera. As you can see, my efforts were successful, but there are many more list items you [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks goes to Jorge Castro and a recent post of his about <a href="http://castrojo.tumblr.com/post/4264254580/quicklists-for-webapps">Quicklists in Unity</a>.</p>
<p>After reading his post and seeing how easy it was to add new Quicklist entries, I decided to give it a go with Opera.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-2.png"><img class="alignnone size-full wp-image-4646" title="opera-extended-unity-menu-2" src="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-2.png" alt="opera extended unity menu 2 Quicklists for Opera in Unity" width="246" height="237" /></a></p>
<p>As you can see, my efforts were successful, but there are many more list items you could add to customize Opera&#8217;s Quicklist to suit your needs.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-1.png"><img class="alignnone size-medium wp-image-4645" title="opera-extended-unity-menu-1" src="http://kyleabaker.com/wp-content/uploads/2011/04/opera-extended-unity-menu-1-300x240.png" alt="opera extended unity menu 1 300x240 Quicklists for Opera in Unity" width="300" height="240" /></a></p>
<p><strong>Get It for Yourself</strong></p>
<p>If you&#8217;re using Ubuntu 11.04 with Unity and want to customize this menu for yourself then just follow follow these simple steps.</p>
<p>1. Open a terminal and type the following (and enter your password when prompted):<br />
<span style="color: #888888;">sudo gedit /usr/share/applications/opera-browser.desktop</span></p>
<p>2. Scroll down to the bottom of this open file and paste the following:<br />
<span style="color: #888888;">X-Ayatana-Desktop-Shortcuts=NewTab;NewPrivateTab;NewWindow;Mail;</span></p>
<p><span style="color: #888888;">[NewTab Shortcut Group]</span><br />
<span style="color: #888888;"> Name=New Tab</span><br />
<span style="color: #888888;"> Exec=opera -newtab</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p><span style="color: #888888;">[NewPrivateTab Shortcut Group]</span><br />
<span style="color: #888888;"> Name=New Private Tab</span><br />
<span style="color: #888888;"> Exec=opera -newprivatetab</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p><span style="color: #888888;">[NewWindow Shortcut Group]</span><br />
<span style="color: #888888;"> Name=New Window</span><br />
<span style="color: #888888;"> Exec=opera -newwindow</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p><span style="color: #888888;">[Mail Shortcut Group]</span><br />
<span style="color: #888888;"> Name=Mail</span><br />
<span style="color: #888888;"> Exec=opera -mail</span><br />
<span style="color: #888888;"> TargetEnvironment=Unity</span></p>
<p>3. Save and close the text editor. You may need to restart Unity or your computer before changes take effect.</p>
<p><strong>Customize your Quicklist</strong></p>
<p>If you&#8217;d like to add more items to the Quicklist, simply add a shortcut name for it in &#8220;<code>X-Ayatana-Desktop-Shortcuts" and create a "Shortcut Group" for it.</code></p>
<p>A couple of things that I considered adding were Gmail and Google Reader so that they simply open in new tabs. I&#8217;m sure you can find other useful shortcuts to add or maybe even more Opera command line options!</p>
<p><strong>Remove your Changes</strong></p>
<p>If you don&#8217;t like the Quicklist items that you&#8217;ve added, all you need to do is open the opera-browser.desktop file and remove the lines that were added. Save, close and voila.</p>
<p><strong>Conclusion</strong></p>
<p>Quicklists are great, but they would be more useful with Opera if we were able to select from a list of open or recent tabs.</p>
<p>The new tab and window shortcuts that I&#8217;ve added are enough for me at the moment, but I would really love to see them added by default in the near future!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/04/02/quicklists-for-opera-in-unity/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to setup and use Tor Anonymity in Ubuntu</title>
		<link>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/</link>
		<comments>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 18:11:45 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4576</guid>
		<description><![CDATA[Just before the new year, I saw a news article by Wired that highlighted flaws found in the Tor Anonymity Network. I had never used Tor, but I knew what it was, the benefits it could provide, and a bit about how it worked. With a little free time on my hands I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Just before the new year, I saw a news article by Wired that highlighted <a href="http://www.wired.com/threatlevel/2010/12/flaws-spotlighted-in-tor-anonymity-network/">flaws found in the Tor Anonymity Network</a>. I had never used <a href="http://www.torproject.org/">Tor</a>, but I knew what it was, the benefits it could provide, and a bit about how it worked.</p>
<p>With a little free time on my hands I decided to set it up and see what all the fuss was about. At the time I was installing the Tor components in OS X, but I was curious about installing it in Ubuntu and the resources and instructions that I came across were not as straight forward as they could have been. That is where this post comes it, to provide a simple step by step guide with no fuss.</p>
<p><strong>What is Tor?</strong></p>
<p>This is how <a href="http://en.wikipedia.org/wiki/Tor_(anonymity_network)">Wikipedia</a> explains Tor:</p>
<blockquote><p>Tor is a system intended to enable online anonymity, composed of client software and a network of servers which can hide information about users&#8217; locations and other factors which might identify them. Use of this system makes it more difficult to trace internet traffic to the user, including visits to Web sites, online posts, instant messages, and other communication forms. It is intended to protect users&#8217; personal freedom, privacy, and ability to conduct confidential business, by keeping their internet activities from being monitored.</p></blockquote>
<p><strong>What does it look like?</strong></p>
<p>Tor itself doesn&#8217;t have a graphical user interface (GUI), but there is an application known as Vidalia which provides a nice and simple user interface for controlling all of your Tor needs.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/01/tor-vidalia-control-panel-ubuntu-11-04.png"><img class="alignnone size-medium wp-image-4577" title="tor-vidalia-control-panel-ubuntu-11-04" src="http://kyleabaker.com/wp-content/uploads/2011/01/tor-vidalia-control-panel-ubuntu-11-04-300x286.png" alt="tor vidalia control panel ubuntu 11 04 300x286 How to setup and use Tor Anonymity in Ubuntu" width="300" height="286" /></a></p>
<p>When installing Tor in Ubuntu, you will need to install 3 components: <a href="https://www.torproject.org/">Tor</a>, <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, and <a href="http://www.torproject.org/projects/vidalia.html.en">Vidalia</a>. Tor and Vidalia should now be obvious to you (since I&#8217;ve explained that Vidalia provides a GUI to Tor).</p>
<p>Again, according to <a href="http://en.wikipedia.org/wiki/Polipo">Wikipedia</a> here is what Polipo is:</p>
<blockquote><p>Polipo is a fast and lightweight, forwarding and caching proxy server, SOCKS proxy and computer software daemon.</p></blockquote>
<p><strong>Install Tor in Ubuntu</strong></p>
<p>This is really quite simple and I could easily provide a simple bash script to automate all of this for you, but that would mean that I would have to maintain it and that you wouldn&#8217;t learn anything. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to setup and use Tor Anonymity in Ubuntu" class='wp-smiley' title="How to setup and use Tor Anonymity in Ubuntu" /> </p>
<p>For simplicity, I will write this guide assuming you are using Ubuntu 10.10, aka <strong>Maverick</strong>. If you&#8217;re using a different version, make sure you change the necessary bits below.</p>
<ol>
<li>Open &#8220;Software Sources,&#8221; select the &#8220;Other Software&#8221; tab, click the &#8220;Add&#8221; button at the bottom and paste the following:
<p><span style="color: #333399;">deb http://deb.torproject.org/torproject.org <strong>maverick</strong> main</span></p>
<p>Click &#8220;Add Source,&#8221; then click Close. When it asks if you want to Reload, click yes and ignore any errors for now.</li>
<li>Open a Terminal and add the Tor Repository keys and update Apt:
<p><span style="color: #333399;">gpg &#8211;keyserver keys.gnupg.net &#8211;recv 886DDD89<br />
gpg &#8211;export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -<br />
sudo apt-get update</span></li>
<li>Install Tor, Polipo, and Vidalia:
<p><span style="color: #333399;">sudo apt-get install tor tor-geoipdb polipo vidalia -y</span></p>
<p>When prompted during the installation of Vidalia, select the option to permanently replace (or however it is worded).</li>
<li>Download a pre-made config file for Polipo:
<p><span style="color: #333399;">wget https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf<br />
sudo mv /etc/polipo/config /etc/polipo/config.bak<br />
sudo mv polipo.conf /etc/polipo/config</span></li>
<li>Now Stop and Restart both Tor and Polipo for safe measure:
<p><span style="color: #333399;">sudo /etc/init.d/tor stop<br />
sudo /etc/init.d/polipo stop<br />
sudo /etc/init.d/polipo start</span></p>
<p>Open the application Vidalia when you would like to connect to the Tor network. If you want it on by default, you can always set Vidalia to autostart with your computer.</li>
<li>All thats left is to configure your Applications to use the Tor proxies! If you don&#8217;t adjust the network settings of your applications to use the Tor proxy settings then you&#8217;re not using Tor at all. You can confirm that Tor is indeed working by visiting <a href="https://check.torproject.org/">the Tor detector</a> page.</li>
</ol>
<p>If you run into issues for any reason, check back through the steps listed above. If that still doesn&#8217;t fix them, you might check the <a href="https://help.ubuntu.com/community/Tor">Community Ubuntu Documentation on Tor</a> page or the official <a href="http://www.torproject.org/docs/tor-doc-unix.html.en">Tor for Linux/BSD/Unix</a> page.</p>
<p><strong>Configuring applications to use the Tor proxies</strong></p>
<p>There are 2 types of configurations for Tor:</p>
<ol>
<li>HTTP or HTTPS &#8211; Typically used for web browsers such as Opera, Firefox, Safari, Google Chrome, etc.
<p><span style="color: #333333;">Host: 127.0.0.1<br />
Port: 8118</span></li>
<li>Sockets &#8211; Typcially used for instant messaging applications such as Trillian, Digsby, MSN, AOL, Empathy, Pidgin, etc.
<p><span style="color: #333333;">Host: 127.0.0.1<br />
Port: 9050</span></li>
</ol>
<p>Nearly any application that allows you to adjust network settings by using proxies can make use of the Tor Anonymity Network. Configuring your application of choice is a matter of selection to use HTTP or Sockets.</p>
<p>If you&#8217;re unsure, use trial and error. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to setup and use Tor Anonymity in Ubuntu" class='wp-smiley' title="How to setup and use Tor Anonymity in Ubuntu" /> </p>
<p>A great note that I came across on the <em>Community Ubuntu Documentation</em> page for Tor that I think everyone should read carefully before using Tor is as follows:</p>
<blockquote><p>What&#8217;s the use of having Tor and Privoxy setup without enabling your new anonymous proxy in your common web applications? At this time Tor only supports HTTP and HTTPS traffic, but still recommends using Tor in your browser&#8217;s proxy settings for all protocols as a hidden image link can give away your IP address if linked to an image on an FTP site.</p></blockquote>
<p><strong>Conclusion</strong></p>
<p>Hopefully by this point you&#8217;ve successfully configured Tor for all of your anonymity needs. Will Tor works great, it only works great if you&#8217;ve configured it correctly.</p>
<p>Some Tor connections may be slower than others. If you&#8217;re experiencing a connection that is simply too slow for your needs or if you need a new ip address so you can get that file from RapidShare without having to wait for an hour, simply open Vidalia Control Panel and click &#8220;Use a New Identity.&#8221;</p>
<p>Remember that Tor can be used for Windows and Mac, and is more straightforward to install for them as well.</p>
<p>While there have been a <a href="http://www.wired.com/threatlevel/2010/12/flaws-spotlighted-in-tor-anonymity-network/">few flaws exposed</a>, as mentioned before, I would tend to think the risk of being identified over Tor is very low since the attacks would have to occur on the same network that you&#8217;re connected to. I typically only use Tor at public internet access points (which is where these attacks would be most likely to occur), but it can be very handy in many situations and will likely continue to be on the list of my apps to install for a long long time.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>UbuntuForums.org Site Makeover via UserJS</title>
		<link>http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/</link>
		<comments>http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 23:56:18 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[ECMAScript]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[userjs]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4528</guid>
		<description><![CDATA[A while back there was a neat little styling script being passed around that tuned the Ubuntu Forums to match the new official designs a little more closely. While its not official and no where near a perfect solution, it does dramatically improve the appearance of the forums overall. Before After To use this, all [...]]]></description>
			<content:encoded><![CDATA[<p>A while back there was a <a href="http://www.omgubuntu.co.uk/2010/08/give-the-ubuntu-forums-a-new-look-using-stylish/">neat little styling script</a> being passed around that tuned the Ubuntu Forums to match the new official designs a little more closely. While its not official and no where near a perfect solution, it does dramatically improve the appearance of the forums overall.</p>
<p><strong>Before</strong></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/40915_before.jpeg"><img class="alignnone size-medium wp-image-4529" title="40915_before" src="http://kyleabaker.com/wp-content/uploads/2010/12/40915_before-300x206.jpg" alt="40915 before 300x206 UbuntuForums.org Site Makeover via UserJS" width="300" height="206" /></a></p>
<p><strong>After</strong></p>
<p><strong><a href="http://kyleabaker.com/wp-content/uploads/2010/12/40915_after.jpeg"><img class="alignnone size-medium wp-image-4530" title="40915_after" src="http://kyleabaker.com/wp-content/uploads/2010/12/40915_after-300x181.jpg" alt="40915 after 300x181 UbuntuForums.org Site Makeover via UserJS" width="300" height="181" /></a> </strong></p>
<p>To use this, all you have to do is <a href="http://userstyles.org/styles/40915">download and install</a> the Stylesheet or UserJS file and configure it in your browser! I&#8217;m using the UserJS version, but you may prefer the other. Either way, enjoy!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/12/09/ubuntuforums-org-site-makeover-via-userjs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get Steam Specials via RSS Feed</title>
		<link>http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/</link>
		<comments>http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 02:47:04 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4521</guid>
		<description><![CDATA[This is just a little hack I&#8217;ve used so I can subscribe to the &#8220;Specials&#8221; that are periodically released and published on the Steam website. If you&#8217;re interested in letting your Feed client simplify your life by bringing the Steam updates directly to you then I suggest you subscribe to the feed that I&#8217;ve setup [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a little hack I&#8217;ve used so I can subscribe to the &#8220;Specials&#8221; that are periodically released and published on the <a href="http://store.steampowered.com/search/?specials=1">Steam website</a>.</p>
<p>If you&#8217;re interested in letting your Feed client simplify your life by bringing the Steam updates directly to you then I suggest you subscribe to the feed that I&#8217;ve setup (via a great free service call <a href="http://www.feed43.com/">Feed For Free</a>).</p>
<p>The Steam News &#8211; Specials feed:</p>
<blockquote><p><code><a href="http://feed43.com/4758788726706067.xml">http://feed43.com/4758788726706067.xml</a></code></p></blockquote>
<p>The Steam News &#8211; Announcements feed:</p>
<blockquote><p><code><a href="http://feed43.com/7724635415454743.xml">http://feed43.com/7724635415454743.xml</a></code></p></blockquote>
<p>When I searched for a feed for these Specials I came across one forum post after another asking the same thing. We all know how annoying that can be, so to remedy the situation I decided to post a solution myself. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Get Steam Specials via RSS Feed" class='wp-smiley' title="Get Steam Specials via RSS Feed" /> </p>
<p>As you can see below, these pages don&#8217;t have feeds of their own, but the very awesome <em>Feed For Free</em> site will let you pull the updates straight into your feed reader with ease. See my Google Reader pictured below.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/steam-specials-via-feed43.png"><img class="alignnone size-medium wp-image-4525" title="steam-specials-via-feed43" src="http://kyleabaker.com/wp-content/uploads/2010/12/steam-specials-via-feed43-300x123.png" alt="steam specials via feed43 300x123 Get Steam Specials via RSS Feed" width="300" height="123" /></a></p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/12/08/get-steam-specials-via-rss-feed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rhythmbox 0.13.2</title>
		<link>http://kyleabaker.com/2010/12/01/rhythmbox-0-13-2/</link>
		<comments>http://kyleabaker.com/2010/12/01/rhythmbox-0-13-2/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 01:53:46 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[rhythmbox]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4512</guid>
		<description><![CDATA[For those of you who use Rhythmbox, you&#8217;ll be happy to hear to v0.13.2 brings some great improvements. I subscribe to the mailing list and try to help when possible, but when I saw the news of Rhythmbox 0.13.2 code being released I instantly starred it! Well, it took me over a month to get [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who use Rhythmbox, you&#8217;ll be happy to hear to v0.13.2 brings some great improvements. I subscribe to the mailing list and try to help when possible, but when I saw the news of Rhythmbox 0.13.2 code being released I instantly starred it!</p>
<p>Well, it took me over a month to get around to looking into the update, but ironically there is a backport posted at <a href="http://www.webupd8.org/2010/11/install-rhythmbox-0132-in-ubuntu-1010.html">WebUpd8</a> that makes installing this in Ubuntu 10.10 as easy as copy-n-pasting three commands into the terminal!</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/ubuntu-10-10-rhythmbox-0-13-2.png"><img class="alignnone size-medium wp-image-4513" title="ubuntu-10-10-rhythmbox-0-13-2" src="http://kyleabaker.com/wp-content/uploads/2010/12/ubuntu-10-10-rhythmbox-0-13-2-300x210.png" alt="ubuntu 10 10 rhythmbox 0 13 2 300x210 Rhythmbox 0.13.2" width="300" height="210" /></a></p>
<p>The Last.fm updates (thanks to <a href="http://socghop.appspot.com/gsoc/student_project/show/google/gsoc2010/gnome/t127230759459">Jamie Nicol&#8217;s GSoC project</a>) have finally been added and I was obsessively tracking the <a href="http://gitorious.org/rb-lastfm">code commits</a> each day to watch the progress while it was going on. Now that I get to test out the changes, I&#8217;ve glad to say that the Last.fm improvements are grand!</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/ubuntu-10-10-rhythmbox-0-13-2-dacp.png"><img class="alignnone size-medium wp-image-4514" title="ubuntu-10-10-rhythmbox-0-13-2-dacp" src="http://kyleabaker.com/wp-content/uploads/2010/12/ubuntu-10-10-rhythmbox-0-13-2-dacp-300x211.png" alt="ubuntu 10 10 rhythmbox 0 13 2 dacp 300x211 Rhythmbox 0.13.2" width="300" height="211" /></a></p>
<p>The new support for DACP, which allows you to use your iPhone/iPod touch/iPad as a remote for iTunes,  now allows you to remotely change the tunes playing in Rhythmbox!</p>
<p>Unfortunately, this feature doesn&#8217;t seem to currently support sending cover art embedded in the media files&#8217; metadata to the remote. I&#8217;ve seen discussions about this recently in the mailing list, so this will likely change before too long!</p>
<p>One last improvement that I have to mention is the &#8220;Various fixes for iPod support&#8221; as this is one area that I&#8217;ve felt is constantly in need of improvement with each new release of iOS and each new model. There are also a great deal of other improvements which I&#8217;ll list below directly from the mailing list (via Jonathan Matthew)!</p>
<blockquote><p>Rhythmbox 0.13.2 (&#8220;Dagger&#8221;) is now available from<br />
<a href="http://download.gnome.org/sources/rhythmbox/0.13/">http://download.gnome.org/sources/rhythmbox/0.13/</a></p>
<p>f422e47d7e238ebe862650efbcb83672bca704df0a37c3391ad0e386c20b19e3<br />
rhythmbox-0.13.2.tar.bz2<br />
4ad881cfbe19abcbe21abcfb37f753476b928141cea662c732867c9f4363aacb<br />
rhythmbox-0.13.2.tar.gz</p>
<p>Highlights:<br />
* Much improved Last.fm (and Libre.fm) plugin (Jamie Nicol&#8217;s GSoC project)<br />
* Support for DACP (iTunes remote) (Alexandre Rosenfeld&#8217;s GSoC project)<br />
* Zeitgeist plugin (developed by Markus Korn, Laszlo Pandy and Michal Hruby)<br />
* New podcast sub-sources showing newly posted and recently downloaded episodes<br />
* Slightly improved integration with the GNOME Shell message tray<br />
* Various fixes for iPod support (Christophe Fergeau, Ben Walsh)</p>
<p>Bugs fixed:<br />
341462 &#8211; Make current podcast downloads more visible<br />
345957 &#8211; View last.fm profile<br />
381679 &#8211; Add &#8220;record to profile&#8221; toggle to the last.fm plugin<br />
589886 &#8211; Crash when selecting multiple podcast feeds<br />
591841 &#8211; Crash processing playlist files from command line<br />
592428 &#8211; Allow the user to select Libre.fm as their audioscrobbler service<br />
601152 &#8211; can&#8217;t really create playlists on iPod<br />
604170 &#8211; Unable to change the order of files in an iPOD playlist<br />
612156 &#8211; crash when stopping radio stream before playlist parsing has finished<br />
618619 &#8211; Crash while getting properties from ipod shuffle<br />
623200 &#8211; Add previous and play actions to notifications, and use id&#8217;s<br />
that correspond to named icons<br />
625030 &#8211; Use XSPF format for the default iRadio playlist<br />
625054 &#8211; Rhythmbox transfers music to my generic MP3 player without<br />
file extensions<br />
625214 &#8211; DACP Support in Rhythmbox<br />
628254 &#8211; metadata helper crashes when tagging MP3 files that don&#8217;t<br />
already have tags<br />
628791 &#8211; crash showing ipod properties if the ipod database can&#8217;t be read<br />
628794 &#8211; Rhythmbox can not share to iTunes 10 using DAAP<br />
629038 &#8211; coherence plugin breakage<br />
630689 &#8211; drop GtkObject use<br />
631008 &#8211; Zeitgeist plugin<br />
631191 &#8211; GStreamer MTP source element stopped working<br />
631218 &#8211; don&#8217;t open (some) iframes in podcast descriptions in new<br />
browser windows<br />
631355 &#8211; Typo in string: &#8220;Listended&#8221;<br />
631698 &#8211; Rhythmbox stars (ratings) not updated properly when scrolling<br />
up in the playlist<br />
631817 &#8211; rhythmbox hangs when starting playing next audio cd track<br />
632119 &#8211; Add WSUM 91.7FM (University of Wisconsin) to iRadio-Initial.pls<br />
632475 &#8211; ipod &#8220;Remove from playlist&#8221; was completely removing from iPod<br />
632655 &#8211; URL updates for Internet Radio stations<br />
633531 &#8211; Rhythmbox can&#8217;t load Cover-Art from musicbrainz</p>
<p>Translation updates:<br />
- bg, courtesy of Krasimir Chonov<br />
- ca@valencia, courtesy of Joan Duran<br />
- cs, courtesy of Marek Černocký<br />
- da, courtesy of Ask Hjorth Larsen<br />
- de, courtesy of Christian Kirbach<br />
- el, courtesy of Michael Kotsarinis<br />
- es, courtesy of Jorge González<br />
- et, courtesy of Mattias Põldaru<br />
- gl, courtesy of Fran Diéguez<br />
- hu, courtesy of Gabor Kelemen<br />
- it, courtesy of Luca Ferretti<br />
- ja, courtesy of Hiroyuki Sekihara<br />
- ja, courtesy of Takayuki KUSANO<br />
- lt, courtesy of Žygimantas Beručka<br />
- nb, courtesy of Kjartan Maraas<br />
- nl, courtesy of Redmar<br />
- pa, courtesy of A S Alam<br />
- pl, courtesy of Piotr Drąg<br />
- pt_BR, courtesy of Djavan Fagundes<br />
- ru, courtesy of Yuri Myasoedov<br />
- sl, courtesy of Andrej Žnidaršič<br />
- sv, courtesy of Daniel Nylander</p></blockquote>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/12/01/rhythmbox-0-13-2/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/12/01/rhythmbox-0-13-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbuntu: The Mac OS X Transformation Pack for Ubuntu</title>
		<link>http://kyleabaker.com/2010/11/11/macbuntu-the-mac-os-x-transformation-pack-for-ubuntu/</link>
		<comments>http://kyleabaker.com/2010/11/11/macbuntu-the-mac-os-x-transformation-pack-for-ubuntu/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 07:48:44 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4476</guid>
		<description><![CDATA[Since I recently slipped over into the dark side and bought a MacBook, I&#8217;ve been spending a whole lot more time in OS X than I ever have before. I wouldn&#8217;t consider myself a Mac fanatic (yet), but its difficult to not fall in love with the great amount of attention to detail. Out of [...]]]></description>
			<content:encoded><![CDATA[<p>Since I recently slipped over into the dark side and bought a MacBook, I&#8217;ve been spending a whole lot more time in OS X than I ever have before.</p>
<p>I wouldn&#8217;t consider myself a Mac fanatic (yet), but its difficult to not fall in love with the great amount of attention to detail.</p>
<p>Out of curiosity, I decided to look into macifying Ubuntu again (as I&#8217;ve <a href="http://kyleabaker.com/2008/05/23/ubuntu-mac-os-x-themed/">looked into in the past</a> and had decent results) only this time I came across Macbuntu. <a href="http://sourceforge.net/projects/macbuntu/">Macbuntu</a> is an all-in-one package to transform your Ubuntu desktop (fresh dual screen account pictured below) from this:</p>
<p><strong>Before</strong></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-before-1.png"><img class="alignnone size-medium wp-image-4477" title="macbuntu-before-1" src="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-before-1-300x120.png" alt="macbuntu before 1 300x120 Macbuntu: The Mac OS X Transformation Pack for Ubuntu" width="300" height="120" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-before-2.png"><img class="alignnone size-medium wp-image-4478" title="macbuntu-before-2" src="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-before-2-300x120.png" alt="macbuntu before 2 300x120 Macbuntu: The Mac OS X Transformation Pack for Ubuntu" width="300" height="120" /></a></p>
<p>To something that resembles the infamous Mac OS X a little more closely, like this:</p>
<p><strong>After</strong></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-after-1.png"><img class="alignnone size-medium wp-image-4479" title="macbuntu-after-1" src="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-after-1-300x120.png" alt="macbuntu after 1 300x120 Macbuntu: The Mac OS X Transformation Pack for Ubuntu" width="300" height="120" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-after-2.png"><img class="alignnone size-medium wp-image-4480" title="macbuntu-after-2" src="http://kyleabaker.com/wp-content/uploads/2010/11/macbuntu-after-2-300x120.png" alt="macbuntu after 2 300x120 Macbuntu: The Mac OS X Transformation Pack for Ubuntu" width="300" height="120" /></a></p>
<p>For an Mac purist, this transformation pack would be no where near acceptable with small differences and quirks here and there. The good news, however, is that the transformation pack <a href="http://gnome-look.org/content/show.php/Macbuntu?content=129021">appears to be maintained and updated regularly</a> so it may not be much longer before your Linux box is indistinguishable from an original Mac&#8230;at least on the inside. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Macbuntu: The Mac OS X Transformation Pack for Ubuntu" class='wp-smiley' title="Macbuntu: The Mac OS X Transformation Pack for Ubuntu" /> </p>
<p>The Macbuntu installation is extremely easy. If you&#8217;re interested in installing this, but afraid of messing anything up, keep in mind that there is an uninstall option that is extremely painless and it restores all of your original settings!</p>
<p><strong>Install</strong></p>
<ol>
<li>Download the transformation package from <a href="http://sourceforge.net/projects/macbuntu/">SourceForge</a> or <a href="http://gnome-look.org/content/show.php/Macbuntu?content=129021">GNOME-Look.org</a> if you prefer (but they are both hosted from SourceForge) and save it to your Desktop.</li>
<li>Extract the package to your Desktop. You can do this by right clicking and selecting &#8220;Extract Here&#8221; from the menu.</li>
<li>Open a terminal and type &#8220;cd Desktop/Macbuntu-10.10/&#8221; (without the quotes) and press enter.</li>
<li>Now type &#8220;./install.sh&#8221; (without quotes) and press enter.</li>
<li>Follow the directions and answer a few questions and it does all of the rest! &#8230;and you&#8217;re done!</li>
</ol>
<p><strong>Uninstall</strong></p>
<ol>
<li>If you&#8217;ve deleted the original files that your extracted before, re-download them and extract them using the same steps as before.</li>
<li>Open a terminal and type &#8220;cd Desktop/Macbuntu-10.10/&#8221; (without the quotes) and press enter.</li>
<li>Now type &#8220;./uninstall.sh&#8221; (without quotes) and press enter.</li>
<li>Follow any directions or quick questions and before you know it, things will be back to the way they were before!</li>
</ol>
<p>While I was impressed with the degree of success after I installed this transformation pack, I quickly uninstalled it. Part of this was due to pure testing, but the other part was simply because I want to spend more time tweaking it to perfection later and don&#8217;t have the time right now.</p>
<p>Amazingly, I was able to take a stock Ubuntu 10.10 desktop and morph it into a decent OS X lookalike and back again all in a matter of 15 minutes, and that includes a short amount of time spent looking around. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Macbuntu: The Mac OS X Transformation Pack for Ubuntu" class='wp-smiley' title="Macbuntu: The Mac OS X Transformation Pack for Ubuntu" /> </p>
<p><strong>My Notes &amp; Ramblings</strong><span style="color: #888888;"><em> (probably boring)</em></span></p>
<p>One thing I&#8217;d really like to do is to create a Mac OS X skin for Opera to be included with this package since the one for Opera for Mac isn&#8217;t compatible with other platforms (afaik). I&#8217;d also like to figure out how to get the full menu bar removed and placed into the top panel properly, where it was only partially added in the screenshots.</p>
<p>A lot of the dock details are accurate, but then again a lot of them are just flat wrong. Empathy needs an icon replacement to Adium or iChat. The dock itself is angled slightly higher and the gloss detail is completely different (lacking the wavy design). The separator is also incorrect and needs to be updated.</p>
<p>One thing that I think would go far with adding a genuine feel is to organize the Dock icons properly as the default dock icons are in a specific order already and the order from this install seems to be somewhat random in some cases.</p>
<p>Stacks would be great, however, I recall hearing not long ago that this or a similar feature is <span style="text-decoration: line-through;">on the way</span> <a href="http://www.omgubuntu.co.uk/2010/10/docky-stacks-osx-ubuntu/">already possible</a>, just not included yet (maybe I&#8217;ll send them an email soon <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Macbuntu: The Mac OS X Transformation Pack for Ubuntu" class='wp-smiley' title="Macbuntu: The Mac OS X Transformation Pack for Ubuntu" />  ).</p>
<p>A white drop-shadow for text and icons in the top panel would be great for perfection. It also wouldn&#8217;t hurt to add the default slight transparency to the top panel so the background and shine through a little.</p>
<p>The actual theme being used appears to be very outdated, with buttons using old icons such as the back and forward buttons in Nautilus. The breadcrumbs are also very outdated visually and need to be updated. The author(s) of the transformation pack probably have nothing to do with the development of the theme that&#8217;s packaged with it, but this is the most important element and is in dire need of some TLC.</p>
<p><strong>Conclusion</strong></p>
<p>Macbuntu is a great and quick solution, but its not pixel perfect or even close to pixel perfect. If you&#8217;ve got any suggestions or know of better options such as themes or tweaks, I&#8217;d love to hear about them in the comments!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/11/11/macbuntu-the-mac-os-x-transformation-pack-for-ubuntu/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/11/11/macbuntu-the-mac-os-x-transformation-pack-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

