<?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; Uncategorized</title>
	<atom:link href="http://promberger.info/linux/category/uncategorized/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.3.2</generator>
		<item>
		<title>flexSURVEY</title>
		<link>http://promberger.info/linux/2010/12/14/flexsurvey/</link>
		<comments>http://promberger.info/linux/2010/12/14/flexsurvey/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 19:15:22 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/?p=368</guid>
		<description><![CDATA[I came across flexSURVEY, which looks similar in idea to my Template&#160;2.0 for web experiments, except flexSURVEY uses PHP (Template 2.0 is pure JavaScript up to the point of data submission at the end). I haven&#8217;t tried it, but it looks like it could be a nice way to do some speedy PHP-based questionnaires.]]></description>
			<content:encoded><![CDATA[<p>I came across <a href="http://flexsurvey.de">flexSURVEY</a>, which looks similar in idea to my <a href="http://promberger.info/template-2.0">Template&nbsp;2.0 for web experiments</a>, except flexSURVEY uses PHP (Template 2.0 is pure JavaScript up to the point of data submission at the end). </p>
<p>I haven&#8217;t tried it, but it looks like it could be a nice way to do some speedy PHP-based questionnaires.</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2010/12/14/flexsurvey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the timeout and default in the boot menu on a Windows/ Linux dual boot</title>
		<link>http://promberger.info/linux/2009/08/05/how-to-change-the-timeout-and-default-in-the-boot-menu-on-a-windows-linux-dual-boot/</link>
		<comments>http://promberger.info/linux/2009/08/05/how-to-change-the-timeout-and-default-in-the-boot-menu-on-a-windows-linux-dual-boot/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:03:10 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/?p=229</guid>
		<description><![CDATA[The file you need to edit is /boot/grub/menu.lst and it contains lots of helpful comments. The two lines you&#8217;ll most likely need are: timeout 10 which gives the timeout in seconds, and default 0 which defines the default boot option, as the order of the item in the menu list, starting at 0. You can [...]]]></description>
			<content:encoded><![CDATA[<p>The file you need to edit is <code>/boot/grub/menu.lst</code> and it contains lots of helpful comments. The two lines you&#8217;ll most likely need are:</p>
<pre>timeout     10</pre>
<p>which gives the timeout in seconds, and </p>
<pre>default     0</pre>
<p>which defines the default boot option, as the order of the item in the menu list, starting at 0. You can of course see the menu list when you boot, but it is also contained further down in the &#8220;menu.lst&#8221; file. Linux always keeps a few old kernels around to boot into when it updates the kernel, so your Windows entry will usually be the last in the list. If it is, for example, the fifth entry, you need to replace <code>0</code> with <code>4</code> (because we start counting at 0).</p>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2009/08/05/how-to-change-the-timeout-and-default-in-the-boot-menu-on-a-windows-linux-dual-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTeX: using apacite and hyperref in the same document</title>
		<link>http://promberger.info/linux/2009/03/18/latex-using-apacite-and-hyperref-in-the-same-document/</link>
		<comments>http://promberger.info/linux/2009/03/18/latex-using-apacite-and-hyperref-in-the-same-document/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 14:25:33 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/?p=138</guid>
		<description><![CDATA[The latest (4.0) version of apacite no longer conflicts with the package hyperref, but you must load hyperref before apacite. That is, the preamble of your document should look something like this: &#92;documentclass{article} ... other packages etc ... &#92;usepackage{hyperref} &#92;usepackage{apacite} &#92;begin{document} ... At least, that is the only way it worked for me. When I [...]]]></description>
			<content:encoded><![CDATA[<p>The latest (4.0) version of apacite no longer conflicts with the<br />
package hyperref, but you <strong>must load hyperref before<br />
apacite</strong>.</p>
<p>That is, the preamble of your document should look something like this:</p>
<pre>&#92;documentclass{article}
... other packages etc ...
&#92;usepackage{hyperref}
&#92;usepackage{apacite}
&#92;begin{document}
... </pre>
<p>At least, that is the only way it worked for me. When I had apacite<br />
loaded first, LaTeX would hang on the second run, with an error<br />
message along these lines:</p>
<pre>! Undefined control sequence.
&#92;hyper@@link ->&#92;let &#92;Hy@reserved@a
...</pre>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2009/03/18/latex-using-apacite-and-hyperref-in-the-same-document/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

