<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Yet Another Linux Blog</title>
	
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Thu, 07 Mar 2013 20:29:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/yalb" /><feedburner:info uri="yalb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><link>http://creativecommons.org/licenses/by-nc-sa/2.5/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>yalb</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Lightweight Command Line Downloading with Aria2</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/0OJ64CIOehE/</link>
		<comments>http://linux-blog.org/lightweight-command-line-downloading-with-aria2/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 08:39:18 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2220</guid>
		<description><![CDATA[Sometimes you just want a quick and easy way of downloading  large files.  If you&#8217;re like me, you want this with as little of a memory footprint as possible.  Aria2 &#8230; <a class="readmore" href="http://linux-blog.org/lightweight-command-line-downloading-with-aria2/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>Sometimes you just want a quick and easy way of downloading  large files.  If you&#8217;re like me, you want this with as little of a memory footprint as possible.  <a title="aria2" href="http://aria2.sourceforge.net/" target="_blank">Aria2</a> gives me this ability.  When downloading a torrent for a recent Linux release, I was able to do this with only 5MB of memory being used.  No other download programs can give me this.</p>
<p>What&#8217;s nice about aria2 is that you can download the same file from multiple sources (mirrors) and cut your download times with each source.  You can also open multiple pipes to the same download which shortens the time as well.  Let&#8217;s take a quick look at what aria2 can do for your downloads.</p>
<p><span style="text-decoration: underline;"><strong>Downloading with Aria2</strong></span></p>
<p>For this test I used KDE4 iso&#8217;s from OpenSuse.  First, I established a baseline using wget:</p>
<pre class="brush: plain; title: ; notranslate">wget http://www.gtlib.gatech.edu/pub/opensuse/distribution/12.3-RC2/iso/openSUSE-12.3-KDE-Live-Build0094-x86_64.iso</pre>
<p>This took 15 minutes 47 seconds to complete.  The file size is 941MB.  My Internet connection at home has a max download of 10MB and upload of 1MB.</p>
<p>Using aria2, the same file took 10 minutes 32 seconds to complete.  Here is the command I used for this:</p>
<pre class="brush: plain; title: ; notranslate">aria2c -x2 http://www.gtlib.gatech.edu/pub/opensuse/distribution/12.3-RC2/iso/openSUSE-12.3-KDE-Live-Build0094-x86_64.iso</pre>
<p>The -x2 in the above command pipelines the download of the ISO into 2 separate threads.  This speeds things up considerably.  Be wary of using too many threads though because many websites out there will throttle you down in speed should you open more than 3-4 threads.</p>
<p>Aria2 supports more protocols than you can shake a stick at including magnet links, bittorrent, metalink and even ftp.  There are <a title="many command line flags and options" href="http://aria2.sourceforge.net/manual/en/html/aria2c.html#synopsis" target="_blank">many command line flags and options</a> you can use and you can even call aria2 using JSON-RPC and XML-RPC through the web.  All together, aria2 is scalable, flexible and lightweight&#8230;there isn&#8217;t much it cannot do.  If you&#8217;re looking for a lightweight download utility, aria2 has you covered.<br />
<script type="text/javascript">
ch_fluidH = 1;
ch_nump = "3";
ch_client = "devnet";
ch_width = 550;
ch_height = "auto";
ch_type = "mpu";
ch_sid = "Chitika Default";
ch_color_site_link = "0000CC";
ch_color_title = "0000CC";
ch_color_border = "FFFFFF";
ch_color_text = "000000";
ch_color_bg = "FFFFFF";
</script><br />
<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></p>
<p><a href="http://linux-blog.org/lightweight-command-line-downloading-with-aria2/" rel="bookmark">Lightweight Command Line Downloading with Aria2</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 3 March, 2013.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/lightweight-command-line-downloading-with-aria2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/lightweight-command-line-downloading-with-aria2/</feedburner:origLink></item>
		<item>
		<title>Sony Violates the LGPL3 and Steals KDE Icon</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/PFgabGFEwts/</link>
		<comments>http://linux-blog.org/sony-violates-the-lgpl3-and-steals-kde-icon/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 15:06:07 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[LGPL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2211</guid>
		<description><![CDATA[Looks like Sony has gone from prosecuting pirates to becoming one.  Only days after the PS4 announcement too. Over at the KDE Blog, Jonathan Riddell explains that Sony is using &#8230; <a class="readmore" href="http://linux-blog.org/sony-violates-the-lgpl3-and-steals-kde-icon/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>Looks like Sony has gone from prosecuting pirates to becoming one.  Only days after the PS4 announcement too.</p>
<p>Over at the <a title="KDE Blog" href="http://blogs.kde.org/2013/02/21/sony-pirates-kde-artwork" target="_blank">KDE Blog, Jonathan Riddell</a> explains that Sony is using a KDE icon in violation of the LGPL3 license under which it is released:</p>
<p style="padding-left: 30px;">&#8220;Nowhere on their website <a title="terms of use" href="http://www.sony.co.uk/pages/terms/TandC_odw_en_GB.html?null" target="_blank">terms of use</a> does it list the LGPL 3 licence it may be copied under (It does say &#8220;Any unauthorised use or copying of site content, or use of site content which breaches these Terms (or their spirit) may violate trade mark, copyright and other proprietary rights, and have civil and criminal consequences&#8221; although it also says &#8220;You must seek and obtain the written consent the operator of this site before creating any link to this site&#8221; so I don&#8217;t give that page any legal credit.)&#8221;</p>
<p>The page in question is a &#8216;<a title="Choose your Vaio" href="http://www.sony.co.uk/customise/vaio-t-series" target="_blank">Choose your Vaio</a>&#8216; webpage on the Sony UK site.</p>
<p>What does one do in cases like this?  It seems that legal action would be a waste of time and money&#8230;hopefully, Sony takes note of this and corrects the issue.  They&#8217;ve been heavily invested in Linux and Open Source for many years now with their platforms and I&#8217;d like to think they&#8217;d have learned from their <a title="rootkit debacle" href="http://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootkit_scandal" target="_blank">rootkit debacle</a> that you should act quickly to fix things before they blow up on the internet.</p>
<p><a href="http://linux-blog.org/sony-violates-the-lgpl3-and-steals-kde-icon/" rel="bookmark">Sony Violates the LGPL3 and Steals KDE Icon</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 22 February, 2013.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/sony-violates-the-lgpl3-and-steals-kde-icon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/sony-violates-the-lgpl3-and-steals-kde-icon/</feedburner:origLink></item>
		<item>
		<title>Comic Books, Linux and KDE 4</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/4iNlFyd-Z0k/</link>
		<comments>http://linux-blog.org/comic-books-linux-and-kde-4/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 14:47:43 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Kwhat?]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2180</guid>
		<description><![CDATA[Sometimes I read comic books.  I would hope that some of you do as well.  I collected the paper version of comic books when I was a kid (Mostly Superman &#8230; <a class="readmore" href="http://linux-blog.org/comic-books-linux-and-kde-4/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>Sometimes I read comic books.  I would hope that some of you do as well.  I collected the paper version of comic books when I was a kid (Mostly Superman and Spiderman) and I&#8217;ve graduated up to the digital version now.  Comic books in digital format usually use the .cbz or .cbr file extension.  To read these in Windows or on my Linux desktop (I was running XFCE for the year or so) I had to use a specialized application&#8230;a comic reader&#8230;to do this.</p>
<p>The program I used in Linux was called <a title="Comix" href="http://comix.sourceforge.net/">Comix</a> and it did a great job when I used XFCE.  I know you can also use <a title="evince" href="http://projects.gnome.org/evince/" target="_blank">Evince</a> and I&#8217;m sure it does every bit a good job as Comix does.  Both are GTK applications though.  Since I now use KDE 4 on my primary workstation, I wanted to see if there was a Qt application that I could use and I was very disappointed when I didn&#8217;t find any.  So, there I was with comics in my Home Directory collecting dust with nothing preferable (read: Qt based) to open them up to read them.  I double clicked on one of them in frustration&#8230;.and I was surprised when it opened right up.</p>
<p><a title="Okular" href="http://okular.kde.org/" target="_blank">Okular</a>, the do-it-all reader for KDE4 opens up every comic book I throw at it.  I was saved&#8230;rather, my comic collection was saved.  Very handy that the KDE4 devs put in such a great tool to <a title="formats" href="http://okular.kde.org/formats.php" target="_blank">open so many formats</a>.  So if you&#8217;re looking for something that can handle your comic collection, look no further than Okular which comes preinstalled with most KDE4 based distributions.</p>
<div class="wp-caption aligncenter" style="width: 728px"><a href="http://okular.kde.org/images/screenies/okular-backend-pdf-1.png"><img class=" " alt="okular" src="http://okular.kde.org/images/screenies/okular-backend-pdf-1.png" width="718" height="569" /></a><p class="wp-caption-text">Okular with PDF</p></div>
<p><a href="http://linux-blog.org/comic-books-linux-and-kde-4/" rel="bookmark">Comic Books, Linux and KDE 4</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 25 January, 2013.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/comic-books-linux-and-kde-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/comic-books-linux-and-kde-4/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 12.04, Amahi, and Linux Not Detecting Hard Disks</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/DuoaPWqXvok/</link>
		<comments>http://linux-blog.org/ubuntu-12-04-amahi-and-linux-not-detecting-hard-disks/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 03:37:38 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[amahi]]></category>
		<category><![CDATA[Distros]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2186</guid>
		<description><![CDATA[It&#8217;s been quite a long time since I&#8217;ve had this much trouble with Linux detecting a hard drive.  It brought me back to Ye Olde Linux days when 14 floppy &#8230; <a class="readmore" href="http://linux-blog.org/ubuntu-12-04-amahi-and-linux-not-detecting-hard-disks/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been quite a long time since I&#8217;ve had this much trouble with Linux detecting a hard drive.  It brought me back to Ye Olde Linux days when 14 floppy disks housed your distribution and more times than not you didn&#8217;t have compatible hardware and had to find out via BBS what modem worked with what kernel&#8230;sometimes, it was a major pain&#8230;and that was the fun in it <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In today&#8217;s installation of Linux&#8230;I thought I&#8217;d left those days behind.  I was wrong, unfortunately.</p>
<p>I downloaded Ubuntu 12.04 to install so that I could put <a title="Amahi Homepage" href="http://amahi.org" target="_blank">Amahi </a>on my video/picture/file/tv/movie share Linux machine.  Amahi is pretty much the best program on the face of the planet to use for this purpose&#8230;I&#8217;d put it up against any &#8216;samba-like&#8217; distribution of Linux out there and I think it would come out on top.  Anyway, I went to install Ubuntu 12.04 and I immediately hit a problem:  it wasn&#8217;t detecting my hard drive.  I got out my notes for when I last installed an operating system on this server and it happened to be the last release of Amahi on Fedora&#8230;which was Fedora 14.  In that instance, I had to pass the <strong><em>nodmraid</em></strong> option in order for my hard drive to detect.</p>
<p>Easy enough.  I went into the Ubuntu options for booting.  Chose F6 and then selected <em>nodmraid</em>.  It booted fine and I went to a desktop.  Once there, I clicked the install icon.  Things were looking good until I went to the part of the installer where you choose a hard disk&#8230;which didn&#8217;t give me any hard disks.  I tried this process again and again&#8230;often times putting in other options such as noapic, nolapic and other awesome boot parameters using the F6 portion of the boot prompt.  No joy on any of these tries.  What could it be?</p>
<p>After a few minutes of brainstorming, I realized that Ubuntu wasn&#8217;t actually honoring the boot parameter for <em>nodmraid</em>.  Since this was the case, the hard drive wasn&#8217;t detecting.  In order to get the hard drive detecting, I should remove the dmraid information from my hard drive and see if this made a difference.  So, here&#8217;s how I fixed this problem:</p>
<ol>
<li>Instead of booting to install Ubuntu, select the option to Try it first</li>
<li>Once there, hit up the dashboard, click on all applications, and search through all 78 until you find Terminal</li>
<li>Once the terminal is up, type <em>sudo su </em>and hit enter.  You&#8217;re now root.</li>
<li>type <em>fdisk -l</em> and take note of the letter designation of your hard drive that is having problems detecting (sda in my case).</li>
<li>type <em>dmraid -E -r /dev/sdX</em> where &#8216;X&#8217; is the letter designation of your hard drive.</li>
<li>Answer yes to the question it asks of if you wish to remove the dmraid information on the drive.</li>
<li>Reboot and Install Ubuntu.  It should now detect.</li>
</ol>
<p>Not a hard thing to figure out&#8230;but it might be for some new users&#8230;and I&#8217;m almost certain Amahi users will run across this&#8230;because many of them are converts from Windows Home Server.  In this case, they&#8217;d probably be pretty freaked out having to drop down to a command line and issue commands.  Hopefully, this article will be a handy tool for them to use in order to get Ubuntu and subsequently, Amahi installed on their computer.  Thanks for reading!</p>
<p><a href="http://linux-blog.org/ubuntu-12-04-amahi-and-linux-not-detecting-hard-disks/" rel="bookmark">Ubuntu 12.04, Amahi, and Linux Not Detecting Hard Disks</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 23 September, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/ubuntu-12-04-amahi-and-linux-not-detecting-hard-disks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/ubuntu-12-04-amahi-and-linux-not-detecting-hard-disks/</feedburner:origLink></item>
		<item>
		<title>Oddity with Delicious Bookmarks and RSS Feed</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/cAjy6C0qQes/</link>
		<comments>http://linux-blog.org/oddity-with-delicous-bookmarks-and-rss-feed/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 23:00:54 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[YALB]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2182</guid>
		<description><![CDATA[So today, bookmarks posted from delicious.com onto the Yet Another Linux Blog RSS feed.  This isn&#8217;t normal&#8230;I don&#8217;t post bookmarks from that service here&#8230;in fact, I haven&#8217;t used them since &#8230; <a class="readmore" href="http://linux-blog.org/oddity-with-delicous-bookmarks-and-rss-feed/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>So today, bookmarks posted from delicious.com onto the Yet Another Linux Blog RSS feed.  This isn&#8217;t normal&#8230;I don&#8217;t post bookmarks from that service here&#8230;in fact, I haven&#8217;t used them since they were bought out.  I remember experimenting with bookmarks posting to your blog for the first month I had my delicious account&#8230;but never kept it on.</p>
<p>But suddenly, somebody&#8217;s bookmarks post and show up in the RSS feed here.  For that, I apologize to my RSS readers.  Rest assured, it shouldn&#8217;t happen again as I&#8217;ve deleted my delicious account.</p>
<p><a href="http://linux-blog.org/oddity-with-delicous-bookmarks-and-rss-feed/" rel="bookmark">Oddity with Delicious Bookmarks and RSS Feed</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 19 September, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/oddity-with-delicous-bookmarks-and-rss-feed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/oddity-with-delicous-bookmarks-and-rss-feed/</feedburner:origLink></item>
		<item>
		<title>Creating Symlinks – How and Why</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/Gb9gyCIb7po/</link>
		<comments>http://linux-blog.org/creating-symlinks-how-and-why/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 04:39:08 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2152</guid>
		<description><![CDATA[As part of your Linux journey, you&#8217;ve probably heard of symlinks which are also known as symbolic links.  I figured that since I fixed an error using symbolic links to &#8230; <a class="readmore" href="http://linux-blog.org/creating-symlinks-how-and-why/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>As part of your Linux journey, you&#8217;ve probably heard of symlinks which are also known as symbolic links.  I figured that since I fixed an error using symbolic links to setup an environment to allow my son to learn program.  I am using something called HacketyHack which can be found here:  <a title="Hackety Hack" href="http://hackety.com" target="_blank">http://hackety.com</a></p>
<p>The problem is that on Ubuntu or Debian, the libssl and libcrypto libraries are out of date.  Hackety Hack&#8217;s program requires versions greater than 1.0.0 and 0.9.8 is installed.  The fix is of course a symbolic link.  But how do we do this and more importantly, WHY do we have to do this to fix it?  Let&#8217;s go through what they are first.</p>
<h4>What is a Symbolic Link?</h4>
<p>Look on your computers&#8217; desktop right now.  If you&#8217;re like most people, you&#8217;ll have many shortcuts to different programs that you access daily.  On my Windows 7 machine at work, I have around 40-50 shortcuts to commonly used tools and places I access to accomplish my job.  Those are, in a nutshell, what symlinks are.  They&#8217;re pretty much just advanced shortcuts and with the case I&#8217;m going to present today&#8230;shortcuts without an icon.  Symlinks redirect a computer to an end location OR make a computer think the end location is where the shortcut is&#8230;and since they perform these 2 functions, there are 2 types of them.</p>
<ol>
<li>Hard Links</li>
<li>Soft Links</li>
</ol>
<p><em>Soft Link</em> &#8211; When you click on/open a soft link, you&#8217;re redirected to the location it is pointing to.  For example, if you click on &#8216;My Documents&#8217; on your desktop, you&#8217;re redirected to a path on the C: drive where your documents are stored.</p>
<p><em>Hard Link</em> &#8211; A hard link makes the computer think that the shortcut is the actual end location.  So, using our &#8216;My Documents&#8217; example above&#8230;the computer would look at the &#8216;My Documents&#8217; shortcut and it would see it as the actual end location instead of a pointer to the end location.</p>
<h4>What Would I Use a Symbolic Link For?</h4>
<p>Do you use dropbox or box.net or any other cloud storage system to share files/store files/backup files?  Then a symbolic link might be a good option for you.  Imagine that you setup a folder on your desktop that is named &#8216;send-to CLOUD&#8217; and when you drag and drop files to that folder, it sends it directly to those cloud storage systems.  This is something that symbolic links can accomplish.</p>
<p>Another case might be if you need files stored in 2 different locations.  Maybe you want to have settings files for an application be redirected to dropbox so that you can access it and use it on another computer.  As you can see, there are many different reasons for using symbolic links.</p>
<h4>How Do I Setup a Symbolic Link?</h4>
<p>In Linux, you use the command &#8216;ln&#8217;.  To setup a soft link, you use the -s flag like this:</p>
<pre class="brush: plain; title: ; notranslate">ln -s /usr/lib/library.so.0.9.8 /usr/lib/library.so.1.0.0</pre>
<p>So, in the example above, the file library.so.1.0.0 is LINKED or pointed back to the actual file library.so.0.9.8.  To setup a hard link you&#8217;d drop the -s flag:</p>
<pre class="brush: plain; title: ; notranslate">ln /tmp /other/location/tmp</pre>
<p>In the above example, your /tmp folder will now appear in 2 locations&#8230;both /tmp and the /other/location/tmp.  Please understand that /other/location/tmp has to actually exist &lt;em&gt;before&lt;/em&gt; you issue the command.</p>
<p>To remove a symbolic link, just use the &#8216;rm&#8217; command.  I usually use -rf as flags so that it recursively deletes and forces it to occur without confirmation but it is up to you:</p>
<pre class="brush: plain; title: ; notranslate">rm /other/location/tmp</pre>
<h4>How Do I Fix Hackety Hack on Debian?</h4>
<p>As promised, the solution to fixing Hackety Hack on Debian.  First, you need to find/locate the libraries that it complains about.  In the first error I received, it was looking for libssl.so.1.0.0.  I use the mlocate package which has the command &#8216;locate&#8217; to find libssl.so as follows:</p>
<pre class="brush: plain; title: ; notranslate">devnet@lostlap:~$ locate libcrypto
/lib/libssl.so.0.9.8
/usr/lib/libssl.so.0.9.8</pre>
<p>The output tells me that there is a libssl.so.0.9.8 in two locations:  /usr/lib and /lib.  I&#8217;ll need to symbolically link both of those with a soft link so that when the program looks for the file libssl.so.1.0.0 it finds it and the link points it back to libssl.so.0.9.8.</p>
<pre class="brush: plain; title: ; notranslate">sudo ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.1.0.0</pre>
<p>&nbsp;</p>
<pre class="brush: plain; title: ; notranslate">sudo ln -s /lib/libssl.so.0.9.8 /lib/libssl.so.1.0.0</pre>
<p>Now that those to locations are created, we need to follow up with libcrypto which resides in the same two directories as libssl.</p>
<pre class="brush: plain; title: ; notranslate">sudo ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.1.0.0</pre>
<p>&nbsp;</p>
<pre class="brush: plain; title: ; notranslate">sudo ln -s /lib/libcrypto.so.0.9.8 /lib/libcrypto.so.1.0.0</pre>
<p>Now that both of those are linked to our actual ssl and crypto libraries, you can try running the file from Hackety Hack again.</p>
<p>For me, this fixed the initial two problems but I still have a failure when the installer does a hard check for OpenSSL 1.0.0 and unfortunately, I don&#8217;t have a complete solution for it yet.  So, I suppose I lied a bit with the &#8216;fix&#8217; for Hackety Hack.  The above information is good though for other programs that might require libraries similar to the ones we linked.</p>
<p>Hopefully, you now have a decent understand of how and why to use symbolic links.</p>
<p><a href="http://linux-blog.org/creating-symlinks-how-and-why/" rel="bookmark">Creating Symlinks &#8211; How and Why</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 2 August, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/creating-symlinks-how-and-why/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/creating-symlinks-how-and-why/</feedburner:origLink></item>
		<item>
		<title>Security 101 – Passwords for the Web</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/EwaA5OImM1E/</link>
		<comments>http://linux-blog.org/security-101-passwords-for-the-web/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 04:09:51 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2137</guid>
		<description><![CDATA[In the past few weeks, I&#8217;ve come to realize 2 things.  First, the collegiate football (American) offseason is somewhat boring&#8230;bring on the SEASON!  Second, people&#8217;s Gmail accounts are getting hacked&#8230;.a &#8230; <a class="readmore" href="http://linux-blog.org/security-101-passwords-for-the-web/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>In the past few weeks, I&#8217;ve come to realize 2 things.  First, the collegiate football (American) offseason is somewhat boring&#8230;bring on the SEASON!  Second, people&#8217;s Gmail accounts are getting hacked&#8230;.a lot.  I&#8217;ve seen 2 of my friends have their accounts hacked in the past month and a half.</p>
<p>While there is nothing I can do about the first one, there is something I can do about the second.</p>
<p>I figured it might be a good idea to share how I generate passwords for web resources like Gmail and any other web based service.  I can do this in ANY browser&#8230;Opera, Chromium, and Firefox&#8230;and any operating system; because I use a tool called <a title="LastPass" href="http://lastpass.com/" target="_blank">LastPass</a>.</p>
<p>LastPass is a password vault for your browser.  It can remember any password you type on the web and it can also fill out forms for you (if you&#8217;d like).  I&#8217;ve been using it for about years now but have only recently taken advantage of their handy tools to generate passwords.  I&#8217;m going to walk you through setting it up in Firefox and generating passwords.  Hopefully, this will inspire you to change your password to something a little more complex to thwart hackers.</p>
<p>First of course, install the add-on/extension.  This process will differ depending on your browser.  Once LastPass is installed, make sure you sign up for an account or sign in to your existing one.  Remember, LastPass allows you to use a master password to keep a lock on your entire array of of websites you visit.  It takes security a step further by way of password generation.</p>
<h3>Password Generation</h3>
<p>You already have passwords for email, Facebook, Twitter, and other places on the web.  Is your password complex enough to thwart hackers attempts to crack it?  Most likely the answer is no&#8230;and if that&#8217;s the case, it would be a great idea to change your passwords to randomly generated ones and use last pass to remember it.  Imagine your password being the following:</p>
<blockquote><p>hank65yankees</p></blockquote>
<p>With LastPass it can become</p>
<blockquote><p>S&amp;Wllj98oCDFZ*</p></blockquote>
<p>Which one seems harder for hackers to figure out to you?  So let&#8217;s get started.  During the installation for LastPass it should have told you how to access the menu&#8230;either through a standard menu or perhaps a button.  Once you access the LastPass menu, look for &#8216;tools&#8217; and then choose &#8216;Generate Secure Password&#8217;.</p>
<p>This should bring up the LastPass password generation tool.  It will look something like this:</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/06/lastpass1.png"><img class="aligncenter size-full wp-image-2142" title="LastPass Password Generator" src="http://linux-blog.org/wp-content/uploads/2012/06/lastpass1.png" alt="LastPass Password Generator" width="305" height="196" /></a>As you can see, the generator is ready to randomly generate more passwords for you by clicking the &#8216;generate&#8217; button and you can copy it to your clipboard with the &#8216;copy&#8217; button.  However, 8 digit passwords (default setting) may not be good enough for you.  In that case, click the &#8216;Show Advanced Options&#8217; toggle.  This will bring up the following options:</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/06/lastpass2.png"><img class="aligncenter size-full wp-image-2143" title="Advanced Options" src="http://linux-blog.org/wp-content/uploads/2012/06/lastpass2.png" alt="Advanced Options" width="305" height="332" /></a></p>
<p>As you can see, you can increase the number of digits for password length&#8230;I&#8217;ve increased mine to 14 characters&#8230;and you can increase the Minimum Digit Count.  I&#8217;ve done so and moved it up to 2 digits.  Customize it however you like and once you have it set the way you like it, you can click &#8216;close&#8217;.  The options will save for the next time you go to generate a password.</p>
<h3>Changing the Password</h3>
<p>Now it&#8217;s time for us to actually change a password.  How do we do this?  Well, if you already had a LastPass account, you can visit your password vault and search for the site you would like to change.  Once you find it, you can open up the password generator and generate a new password&#8230;then edit the site inside your password vault and paste the new password.  Your job isn&#8217;t over yet though as you need to go to the actual site and change the password there as well.</p>
<p>If you haven&#8217;t used LastPass before, just visit the site you would like to change the password at and login.  LastPass will detect that you&#8217;re logging in and will ask if you want to remember the site you just logged in to.  You should select &#8216;save site&#8217;.</p>
<p>After you&#8217;ve logged in, go to whatever password change link the site provides and go ahead and change the password using the LastPass password generation tool pictured above.  LastPass <em>should</em> detect that you&#8217;re changing the password and ask if you want to update the site.  Remember, you can always manually edit the password inside the LastPass Vault.</p>
<h3>Why Generate Passwords</h3>
<p>I&#8217;ve shown this process to people I work with in Information Technology and they scoff at this idea of having randomly generated passwords.  They often say &#8216;how will I remember the randomly generated password?&#8217; and that&#8217;s the beauty of LastPass.  It remembers so you don&#8217;t have to.  Once I tell them this, they generally move onto the question &#8216;well, what do I do if LastPass isn&#8217;t installed on the computer I&#8217;m using?&#8217; and once again, the solution is LastPass.  Just head over to www.lastpass.com and login using your account details.  You&#8217;ll be redirected to your online password vault.  You&#8217;ll be able to fully manage everything as if you were using the extension in your browser.  You&#8217;ll also be able to copy and paste passwords by clicking &#8216;edit&#8217; on the sites and &#8216;show&#8217; beside the password field.  Sure it&#8217;s a bit more work&#8230;but it&#8217;s also quite a bit more secure.</p>
<p>Don&#8217;t put your trust in things you think are difficult for hackers to guess&#8230;chances are, it isn&#8217;t that hard for them to do so&#8230;allow LastPass to randomly generate them for you.  That way, you&#8217;ll never have your email account hacked like my friends did these past few months&#8230;unless you really do want to support the sale of pharmaceuticals or would like to enhance certain appendages.  I hope this helps you to use secure passwords in the future!  If you have questions, please let me know in the comments and I&#8217;ll do my best to answer them!  Thanks for reading!</p>
<p><a href="http://linux-blog.org/security-101-passwords-for-the-web/" rel="bookmark">Security 101 &#8211; Passwords for the Web</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 15 June, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/security-101-passwords-for-the-web/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/security-101-passwords-for-the-web/</feedburner:origLink></item>
		<item><title>Links for 2012-04-01 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/iUXBf2qNSJ8/devnet</link><pubDate>Mon, 02 Apr 2012 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2012-04-01</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.gasboilercover.co.uk/boiler-service-facts/"&gt;Boiler Service Facts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.stackmark.com/item/willie-mays-signed-auto-black-rawlings-big-stick-baseball-bat-san-francisco-giants-coa-proof-pho.html"&gt;WILLIE MAYS SIGNED AUTO BLACK RAWLINGS BIG STICK BASEBALL BAT SAN FRANCISCO GIANTS COA + PROOF PHOTO&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2012-04-01</feedburner:origLink></item><item><title>Links for 2012-03-31 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/QN-tajSIKDc/devnet</link><pubDate>Sun, 01 Apr 2012 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2012-03-31</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.losmasvendidos.net/producto/the-complete-guide-to-surf-fitness.html"&gt;The Complete Guide to Surf Fitness&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2012-03-31</feedburner:origLink></item><item><title>Links for 2012-03-29 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/XBdUZreJNys/devnet</link><pubDate>Fri, 30 Mar 2012 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2012-03-29</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.openbdb.com/e/0717617092.html"&gt;The Costs to Britain of Workplace and Work-related Ill Health in 1995/96 (Guidance Booklets)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2012-03-29</feedburner:origLink></item><item>
		<title>CrunchBang Linux Review</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/wgIYkRmUtLw/</link>
		<comments>http://linux-blog.org/crunchbang-linux-review/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 23:18:15 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[CrunchBang]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2102</guid>
		<description><![CDATA[I love CrunchBang Linux.  In my opinion, it&#8217;s one of the best distributions of Linux for older computers (heck, any computer) that is actively developed. I pieced together a Gateway &#8230; <a class="readmore" href="http://linux-blog.org/crunchbang-linux-review/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>I love CrunchBang Linux.  In my opinion, it&#8217;s one of the best distributions of Linux for older computers (heck, any computer) that is actively developed.</p>
<p>I pieced together a Gateway M250 laptop a year or so ago (3 bad ones parted out into 1 good one) and loaded it up with max RAM (2GB).  It&#8217;s now a handy little 14 inch laptop with a 1.73Ghz single core Centrino processor.  Not bad&#8230;but when playing videos or streaming them, it can really struggle.  So keeping the operating system lightweight on it is a definite must.</p>
<p>Enter, CrunchBang.  It&#8217;s small and fast.  It&#8217;s elegant and slick.  Just look at this screenshot:</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/02/defaultdesk.png"><img class="aligncenter size-medium wp-image-2103" title="Default Desktop" alt="Default Desktop" src="http://linux-blog.org/wp-content/uploads/2012/02/defaultdesk-300x224.png" width="300" height="224" /></a></p>
<p>Simple and sleek, CrunchBang gives feelings of order and uniformity while breaking the speed limit signs.  I&#8217;d like to take some time to show you why I feel CrunchBang Linux should be the next distribution of Linux you put on your laptop.  Let&#8217;s get started&#8230;</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/02/login.png"><img class="aligncenter size-medium wp-image-2105" title="Login Screen" alt="Login Screen" src="http://linux-blog.org/wp-content/uploads/2012/02/login-300x223.png" width="300" height="223" /></a></p>
<p>In the screenshot above we find the login screen that greets you after installing CrunchBang.  It&#8217;s very basic and sleek&#8230;it gives the impression that CrunchBang has things together.  It&#8217;s impressive but you won&#8217;t get to the most impressive portion of CrunchBang Linux until you login for the first time after installing.  I&#8217;m going to assume that you already have CrunchBang installed and are booting it for the first time in this review since the install is very easy to do.  After the installation, you&#8217;ll be greeted by a command line first run wizard (see below):</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/02/wizard.png"><img class="aligncenter size-medium wp-image-2107" title="First Run Wizard" alt="First Run Wizard" src="http://linux-blog.org/wp-content/uploads/2012/02/wizard-300x224.png" width="300" height="224" /></a></p>
<p>This wizard will take you through a plethora of tasks&#8230;including, but not limited to, getting you connected to the internet, installing development tools, installing web server tools, installing software development tools, and of course&#8230;updating your install.  You&#8217;ll be able to select each that you want to perform or skip each depending on your need/desire.  THIS is how a first run wizard should be.</p>
<p>This wizard is just a simple script but it does more in the first few minutes for new users than any first run wizard I&#8217;ve ever seen.  In my opinion, this tool puts CrunchBang head and shoulders above just about any other distribution of Linux out there.  This lightweight approach to things permeates the entire install.</p>
<p>Now that you&#8217;ve made it through the first run wizard, we can explore the various applications installed by default.  For a list, please see the <a title="CrunchBang wiki entry" href="http://crunchbanglinux.org/wiki/applications">CrunchBang wiki entry</a>.  I&#8217;ve found that there is a lightweight replacement for everything I&#8217;m accustomed to.  You access these applications by right clicking ON the desktop&#8230;which is the standard way to do this using the Openbox window manager.</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/02/rightclick.png"><img class="aligncenter size-medium wp-image-2106" title="Right Click" alt="Right Click" src="http://linux-blog.org/wp-content/uploads/2012/02/rightclick-300x223.png" width="300" height="223" /></a>As you can see, there is a well organized menu structure for the applications that are installed and the appearance provides a uniform appearance just like all other areas of the distro do.  The theme is modern and elegant and continues throughout the menu structure.</p>
<p><a href="http://linux-blog.org/wp-content/uploads/2012/02/browsers.png"><img class="aligncenter size-medium wp-image-2104" title="browsers" alt="browsers" src="http://linux-blog.org/wp-content/uploads/2012/02/browsers-300x224.png" width="300" height="224" /></a>Are you a Firefox, Opera or Chromium fan?  Doesn&#8217;t matter.  Install scripts are provided inside the menu to get you the right browser right away.  Just a small detail that shows the creator of the distro isn&#8217;t thinking about only themselves but rather, the standard user.</p>
<p>I recommend CrunchBang Linux for ANYONE out there&#8230;regardless of skill level&#8230;who wants a lightweight, complete, and polished distribution of Linux with very few hassles.</p>
<p><script type="text/javascript"><!--
google_ad_client = "ca-pub-3982453702542240";
/* Crunchbang Post */
google_ad_slot = "9034084689";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a href="http://linux-blog.org/crunchbang-linux-review/" rel="bookmark">CrunchBang Linux Review</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 14 March, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/crunchbang-linux-review/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/crunchbang-linux-review/</feedburner:origLink></item>
		<item><title>Links for 2012-02-27 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/AUwNxaxCUE4/devnet</link><pubDate>Tue, 28 Feb 2012 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2012-02-27</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=A6LYLJbDQxc&amp;feature=related"&gt;&amp;quot;Too Fast&amp;quot; - YouTube&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2012-02-27</feedburner:origLink></item><item>
		<title>Where Will You Hide the Bodhi?</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/f-59R-noKEM/</link>
		<comments>http://linux-blog.org/where-will-you-hide-the-bodhi/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:56:54 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Distros]]></category>
		<category><![CDATA[bodhi]]></category>
		<category><![CDATA[CrunchBang]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2066</guid>
		<description><![CDATA[I had a brief flirtation with Bodhi Linux this past week.  I nuked my CrunchBang Linux install to give it a go.  It seemed pretty solid, but after spending some quality &#8230; <a class="readmore" href="http://linux-blog.org/where-will-you-hide-the-bodhi/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://linux-blog.org/wp-content/uploads/2011/12/bodhilogo.png"><img class="alignleft size-full wp-image-2068" style="margin-left: 8px; margin-right: 8px; margin-top: 4px; margin-bottom: 4px;" title="bodhilogo" src="http://linux-blog.org/wp-content/uploads/2011/12/bodhilogo.png" alt="Bodhi Linux" width="354" height="60" /></a>I had a brief flirtation with <a title="Bodhi Linux" href="http://www.bodhilinux.com/" target="_blank">Bodhi Linux</a> this past week.  I nuked my <a title="CrunchBang Linux" href="http://crunchbanglinux.org/" target="_blank">CrunchBang Linux</a> install to give it a go.  It <em>seemed</em> pretty solid, but after spending some quality time with the distro, I found the version of Network Manager loved to randomly disconnect me from wireless networks&#8230;as in, right in the middle of me transferring files, streaming music, and doing tha IRC thing.  Very irritating.</p>
<p>I did a full update to the most recent released version (released in the past few weeks) and found e17 randomly crashing which wasn&#8217;t the best addition to a randomly disconnecting wireless connection&#8230;and I know that crashes aren&#8217;t a problem in e17 since the handler can just restart all the modules and BOOM you&#8217;re back.  Regardless, the Network Manager disconnection problem eventually irritated me enough to jump ship.  I attempted connman, exalt, and wicd but I found myself lost.  Since I haven&#8217;t used those tools before and the docs very scarce for uprooting Network Manager from Bodhi, it was a stopping point.  No worries, it&#8217;s still a great distribution and e17 is VERY fast and looks very good on this 7 year old laptop. However, CrunchBang called me back.</p>
<p>It just works.  Period.</p>
<p>It&#8217;s fast.  It&#8217;s openbox.  It smells tasty.  Ok, so I made up that last part&#8230;there isn&#8217;t a smell per se, but rather an overall polish that makes me want to use it.  So, inside a Starbucks in Eastern North Carolina, I buried a Bodhi and set out for home with a CrunchBang ISO.  I promised a review of CrunchBang anyway and it&#8217;s high time I started on it.  Let the distro hopping slow down for a while.</p>
<p><a href="http://linux-blog.org/where-will-you-hide-the-bodhi/" rel="bookmark">Where Will You Hide the Bodhi?</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 10 January, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/where-will-you-hide-the-bodhi/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/where-will-you-hide-the-bodhi/</feedburner:origLink></item>
		<item>
		<title>Feedly, Chromium , and Google Reader</title>
		<link>http://feedproxy.google.com/~r/yalb/~3/W4iBwf9n_6o/</link>
		<comments>http://linux-blog.org/feedly-chromium-and-google-reader/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 03:53:32 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss feeds]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=2079</guid>
		<description><![CDATA[How many of you use Google Chrome or Chromium and have more than 10 active feeds in Google Reader?  I&#8217;m sure that most of you raised your hand&#8230;well, maybe not &#8230; <a class="readmore" href="http://linux-blog.org/feedly-chromium-and-google-reader/">Continue Reading &#8594;</a>]]></description>
				<content:encoded><![CDATA[<p>How many of you use Google <a title="Chrome Web Browser" href="https://www.google.com/chrome" target="_blank">Chrome</a> or <a title="The Chromium Project" href="http://www.chromium.org/" target="_blank">Chromium</a> and have more than 10 active feeds in Google Reader?  I&#8217;m sure that most of you raised your hand&#8230;well, maybe not physically but a mental raising of the hand I suppose.  How about 20+ feeds?  30+?  Is your (virtual) hand still up?  Mine is.</p>
<p>I&#8217;m plugged in&#8230;maybe too plugged in.  The &#8220;mark all items read&#8221; button received much use in my RSS reader.  I found myself skipping more than I actually read.  <a title="Google Reader" href="http://www.google.com/reader" target="_blank">Google reader</a> is awesome, don&#8217;t get me wrong, but it is a bit simplistic and plain&#8230;which is fine, it does its job well.  I&#8217;m informed.  But I often times find myself trying to sift through the cruft that is my various feeds.  I have wordpress design feeds, freelance feeds, Linux feeds, sports feeds, business feeds, inspirational feeds, youtube feeds, feeds about feeds, and feeds feeding those feeds.</p>
<div id="attachment_2082" class="wp-caption alignright" style="width: 425px"><a href="http://linux-blog.org/wp-content/uploads/2011/12/feedly.png"><img class=" wp-image-2082" style="margin-left: 8px; margin-right: 8px; margin-top: 4px; margin-bottom: 4px;" title="Feedly" src="http://linux-blog.org/wp-content/uploads/2011/12/feedly.png" alt="Feedly" width="415" height="249" /></a><p class="wp-caption-text">Feedly, RSS on Steroids</p></div>
<p>I wanted to get more from my news/RSS.  Enter <a title="Feedly.com" href="http://www.feedly.com/" target="_blank">Feedly</a>.  Feedly is a way that my feeds become <strong>VISUAL</strong>.  Instead of line by line by line, I&#8217;m given tiles and mosaic patchworks in an easy to read format.  I have variety.  I have images.  I have screenshots.  I have thumbnails.  I can <strong>see</strong> my feeds.  I can see what they&#8217;re describing.  I can see what people are blogging about.  I started using Feedly a mere 4 days ago and I have completely caught up on my reading.  Before I started I had over 3000 articles and was many, many days behind on my reading.  I&#8217;m completely caught up now with a manageable 200  articles to read.</p>
<p>Does this mean I&#8217;m reading thousands of articles with Feedly?  Not by a long shot.  But I&#8217;m finding what is important to me faster and thus being much more efficient.  I&#8217;m still skipping many articles&#8230;but at least now I know WHAT I&#8217;m skipping.  I&#8217;m not just marking all read so that I can catch up.  Feedly allows me to peruse my feeds in almost a catalog fashion which speeds up my reading times and focuses my attention on the things that catch my eye.</p>
<p>Feedly is free by the way.  I use it with Chromium/Chrom (works with any web browser though, just head over to their website) and you can too.  Install it as a web application <a title="Chrome Web Store - Feedly" href="https://chrome.google.com/webstore/detail/hipbfijinpcgfogaopmgehiegacbhmob" target="_blank">in the Chrome web store</a>.  Once installed, synchronize it with your Google Reader account&#8230;things you mark as read in Feedly will be marked read in your Google Reader account and vice versa.  I also use it on my Android tablet.  Make sure to check out the settings page in Feedly to configure the right layout and colors for yourself to make things easier to read and fit your workflow.  I guarantee you will find yourself reading more interesting articles&#8230;bookmarking links more&#8230;and paying attention to what matters to you.</p>
<p><a href="http://linux-blog.org/feedly-chromium-and-google-reader/" rel="bookmark">Feedly, Chromium , and Google Reader</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on 3 January, 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/feedly-chromium-and-google-reader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><feedburner:origLink>http://linux-blog.org/feedly-chromium-and-google-reader/</feedburner:origLink></item>
	<item><title>Links for 2011-09-20 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/Ty6iTlIeLus/devnet</link><pubDate>Wed, 21 Sep 2011 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2011-09-20</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/"&gt;http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/&lt;/a&gt;&lt;br/&gt;
Interesting note for SVN users/admins&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.womansday.com/Articles/Food/10-Creative-Mac-n-Cheese-Creations.html"&gt;10 Creative Mac &amp;rsquo;n&amp;rsquo; Cheese Creations from WomansDay.com - Macaroni and Cheese&lt;/a&gt;&lt;br/&gt;
For those times when you're on a programming binge and need extra carbs....&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/"&gt;Petabytes on a budget: How to build cheap cloud storage | Backblaze Blog&lt;/a&gt;&lt;br/&gt;
This is pretty interesting...I wouldn't mind doing this if I were a startup.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.puppylinux.com/woof/index.html"&gt;Woof the puppy linux builder&lt;/a&gt;&lt;br/&gt;
Can build Arch, Debian and a few others...nice!  Will have to try this...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lifehacker.com/5349506/make-free-voip-calls-from-google-voice"&gt;Make Free VoIP Calls from Google Voice - Google Voice - Lifehacker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2011-09-20</feedburner:origLink></item><item><title>Links for 2011-09-19 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/VrpOvRbyq0E/devnet</link><pubDate>Tue, 20 Sep 2011 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2011-09-19</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.womansday.com/Articles/Food/10-Creative-Mac-n-Cheese-Creations.html"&gt;10 Creative Mac &amp;rsquo;n&amp;rsquo; Cheese Creations from WomansDay.com - Macaroni and Cheese&lt;/a&gt;&lt;br/&gt;
For those times when you're on a programming binge and need extra carbs....&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/"&gt;Petabytes on a budget: How to build cheap cloud storage | Backblaze Blog&lt;/a&gt;&lt;br/&gt;
This is pretty interesting...I wouldn't mind doing this if I were a startup.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/"&gt;http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/&lt;/a&gt;&lt;br/&gt;
Interesting note for SVN users/admins&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.puppylinux.com/woof/index.html"&gt;Woof the puppy linux builder&lt;/a&gt;&lt;br/&gt;
Can build Arch, Debian and a few others...nice!  Will have to try this...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lifehacker.com/5349506/make-free-voip-calls-from-google-voice"&gt;Make Free VoIP Calls from Google Voice - Google Voice - Lifehacker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2011-09-19</feedburner:origLink></item><item><title>Links for 2009-09-25 [del.icio.us]</title><link>http://feedproxy.google.com/~r/yalb/~3/K8CrhtUs3L8/devnet</link><pubDate>Sat, 26 Sep 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/devnet#2009-09-25</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/"&gt;http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/&lt;/a&gt;&lt;br/&gt;
Interesting note for SVN users/admins&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/devnet#2009-09-25</feedburner:origLink></item></channel>
</rss>
