<?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 Promised Lan</title>
	<atom:link href="http://www.thepromisedlan.org/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thepromisedlan.org</link>
	<description>Metering Out Justice One Packet at a Time</description>
	<lastBuildDate>Sat, 26 Jan 2013 00:42:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>nmcli is wicked</title>
		<link>http://www.thepromisedlan.org/archives/nmcli-is-wicked</link>
		<comments>http://www.thepromisedlan.org/archives/nmcli-is-wicked#comments</comments>
		<pubDate>Sat, 26 Jan 2013 00:42:00 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[Software Freedom]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[network-manager]]></category>
		<category><![CDATA[NetworkManager]]></category>
		<category><![CDATA[nmcli]]></category>
		<category><![CDATA[notgnome]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=272</guid>
		<description><![CDATA[I don&#8217;t know about you, but I&#8217;ve been wishing, hoping and waiting (not helping or coding of course!) a long time for a useable command line client for network-manager. cnetworkmanager came and went without anyone actually trying it, and then nmcli showed up. nmcli syntax is a little less than intuitive, and if you&#8217;re like [...]]]></description>
				<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 273px"><a href="http://thepromisedlan.org/gallery2/v/admin/geeks/NetworkManager.png.html"><img alt="You don't need alttext here, this image is lame filler!" src="http://thepromisedlan.org/gallery2/d/4387-1/NetworkManager.png" width="263" height="208" /></a><p class="wp-caption-text">Remember how happy we were when finally got clicky with nm-applet?</p></div>
<p>I don&#8217;t know about you, but I&#8217;ve been wishing, hoping and waiting (not helping or coding of course!) a long time for a useable command line client for network-manager. cnetworkmanager came and went without anyone actually trying it, and then nmcli showed up.</p>
<p>nmcli syntax is a little less than intuitive, and if you&#8217;re like me it took you a while to notice that the problem you were having with it was not in fact that you couldn&#8217;t figure out the syntax, it was that it would not do the thing you were trying to get it to do!<br />
Well eventually anyway. As it turned out it; would do 2 out of 3. That is you could:<br />
bring up or down networks that network-manager already knew about:<br />
<code>nmcli con down id NetworkImDoneWith</code><br />
<code>nmcli con up id MyAwesomeNetwork</code><br />
In the process of figureing that one out, we all learned to list nm&#8217;s known networks:<br />
<code>nmcli con list</code><br />
Which does&#8217;nt count as one of the three, because while it&#8217;s kind of nostalgic to see an SSID you connected to in 2009 on that work trip to Illinois, until you&#8217;re wrestling with nmcli you&#8217;d never want to do this, it&#8217;s the equivalent opening nm-connection-editor and opining over each tab.</p>
<p>But oh boy were you excited that day at the coffee shop when you were practicing running your whole system from a framebuffer on tty1, and discovered that nmcli could list the _new_ networks available:<br />
<code>nmcli dev wifi</code></p>
<p>&lt;/facepalm!&gt;</p>
<p>If it can list them surely we can connect to them!</p>
<p>Alas, it was not to be. After plugging through all the syntactic options for nmcli and it&#8217;s dev,nm,con subcommands you gave up and hit ctrl+alt+f7 logged into to X and clickyclickyclickied on &#8220;aztec cafe&#8221; so easy and so defeating.</p>
<p>You knew someday you would not suffer so.</p>
<p>That time is now!</p>
<p>The nmcli that comes with network-manager 0.9.6 (0.9.6.4-2 is already in debian experimental) includes the all new &#8220;wifi connect&#8221; command:<br />
<code><br />
$ nmcli dev help<br />
Usage: nmcli dev { COMMAND | help }</code></p>
<p>COMMAND := { status | list | disconnect | wifi }</p>
<p>status<br />
list [iface ]<br />
disconnect iface [--nowait] [--timeout ]<br />
wifi [list [iface ] [bssid ]]<br />
wifi connect &lt;(B)SSID&gt; [password ] [wep-key-type key|phrase] [iface ] [bssid ][name ][--private] [--nowait] [--timeout ]</p>
<p>That mess translates into, You can now finally attach to a new network:<br />
&#8220;Hmm are there are any networks here?&#8221;<br />
<code>nmcli dev wifi<br />
SSID                              BSSID               MODE             FREQ       RATE       SIGNAL   SECURITY   ACTIVE<br />
'JoesHouse'                          00:30:DE:AD:BE:EF   Infrastructure   2412 MHz   54 MB/s    67     WPA WPA2   no<br />
</code><br />
&#8220;Sweet, oh wait it&#8217;s wpa, &#8216;Hey Joe what&#8217;s your wifi password?, Cool thanks&#8217;&#8221;<br />
<code> nmcli dev wifi connect JoesHouse password correcthorsebatterystaple </code></p>
<p>Effing finally. <img src='http://www.thepromisedlan.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>( /me is acceptig wagers on whether someone mentions pkexec in the comments)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/nmcli-is-wicked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Season&#8217;s Greetings from our Network Operation Genter!</title>
		<link>http://www.thepromisedlan.org/archives/seasons-greetings-from-our-network-operation-genter</link>
		<comments>http://www.thepromisedlan.org/archives/seasons-greetings-from-our-network-operation-genter#comments</comments>
		<pubDate>Tue, 18 Dec 2012 01:49:06 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[tpl]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=266</guid>
		<description><![CDATA[Holiday N.O.G.]]></description>
				<content:encoded><![CDATA[<p><a href="http://thepromisedlan.org/gallery2/v/admin/geeks/IMAG0488.jpg.html"><img src="http://thepromisedlan.org/gallery2/d/4385-2/IMAG0488.jpg" width="361" height="640" alt="Holiday NOG" class="alignnone" /></a></p>
<p>Holiday N.O.G.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/seasons-greetings-from-our-network-operation-genter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sam&#8217;s Axiom:</title>
		<link>http://www.thepromisedlan.org/archives/sams-axiom</link>
		<comments>http://www.thepromisedlan.org/archives/sams-axiom#comments</comments>
		<pubDate>Thu, 06 Sep 2012 20:16:25 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[truth]]></category>
		<category><![CDATA[universal]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=219</guid>
		<description><![CDATA[If you are editing /etc/hosts You&#8217;re breaking something. &#160;]]></description>
				<content:encoded><![CDATA[<p><strong><br />
<blockquote>If you are editing /etc/hosts<br />
You&#8217;re breaking something.<br />
&nbsp;</p></blockquote>
<p></strong></p>
<p><a href="http://commons.wikimedia.org/wiki/File:En-us-mistake.ogg" <img src=http://thepromisedlan.org/pics/fileicon-ogg.png> </a><br />
<audio width="300" height="32" src="http://thepromisedlan.org/video/En-us-mistake.ogg" controls="controls"></audio></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/sams-axiom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://commons.wikimedia.org/wiki/File:En-us-mistake.ogg" length="34929" type="audio/ogg" />
<enclosure url="http://thepromisedlan.org/video/En-us-mistake.ogg" length="13367" type="audio/ogg" />
		</item>
		<item>
		<title>Ham-fisted vyatta configuration backups with Rancid.</title>
		<link>http://www.thepromisedlan.org/archives/ham-fisted-vyatta-configuration-backups-with-rancid</link>
		<comments>http://www.thepromisedlan.org/archives/ham-fisted-vyatta-configuration-backups-with-rancid#comments</comments>
		<pubDate>Sat, 13 Nov 2010 01:01:38 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[Software Freedom]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[rancid]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[vyatta]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=163</guid>
		<description><![CDATA[Rancid &#8220;Really Awesome New ConfIg Differ&#8221; is a very cool little suite of scripts that monitor the configurations on routers or other devices and keeps them in a version control system. If you admin more than a few such devices I highly recommend it. Not only is it a lifesaver to have the configs backed [...]]]></description>
				<content:encoded><![CDATA[<p><a title='By Tosaka [GFDL (www.gnu.org/copyleft/fdl.html) or CC-BY-SA-3.0 (www.creativecommons.org/licenses/by-sa/3.0/)], from Wikimedia Commons' href='http://commons.wikimedia.org/wiki/File:Router_mark.PNG'><img width='256' alt='Router mark' src='http://upload.wikimedia.org/wikipedia/commons/2/2c/Router_mark.PNG'/></a></p>
<p><a href="http://www.shrubbery.net/rancid/">Rancid</a> &#8220;Really Awesome New ConfIg Differ&#8221; is a very cool little suite of scripts that monitor the configurations on routers or other devices and keeps them in a version control system. If you admin more than a few such devices I highly recommend it. Not only is it a lifesaver to have the configs backed up and diffed automatically, but it can be fun to abuse some of the internals like the &#8220;clogin&#8221; script to push out changes or the like.</p>
<p>Rancid is full of very good <a href="http://www.nist.gov/el/msid/expect.cfm">expect</a> scripts that know how to get all kinds of info from Cisco routers and a slew of other devices.</p>
<p>But I wanted to use it the same way with my <a href="http://vyatta.org">vyatta</a> routers too. I had great hopes of writing excellent expect scripts to do it, there was just one problem. I don&#8217;t know how to do that <img src='http://www.thepromisedlan.org/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>Fortunately in addition to the preconfigured device types, someone figured out that rancid can also be set up with a <a href="http://www.shrubbery.net/pipermail/rancid-discuss/2005-November/001276.html">&#8220;wrapper&#8221;</a> device where you can just throw in any ugly script and it will point it at your device and throw whatever comes back into CVS just like it was one of the carefully parsed and sanitized configs.</p>
<p>The proof-of-concept code for that was a perl script called vpn3k written by Michael Stefaniuc at Red Hat, that could scp configs for Altera&#8217;s VPN 3000 concentrators. So I hacked it up a little bit to grab a couple snmp strings and then scp over the written config. That&#8217;s pretty sub-optimal since you only get the saved config, not the running config. Also Mr. Stefaniuc warns that the script may eat babies. But it works, and I don&#8217;t have to set up seperate cronjobs or CVS and the like. It all gets taken care of by rancid just like the non-free routers.</p>
<p><a href="http://www.thepromisedlan.org/progs/wrancid">wrancid</a></p>
<p>Is the actual wrapper code that sits in $RANCID_HOME/bin in lieu of a good expect script and calls the perl script:</p>
<p><a href="http://www.thepromisedlan.org/progs/vyatta_rancidwrapper">vyatta_rancidwrapper</a></p>
<p>Which you copy to $RANCID_HOME/share/wrapper/vyatta (note the name change) where it will make a new device type of wrapper.vyatta available for you to use in your router.db file:</p>
<p><code>someciscorouter.promisedlan.org:cisco:up<br />
opencorevyatta.promisedlan.org:wrapper.vyatta:up</code></p>
<p>You do have to set up scp to work unattended also. I recommend you do it with authorized_keys, though the other rancid scripts can store plain text passwords (for telnet!) in the .cloginrc file, so you can be just as insecure as you&#8217;d like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/ham-fisted-vyatta-configuration-backups-with-rancid/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The other 200 shoes drop.</title>
		<link>http://www.thepromisedlan.org/archives/the-other-200-shoes-drop</link>
		<comments>http://www.thepromisedlan.org/archives/the-other-200-shoes-drop#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:47:07 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[mnoble.net]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[vacation]]></category>
		<category><![CDATA[yellowstone]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=149</guid>
		<description><![CDATA[<div class="g2image_normal"><div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&#38;g2_itemId=3592&#38;g2_GALLERYSID=91942c130a70a078e370c8dde8ce5c8f" title="" rel="lightbox[149]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&#38;g2_itemId=3593&#38;g2_serialNumber=2&#38;g2_GALLERYSID=91942c130a70a078e370c8dde8ce5c8f" width="150" height="150" id="IFid1" class="ImageFrame_None" alt="dsci0183.jpg"/></a></div></div>
I told you there would be more, Turns out it's like 200 or so more:

<a href="http://img.mnoble.net">img.mnoble.net</a>]]></description>
				<content:encoded><![CDATA[<div class="g2image_normal">
<div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3592" title="" rel="lightbox[149]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3593&amp;g2_serialNumber=2" width="150" height="150" id="IFid1" class="ImageFrame_None" alt="dsci0183.jpg"/></a></div>
</div>
<p>I told you there would be more, Turns out it&#8217;s 175 more:</p>
<p><a href="http://img.mnoble.net">img.mnoble.net</a><br />
<br />
She cracks me up, we saw her taking dozens or hundreds of photos of the thermal features with no people or context in them. I was sure they would be amateurish at best. But instead she wound up getting tons of gorgeous little still lifes like that one. The girl sure has an eye for composition and color.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/the-other-200-shoes-drop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some yellowstone pics.</title>
		<link>http://www.thepromisedlan.org/archives/some-yellowstone-pics</link>
		<comments>http://www.thepromisedlan.org/archives/some-yellowstone-pics#comments</comments>
		<pubDate>Wed, 11 Aug 2010 17:34:51 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[owenclyde.com]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[vacation]]></category>
		<category><![CDATA[yellowstone]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=139</guid>
		<description><![CDATA[<div class="g2image_normal"><div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&#38;g2_itemId=3235&#38;g2_GALLERYSID=d607e61d41f0289267ab154bd7f40fd4" title="" rel="lightbox[139]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&#38;g2_itemId=3236&#38;g2_serialNumber=5&#38;g2_GALLERYSID=d607e61d41f0289267ab154bd7f40fd4" width="150" height="150" id="IFid1" class="ImageFrame_None" alt="PICT0064.JPG"/></a></div></div>
So you may know we took an _amazing_  <a href="http://survivalofthefittestorisit.blogspot.com/2010/08/im-back-from-vacation-and.html">(if miserable)</a> trip to Yellowstone National Park this summer.
]]></description>
				<content:encoded><![CDATA[<div class="g2image_normal">
<div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3235" title="" rel="lightbox[139]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3236&amp;g2_serialNumber=5" width="150" height="150" id="IFid2" class="ImageFrame_None" alt="PICT0064.JPG"/></a></div>
</div>
<p>So you may know we took an _amazing_  <a href="http://survivalofthefittestorisit.blogspot.com/2010/08/im-back-from-vacation-and.html">(if miserable)</a> trip to Yellowstone National Park this summer.</p>
<p>The kids had saved up and bought their own first cameras, so they are the official documenters.</p>
<p>Owen has gotten his set posted already so check &#8216;em out:<br />
<a href="http://img.owenclyde.com"> http://img.owenclyde.com</a></p>
<p>I&#8217;m sure Binty&#8217;s will be following shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/some-yellowstone-pics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snickers</title>
		<link>http://www.thepromisedlan.org/archives/snickers</link>
		<comments>http://www.thepromisedlan.org/archives/snickers#comments</comments>
		<pubDate>Wed, 19 May 2010 20:02:59 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=131</guid>
		<description><![CDATA[Snickers has passed away. See our goodbyes here&#8230;]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.thepromisedlan.org/rest-in-peace-snickers"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&#038;g2_itemId=3049&#038;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" width="150"  height="150"  alt="snickers" title="Snickers" /></a></p>
<p>Snickers has passed away.<br />
<a href="http://www.thepromisedlan.org/rest-in-peace-snickers">See our goodbyes here&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/snickers/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A bad day for old favorites.</title>
		<link>http://www.thepromisedlan.org/archives/a-bad-day-for-old-favorites</link>
		<comments>http://www.thepromisedlan.org/archives/a-bad-day-for-old-favorites#comments</comments>
		<pubDate>Fri, 30 Apr 2010 22:24:58 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=118</guid>
		<description><![CDATA[Thursday was the last day for Over Easy Cafe. Practically breaks my heart. And then the trusty old breadbox breaks down too! Not a great day.]]></description>
				<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 276px"><a href="http://www.overeasycafe.net/"><img alt="OE logo" src="http://background.status.net/identica/719-20090705175846.gif" title="R.I.P. Over Easy Cafe" width="266" height="267" /></a><p class="wp-caption-text">R.I.P. Over Easy Cafe</p></div>
<p>Thursday was the last day for Over Easy Cafe. Practically breaks my heart.</p>
<div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3044" title="breadbox" rel="lightbox[118]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3045&amp;g2_serialNumber=5" width="150" height="150" id="IFid4" class="ImageFrame_None" alt="breadbox"/></a></div>
<p>And then the trusty <a href="http://nmglug.org/sfbc">old breadbox</a> breaks down too!</p>
<p>Not a great day. <img src='http://www.thepromisedlan.org/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/a-bad-day-for-old-favorites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Tack</title>
		<link>http://www.thepromisedlan.org/archives/changing-tack</link>
		<comments>http://www.thepromisedlan.org/archives/changing-tack#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:53:17 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[autonomy]]></category>
		<category><![CDATA[Software Freedom]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=109</guid>
		<description><![CDATA[Well struggling with silly ideas like <a href="http://www.gnu.org/philosophy/free-sw.html">freedom</a> and <a href="http://autonomo.us">autonomy</a> have taken up a really significant amount of my time and mental energy over the last few years...]]></description>
				<content:encoded><![CDATA[<p>Well struggling with silly ideas like <a href="http://www.gnu.org/philosophy/free-sw.html">freedom</a> and <a href="http://autonomo.us">autonomy</a> have taken up a really significant amount of my time and mental energy over the last few years.</p>
<p>Today inspired by <a href="http://identi.ca/notice/26865655">some wise words</a> from <a href="http://www.youtube.com/watch?v=I25UeVXrEHQ">one of my ettiquette coaches</a>,</p>
<p>I&#8217;ve decided to take a little different direction with my &#8220;online presence&#8221; such as it is.</p>
<p>This will be the last post from my autonomously hosted website. In the future if you&#8217;re interested in seeing what I&#8217;m up to please visit my new website:</p>
<div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3039" title="facebook" rel="lightbox[109]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3039&amp;g2_serialNumber=1" width="150" height="110" id="IFid5" class="ImageFrame_None" alt="facebook"/></a></div>
<p>I&#8217;m also on twitter, and <a href="http://foursqualor.com/">foursqualor.com</a> ( <a href="http://identi.ca/notice/26877621">The second most popular site on the internet!</a>)</p>
<p>So if you also have no <a href="http://www.gnu.org/philosophy/who-does-that-server-really-serve.html">concerns about who owns and controls your personal data&#8221;>concerns about who owns and controls your personal data,</a> I encourage you to join me in using<a href="http://www.softwarefreedom.org/news/2010/feb/08/audio-and-video-eben-moglens-talk-freedom-cloud-no/"> whichever thing that&#8217;s a lot like the World Wide Web but is less powerful has some php doodads, and includes spying for free</a>, that is popular this year.</p>
<p>BTW, does anyone have a gmail invite I could get? Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/changing-tack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian packages for chromium-browser.</title>
		<link>http://www.thepromisedlan.org/archives/debian-packages-for-chromium-browser</link>
		<comments>http://www.thepromisedlan.org/archives/debian-packages-for-chromium-browser#comments</comments>
		<pubDate>Tue, 22 Dec 2009 22:58:34 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Freedom]]></category>
		<category><![CDATA[debian chromium repo compile]]></category>

		<guid isPermaLink="false">http://www.thepromisedlan.org/?p=89</guid>
		<description><![CDATA[One of the side effects of the Ubuntu community being so large, is that it&#8217;s now commonplace for software to get packaged for Ubuntu before (and sometimes _long_ before) it makes it into Debian. That&#8217;s been the case so far for chromium, the open source browser sposored by google. But I&#8217;ve been wanting to try [...]]]></description>
				<content:encoded><![CDATA[<p>One of the side effects of the Ubuntu community being so large, is that it&#8217;s now commonplace for software to get packaged for Ubuntu before (and sometimes _long_ before) it makes it into <a href="http://debian.org">Debian</a>.</p>
<p>That&#8217;s been the case so far for chromium, the open source browser sposored by google. But I&#8217;ve been wanting to try it. So I went ahead and used the chromium-daily source repository from the Ubuntu PPA and built an amd64 package for Debian testing.</p>
<p>It seems to work fine:</p>
<div class="wpg2tag-image"><a href="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3030" title="Chromium" rel="lightbox[89]"><img src="http://www.thepromisedlan.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=3031&amp;g2_serialNumber=2" width="150" height="150" id="IFid7" class="ImageFrame_None" alt="Chromium"/></a></div>
<p>Though I have&#8217;nt exactly put it through it&#8217;s paces yet. And it took me a minute to find how to make it use the local gtk theme (brown of course!).</p>
<p>Also debuting today is:<br />
<a href="http://repo.thepromisedlan.org">repo.thepromisedlan.org</a></p>
<p>You can follow the instructions there to add the tpl repository to your sources.list, or feel free to just grab the binaries:<br />
<a href="http://repo.thepromisedlan.org/dists/testing/main/binary-amd64/chromium-browser_4.0.277.0~svn20091221r35087-0ubuntu1~ucd1~0.1_amd64.deb">chromium-browser</a><br />
and<br />
<a href="http://repo.thepromisedlan.org/dists/testing/main/binary-amd64/chromium-codecs-ffmpeg_0.5+svn20091210r34297+34315+35016-0ubuntu1~ucd1~0.1_amd64.deb">chromium-codecs-ffmpeg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thepromisedlan.org/archives/debian-packages-for-chromium-browser/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
