<?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>the nullest blog &#187; Linux</title>
	<atom:link href="http://blog.thenullest.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thenullest.org</link>
	<description>Techrants</description>
	<lastBuildDate>Mon, 04 Jun 2007 05:36:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problem with arrow keys and tab in Vim 7 on Cygwin</title>
		<link>http://blog.thenullest.org/2007/05/30/problem-with-arrow-keys-an-tab-in-vim-7-on-cygwin/</link>
		<comments>http://blog.thenullest.org/2007/05/30/problem-with-arrow-keys-an-tab-in-vim-7-on-cygwin/#comments</comments>
		<pubDate>Wed, 30 May 2007 17:44:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.thenullest.org/2007/05/30/problem-with-arrow-keys-an-tab-in-vim-7-on-cygwin/</guid>
		<description><![CDATA[I experienced some problem with the arrow keys on Cygwin. In insert mode, pressing the arrow keys just inserted a new line and some random character (which probably wasn&#8217;t random but had some meaning - anyway,  that character  didn&#8217;t say anything to me). Furthermore, the tab didn&#8217;t work as I was used to in the Windows version of VIM. More precisely, I couldn&#8217;t use tab completion on commands in command line mode (I think shift-Tab worked though, but this is much [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced some problem with the arrow keys on Cygwin. In insert mode, pressing the arrow keys just inserted a new line and some random character (which probably wasn&#8217;t random but had some meaning - anyway,  that character  didn&#8217;t say anything to me). Furthermore, the tab didn&#8217;t work as I was used to in the Windows version of VIM. More precisely, I couldn&#8217;t use tab completion on commands in command line mode (I think shift-Tab worked though, but this is much too unorthodox for me). So, what&#8217;s this all about? Well, the problem could easily be rectified by copying an example .vimrc file to my home directory:</p>
<p><code>cp /usr/share/vim/vim71/vimrc_example.vim  ~/.vimrc</code></p>
<p>The problem disappeared.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thenullest.org/2007/05/30/problem-with-arrow-keys-an-tab-in-vim-7-on-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I get a list of all directories in a folder and all its subfolders?</title>
		<link>http://blog.thenullest.org/2007/05/18/how-do-i-get-a-list-of-all-directories-in-a-folder-and-all-its-subfolders/</link>
		<comments>http://blog.thenullest.org/2007/05/18/how-do-i-get-a-list-of-all-directories-in-a-folder-and-all-its-subfolders/#comments</comments>
		<pubDate>Fri, 18 May 2007 17:30:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Generic computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.thenullest.org/?p=4</guid>
		<description><![CDATA[For some reason I needed to get a list of all directories recursively and here is the solution:
On Windows based system, type:
&#62;dir /S /AD /B

/S makes it search recursively
/AD only list directories
/B no leading/trailing information

If you can use the unix based tool find you may prefer
$find -type d
where d stands for directory.
]]></description>
			<content:encoded><![CDATA[<p>For some reason I needed to get a list of all directories recursively and here is the solution:</p>
<p>On Windows based system, type:</p>
<p><code>&gt;dir /S /AD /B</code></p>
<ul>
<li><strong>/S</strong> makes it search recursively</li>
<li><strong>/AD</strong> only list directories</li>
<li><strong>/B</strong> no leading/trailing information</li>
</ul>
<p>If you can use the unix based tool <em>find </em>you may prefer</p>
<p><code>$find -type d</code></p>
<p>where <em>d</em> stands for directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thenullest.org/2007/05/18/how-do-i-get-a-list-of-all-directories-in-a-folder-and-all-its-subfolders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>400 Bad Request accessing google with lynx</title>
		<link>http://blog.thenullest.org/2007/05/17/400-bad-request-accessing-google-with-lynx/</link>
		<comments>http://blog.thenullest.org/2007/05/17/400-bad-request-accessing-google-with-lynx/#comments</comments>
		<pubDate>Thu, 17 May 2007 12:45:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.thenullest.org/?p=3</guid>
		<description><![CDATA[The text based browser lynx can be really useful
I received an error with lynx on a Debian etch installation when I tried to access www.google.com. I couldn&#8217;t possibly understand why. It worked some days earlier and I hadn&#8217;t done any major changes to my system.
In my case the solution was to reset the DISPLAY environment variable.
Try starting lynx with
$lynx -display=
If this solves your problem you might want [...]]]></description>
			<content:encoded><![CDATA[<p>The text based browser lynx can be really useful</p>
<p>I received an error with lynx on a Debian etch installation when I tried to access www.google.com. I couldn&#8217;t possibly understand why. It worked some days earlier and I hadn&#8217;t done any major changes to my system.</p>
<p>In my case the solution was to reset the DISPLAY environment variable.<br />
Try starting lynx with</p>
<p>$lynx -display=</p>
<p>If this solves your problem you might want to create an alias in your ~/.bashrc file:</p>
<p>alias lynx=&#8217;lynx -display=&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thenullest.org/2007/05/17/400-bad-request-accessing-google-with-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
