<?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>Fred's Blog &#187; debian</title>
	<atom:link href="http://www.valton.com.au/archives/category/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://www.valton.com.au</link>
	<description>techno-ramblings &#38; miscellanea</description>
	<lastBuildDate>Sat, 05 Dec 2009 00:22:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Speeding up DNS lookups with dnsmasq</title>
		<link>http://www.valton.com.au/archives/57</link>
		<comments>http://www.valton.com.au/archives/57#comments</comments>
		<pubDate>Fri, 04 Dec 2009 23:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.valton.com.au/?p=57</guid>
		<description><![CDATA[Speed up DNS lookups by using dnsmasq as a DNS cache: First install dnsmasq: sudo apt-get install dnsmasq Update /etc/dnsmasq.conf to include: listen-address=127.0.0.1 Update /etc/dhcp3/dhclient.conf to include: prepend domain-name-servers 127.0.0.1; Finally, edit /etc/resolv.conf and add: nameserver 127.0.0.1 Test DNS caching: 1. dig google.com 19 msec 2. dig google.com 0 msec!!! VoilÃ ]]></description>
			<content:encoded><![CDATA[<p>Speed up DNS lookups by using dnsmasq as a DNS cache:<br />
<span id="more-57"></span></p>
<p>First install dnsmasq: <code>sudo apt-get install dnsmasq</code></p>
<p>Update /etc/dnsmasq.conf to include: <code>listen-address=127.0.0.1</code></p>
<p>Update /etc/dhcp3/dhclient.conf to include: <code>prepend domain-name-servers 127.0.0.1;</code></p>
<p>Finally, edit /etc/resolv.conf and add: <code>nameserver 127.0.0.1</code></p>
<p>Test DNS caching:<br />
1. <code>dig google.com</code> 19 msec<br />
2. <code>dig google.com</code> 0 msec!!!</p>
<p>VoilÃ </p>
]]></content:encoded>
			<wfw:commentRss>http://www.valton.com.au/archives/57/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing keys into the apt keyring</title>
		<link>http://www.valton.com.au/archives/8</link>
		<comments>http://www.valton.com.au/archives/8#comments</comments>
		<pubDate>Tue, 13 Nov 2007 10:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://localhost/?p=8</guid>
		<description><![CDATA[Simple approach to loading apt keys from a key server into the apt keyring: # import key to keyring from key server sudo gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-key A040830F7FAC5991 # check key fingerprint (optional) sudo gpg &#8211;fingerprint A040830F7FAC5991 # export key to apt keyring sudo gpg &#8211;armor &#8211;export A040830F7FAC5991 &#124; sudo apt-key add - This should [...]]]></description>
			<content:encoded><![CDATA[<p>Simple approach to loading apt keys from a key server into the apt keyring:<br />
<span id="more-8"></span><br />
# import key to keyring from key server<br />
sudo gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-key A040830F7FAC5991</p>
<p># check key fingerprint (optional)<br />
sudo gpg &#8211;fingerprint A040830F7FAC5991</p>
<p># export key to apt keyring<br />
sudo gpg &#8211;armor &#8211;export A040830F7FAC5991 | sudo apt-key add -</p>
<p>This should address the following apt-get / aptitude error:</p>
<p>GPG error: http://dl.google.com stable Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991</p>
]]></content:encoded>
			<wfw:commentRss>http://www.valton.com.au/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
