<?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>Not So FAQs &#187; Linux</title>
	<atom:link href="http://www.notsofaqs.com/archives/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.notsofaqs.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Sep 2011 01:57:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Dropbox &#8211; Secure Backup, Sync and Sharing Made Easy</title>
		<link>http://www.notsofaqs.com/archives/84#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.notsofaqs.com/archives/84#comments</comments>
		<pubDate>Sun, 20 Sep 2009 07:00:12 +0000</pubDate>
		<dc:creator>Helphand</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[keepass]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.notsofaqs.com/?p=84</guid>
		<description><![CDATA[Dropbox lets you put your important files in a folder on your computer and those files will be automatically backed up and synced with all other computers you share the dropbox folder with. The free account permits up to 2 gb of storage, paid accounts allow higher storage levels. The free account works great for [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Dropbox" href="http://www.getdropbox.com/" target="_blank">Dropbox</a> lets you put your important files in a folder on your computer and those files will be automatically backed up and synced with all other computers you share the dropbox folder with. The free account permits up to 2 gb of storage, paid accounts allow higher storage levels.</p>
<p>The free account works great for important files, like your <a title="Keepass Ewallet" href="http://keepass.info/" target="_blank">Keepass</a> wallet and things like tax returns or other important documents. The service works seamlessly in the background and supports Windows, Mac, iPad and Linux! Recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsofaqs.com/archives/84/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse Engineering the Kindle</title>
		<link>http://www.notsofaqs.com/archives/16#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.notsofaqs.com/archives/16#comments</comments>
		<pubDate>Sat, 09 Feb 2008 14:48:38 +0000</pubDate>
		<dc:creator>Helphand</dc:creator>
				<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.notsofaqs.com/archives/16</guid>
		<description><![CDATA[For the technically inclined, there is a great series of articles by Igor Skochinsky detailing his efforts to reverse-engineer the Kindle. He explains how he gained console access to the underlying Linux OS and explores the features (many undocumented) and workings of the Kindle.]]></description>
			<content:encoded><![CDATA[<p>For the technically inclined, there is a <a title="Reverse Engineering the Kindle" href="http://igorsk.blogspot.com/">great series of articles by Igor Skochinsky</a> detailing his efforts to reverse-engineer the Kindle.  He explains how he gained console access to the underlying Linux OS and explores the features (many undocumented) and workings of the Kindle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsofaqs.com/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Access Google using Lynx</title>
		<link>http://www.notsofaqs.com/archives/6#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.notsofaqs.com/archives/6#comments</comments>
		<pubDate>Wed, 17 May 2006 08:09:52 +0000</pubDate>
		<dc:creator>Helphand</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.notsofaqs.com/archives/6</guid>
		<description><![CDATA[Symptom: Attempts to access www.google.com using Lynx result in the error, “Google Error Bad Request” or “400 Bad Request”. Cause: Some Linux distributions ship with a large /etc/mailcap or ~/.mailcap file that Lynx is using to send a huge Accept: header and google doesn’t like it. Fix: In /etc/lynx.cfg, edit "GLOBAL_MAILCAP:/etc/mailcap" to "GLOBAL_MAILCAP:/dev/null" or "PERSONAL_MAILCAP:~/.mailcap" [...]]]></description>
			<content:encoded><![CDATA[<h3><a title="unable_to_access_google_using_lynx" name="unable_to_access_google_using_lynx" id="unable_to_access_google_using_lynx"></a>  <strong>Symptom:</strong> Attempts to access <a href="http://www.google.com/" class="urlextern" title="http://www.google.com" rel="nofollow">www.google.com</a> using Lynx result in the error, “Google Error Bad Request” or “400 Bad Request”.</h3>
<p class="level3"> <strong>Cause:</strong> Some Linux distributions ship with a large /etc/mailcap or ~/.mailcap file that Lynx is using to send a huge Accept: header and google doesn’t like it.</p>
<p><strong>Fix:</strong> In /etc/lynx.cfg, edit</p>
<pre class="code">"GLOBAL_MAILCAP:/etc/mailcap" to "GLOBAL_MAILCAP:/dev/null"
or
"PERSONAL_MAILCAP:~/.mailcap" to "PERSONAL_MAILCAP:/dev/null"</pre>
<p>as appropriate (depending on which mailcap file is causing the grief).</p>
<p><!-- wikipage stop --></p>
<p class="clearer">&nbsp;</p>
<p class="user">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.notsofaqs.com/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.241 seconds -->

