<?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>bobpeers -&#62; blog &#187; gnu</title>
	<atom:link href="http://blog.bobpeers.com/tag/gnu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:19:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>GNU Privacy Assistant</title>
		<link>http://blog.bobpeers.com/2008/08/05/gnu-privacy-assistant/</link>
		<comments>http://blog.bobpeers.com/2008/08/05/gnu-privacy-assistant/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 20:24:15 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[assistant]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/08/05/gnu-privacy-assistant/</guid>
		<description><![CDATA[I decided to give GPA a try just to see how easy it is to encrypt files on Linux. The program installed no problem using yum. # yum install gpa Upon starting I created a key (when the warning says this takes a while it&#8217;s no lie, it took about 5 minutes on my computer [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to give <a href="http://www.gnupg.org/gpa.html">GPA</a> a try just to see how easy it is to encrypt files on Linux. The program installed no problem using yum.</p>
<pre># yum install gpa</pre>
<p>Upon starting I created a key (when the warning says this takes a while it&#8217;s no lie, it took about 5 minutes on my computer but I&#8217;ve since read that it&#8217;s a good idea to press some keys and move the mouse to generate random data faster) and then encrypted a test file, no problem there.</p>
<p>Next I tried to decrypt the same file but I just got a warning saying &#8216;Wrong Passphrase&#8217;, I understand the warning but the problem is that I never get prompted to enter the passphrase! Looks like I&#8217;ll have to learn the command line instead.</p>
<p>It&#8217;s also a shame that encryption is not better integrated into the file manager. In Windows it&#8217;s certainly very easy to encrypt files from Windows Explorer, even through the context menu, I&#8217;d really like to see the same in Gnome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/08/05/gnu-privacy-assistant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diskstation Modding</title>
		<link>http://blog.bobpeers.com/2008/07/02/diskstation-modding/</link>
		<comments>http://blog.bobpeers.com/2008/07/02/diskstation-modding/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 10:21:30 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[diskstation]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/07/02/diskstation-modding/</guid>
		<description><![CDATA[After getting SSH working on my Diskstation DS-106e so I can log in using a public/private key I&#8217;m thinking about installing the GNU screen program. This is incredibly useful as it allows a single terminal to host multiple sessions so you can, for example, start a session to download a large file and then open [...]]]></description>
			<content:encoded><![CDATA[<p>After getting SSH working on my Diskstation DS-106e so I can log in using a public/private key I&#8217;m thinking about installing the <a href="http://en.wikipedia.org/wiki/GNU_Screen">GNU screen program</a>. This is incredibly useful as it allows a single terminal to host multiple sessions so you can, for example, start a session to download a large file and then open a new session and continue working. Even more so over SSH as you only get one terminal per SSH connection so it avoids opening multiple SSH connection just to run multiple commands.</p>
<p>You can also detach the sessions, log off from the SSH session and then later log back on, reattach the session and continue from where you left off. It&#8217;s really useful for long running tasks that you need to monitor.</p>
<p>There&#8217;s a great <a href="http://www.redhatmagazine.com/2007/09/27/a-guide-to-gnu-screen/">Red Hat Magazine article</a> showing the basics plus how to set up a .screenrc config file to automatically start sessions or add a status bar to the bottom.</p>
<p>The only other option is to use the <a href="http://www.novell.com/coolsolutions/qna/11181.html">nohup</a> command but this does not allow for monitoring progress of a program.</p>
<p>The main problem is that to install screen I need to first install <a href="http://www.nslu2-linux.org/wiki/DS101/DS101BootStrap">bootstrap</a> but like many people I&#8217;m slightly afraid of bricking my Diskstation.</p>
<p>Maybe I&#8217;ll add this to the <a href="http://www.synology.com/enu/forum/viewforum.php?f=3">Synology feature request</a> forum in the meantime.</p>
<h3>Diskstation Port 80 not responding</h3>
<p>On a related note if I enter the admin pages for my Diskstation and enable https connections then my Diskstation no longer listens on port 80, I&#8217;ll have to look into this more when I have the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/07/02/diskstation-modding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
