<?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>kb.hurricane-ridge.com &#187; Ubuntu</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/os/linux/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Example checkinstall arguments</title>
		<link>http://kb.hurricane-ridge.com/os/linux/ubuntu/example-checkinstall-arguments</link>
		<comments>http://kb.hurricane-ridge.com/os/linux/ubuntu/example-checkinstall-arguments#comments</comments>
		<pubDate>Mon, 02 Aug 2010 21:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[checkinstall]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=979</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash; title: ; notranslate">
&gt; sudo checkinstall -D --pkgname openldap_proxy --pkgversion=2.4.22-hrc --arch=amd64 \
  --maintainer=sysadmin@example.com --nodoc
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/linux/ubuntu/example-checkinstall-arguments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying Boot Messages on Ubuntu</title>
		<link>http://kb.hurricane-ridge.com/os/linux/ubuntu/displaying-boot-messages-on-ubuntu</link>
		<comments>http://kb.hurricane-ridge.com/os/linux/ubuntu/displaying-boot-messages-on-ubuntu#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:40:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=84</guid>
		<description><![CDATA[To display Ubuntu boot messages one time, do the following: Press &#8220;e&#8221; while the GRUB screen to select a kernel version is displayed. Edit the kernel line, again by pressing &#8220;e&#8221;, to remove any references to &#8220;quiet&#8221; &#8211; it is generally at the end of the line, with &#8220;splash&#8221;. Edit the fifth line, below the [...]]]></description>
			<content:encoded><![CDATA[<p>To display Ubuntu boot messages one time, do the following:</p>
<ul>
<li>Press &#8220;e&#8221; while the GRUB screen to select a kernel version is displayed.</li>
<li>Edit the <em>kernel</em> line, again by pressing &#8220;e&#8221;, to remove any references to &#8220;quiet&#8221; &#8211; it is generally at the end of the line, with &#8220;splash&#8221;.</li>
<li>Edit the fifth line, below the &#8220;initrd&#8221; line &#8211; the &#8220;quiet&#8221; all by itself on a line &#8211; so that it is empty.</li>
</ul>
<p>To permanently display boot messages, edit <code>/boot/grub/menu.lst</code>:</p>
<ul>
<li>Edit (but do not uncomment) the &#8220;defoptions&#8221; line so that it reads:
<pre><code># defoptions=splash</code></pre>
</li>
<li>Edit your default entry (defined with the <code>default</code> entry near the top of the file) as in the one-time steps, removing &#8220;quiet&#8221; in both locations.</li>
<li>Reboot.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/linux/ubuntu/displaying-boot-messages-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

