<?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>Linux etc. &#187; misc.</title>
	<atom:link href="http://promberger.info/linux/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Thu, 08 Sep 2011 11:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to get Emacs key bindings in Ubuntu</title>
		<link>http://promberger.info/linux/2010/02/16/how-to-get-emacs-key-bindings-in-ubuntu/</link>
		<comments>http://promberger.info/linux/2010/02/16/how-to-get-emacs-key-bindings-in-ubuntu/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 12:59:45 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/?p=353</guid>
		<description><![CDATA[To get the Emacs key bindings (especially, Ctrl-a to go to beginning of line, Ctrl-e to end of line) systemwide, e.g. in Firefox, you use: gconf-editor and change the setting desktop &#8594; gnome &#8594; interface &#8594; gtk_key_theme from &#8220;Default&#8221; to &#8220;Emacs&#8221;.]]></description>
			<content:encoded><![CDATA[<p>To get the Emacs key bindings (especially, Ctrl-a to go to beginning of line, Ctrl-e to end of line) systemwide, e.g. in Firefox, you use:</p>
<pre>gconf-editor</pre>
<p>and change the setting desktop &rarr; gnome &rarr; interface &rarr; gtk_key_theme from &#8220;Default&#8221; to &#8220;Emacs&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2010/02/16/how-to-get-emacs-key-bindings-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable boot process checking for keyboard on Dell desktop</title>
		<link>http://promberger.info/linux/2008/09/05/disable-boot-process-checking-for-keyboard-on-dell-desktop/</link>
		<comments>http://promberger.info/linux/2008/09/05/disable-boot-process-checking-for-keyboard-on-dell-desktop/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:21:51 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/09/05/disable-boot-process-checking-for-keyboard-on-dell-desktop/</guid>
		<description><![CDATA[Whenever I forgot to plug in my keyboard before booting my Dell desktop, it would halt with the amusing error message: Keybard failure. Press F1 to continue, F2 for setup. When I was at home, I could just plug in the keyboard and hit F1, but when I was trying to boot the computer remotely [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I forgot to plug in my keyboard before booting my Dell desktop, it would halt with the amusing error message:</p>
<pre>Keybard failure. Press F1 to continue, F2 for setup.</pre>
<p>When I was at home, I could just plug in the keyboard and hit F1, but when I was trying to boot the computer remotely through wake-on-LAN, I was out of luck.</p>
<p>Turns out you can disable this in the BIOS (hit F2). On my Dell, it is under the &#8220;Standard CMOS features&#8221; section. You&#8217;ll find &#8220;Halt on &#8230;&#8221;, which was set to &#8220;All errors&#8221; for me. Switching this to &#8220;All but keyboard&#8221; disables the boot process checking for keyboard presence.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/09/05/disable-boot-process-checking-for-keyboard-on-dell-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing sensible (i.e. default) browser</title>
		<link>http://promberger.info/linux/2007/10/04/changing-default-x-browser/</link>
		<comments>http://promberger.info/linux/2007/10/04/changing-default-x-browser/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 09:39:28 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://www.promberger.info/linux/2007/10/04/changing-default-x-browser/</guid>
		<description><![CDATA[I want to use ~/firefox/firefox as my default browser. (I have an older version of Firefox installed system-wide, and 2.0 in my home dir). I think I set this somewhere in XFCE, and it works fine for most apps. However, some apps (e.g. xpdf) still use Konqueror &#8212; yikes (takes a long time to start [...]]]></description>
			<content:encoded><![CDATA[<p>I want to use <code>~/firefox/firefox</code> as my default browser. (I have an older version of Firefox installed system-wide, and 2.0 in my home dir). I think I set this somewhere in XFCE, and it works fine for most apps. However, some apps (e.g. xpdf) still use Konqueror &#8212; yikes (takes a long time to start up).</p>
<pre>sudo update-alternatives --config x-www-browser</pre>
<p>This gives me a list to pick from, and I can change to the system-wide Firefox or Opera, but <code>~/firefox/firefox</code> is not in the list. </p>
<pre>sudo rm /etc/alternativesx-www-browser
sudo ln -s /home/mpromber/firefox/firefox /etc/alternatives/x-www-browser</pre>
<p>Links in xpdf didn&#8217;t open at all anymore, instead:</p>
<pre>run-mozilla.sh: Cannot execute /home/mpromber/firefox/x-www-browser-bin</pre>
<pre>
update-alternatives --install /usr/bin/x-www-browser x-www-browser /home/mpromber/firefox/firefox 10
</pre>
<p>The last number is the &#8220;priority&#8221;, I have no clue what the value should be here. I tried <code>90</code>, <code>10</code>, and <code>1</code>, and it didn&#8217;t make a difference as far as I could tell. In all three cases, ~/firefox/firefox is last in the list given by <code>update-alternatives --config</code></p>
<p>Then &#8230;</p>
<pre>sudo update-alternatives --config x-www-browser</pre>
<p>&#8230; and pick the newly created <code>~/firefox/firefox</code> entry. </p>
<p>However, trying to open links from xpdf again didn&#8217;t work (same error as above).</p>
<p>So then I just picked <code>/usr/bin/firefox</code> from the list in <code>update-alternatives --config</code>. Surprisingly, this works fine, opening a new tab in my running ~/firefox/firefox process (maybe it will open the wrong system-wide Firefox if I don&#8217;t have the right one running).</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/10/04/changing-default-x-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving this blog to promberger.info</title>
		<link>http://promberger.info/linux/2007/07/20/moving-this-blog-to-prombergerinfo/</link>
		<comments>http://promberger.info/linux/2007/07/20/moving-this-blog-to-prombergerinfo/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 15:18:47 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[misc.]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.promberger.de/linux/index.php/2007/07/20/moving-this-blog-to-prombergerinfo/</guid>
		<description><![CDATA[I have moved this blog to promberger.info. I have redirected promberger.de to promberger.info. This means you are now reading this on the new domain. Please update your bookmarks. Apologies for any inconvenience.]]></description>
			<content:encoded><![CDATA[<p>I have moved this blog to promberger.info. I have redirected promberger.de to promberger.info. This means you are now reading this on the new domain. Please update your bookmarks. Apologies for any inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/07/20/moving-this-blog-to-prombergerinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing references with CiteULike</title>
		<link>http://promberger.info/linux/2007/06/11/managing-references-with-citeulike/</link>
		<comments>http://promberger.info/linux/2007/06/11/managing-references-with-citeulike/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 15:43:42 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[CiteULike]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://www.promberger.de/blog/index.php/2007/06/11/managing-references-with-citeulike/</guid>
		<description><![CDATA[I&#8217;ve just set up an acount with www.citeulike.org to keep track of papers. Speaking from my first impressions, here are some advantages and disadvantages: Advantages: Clear and intuitive layout Can import and export BibTeX references. Can export EndNote and RSS. Lets you manually edit BibTeX citation keys (unlike Connotea). Lets you upload a personal .pdf [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just set up an acount with <a href="http://www.citeulike.org">www.citeulike.org</a> to keep track of papers. Speaking from my first impressions, here are some advantages and disadvantages:</p>
<p>Advantages:</p>
<ul>
<li>Clear and intuitive layout</li>
<li>Can import and export BibTeX references.</li>
<li>Can export EndNote and RSS.</li>
<li>Lets you manually edit BibTeX citation keys (unlike Connotea).</li>
<li>Lets you upload a personal .pdf copy.</li>
<li>Can automatically add a post from a number of publisher&#8217;s URLs, via a bookmarklet.</li>
<li>You can also manually add a citation, in case it is not online (again, seems this is not possible with Connotea).</li>
<li>The interface for searching your articles is intuitive and fast (for my handful of articles so far), and there&#8217;s a nice function for filtering by keywords (tags) either within your own library or for all articles.</li>
<li>Haven&#8217;t tried the function for &#8220;groups&#8221;, but this could be nice for labs.</li>
<li>It is free.</li>
</ul>
<p>Disadvantages:</p>
<ul>
<li>It does not recognize doi.</li>
<li>When I visit a publisher&#8217;s URL via the university library website, CiteULike is not able to extract information about that article, even though it can extract the information just fine when I visit the publisher&#8217;s URL directly (probably has to do with the library proxy servers?).</li>
<li>It is not open source</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/06/11/managing-references-with-citeulike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up my blog posts</title>
		<link>http://promberger.info/linux/2007/05/31/backing-up-the-blog-posts/</link>
		<comments>http://promberger.info/linux/2007/05/31/backing-up-the-blog-posts/#comments</comments>
		<pubDate>Thu, 31 May 2007 18:21:23 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[misc.]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.promberger.de/blog/index.php/2007/05/31/backing-up-the-blog-posts/</guid>
		<description><![CDATA[Did this today with these instructions.]]></description>
			<content:encoded><![CDATA[<p>Did this today with <a href="http://codex.wordpress.org/Backing_Up_Your_Database">these instructions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/05/31/backing-up-the-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello, world!</title>
		<link>http://promberger.info/linux/2007/03/16/hello-world-2/</link>
		<comments>http://promberger.info/linux/2007/03/16/hello-world-2/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 16:07:38 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[misc.]]></category>

		<guid isPermaLink="false">http://www.promberger.de/blog/?p=3</guid>
		<description><![CDATA[This is my first blog post. Let&#8217;s see whether it shows up.]]></description>
			<content:encoded><![CDATA[<p>This is my first blog post. Let&#8217;s see whether it shows up.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/03/16/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

