<?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>Anthony Hook &#187; Planet Ubuntu</title>
	<atom:link href="http://anthonyrhook.com/blog/category/technology/planet-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonyrhook.com/blog</link>
	<description>Death before decaf.</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:10:53 +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>Old, lazy, and buggy latency test</title>
		<link>http://anthonyrhook.com/blog/2012/02/08/old-lazy-and-buggy-latency-test/</link>
		<comments>http://anthonyrhook.com/blog/2012/02/08/old-lazy-and-buggy-latency-test/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 19:10:32 +0000</pubDate>
		<dc:creator>anthony</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://anthonyrhook.com/blog/?p=566</guid>
		<description><![CDATA[On my Ubuntu laptop at work, I resurrected one of my old, lazy, and buggy method to check latency to some network device. Perhaps it may be useful to someone. #!/usr/bin/env bash limit_ms=150 sleep_duration=1 while [ true ]; do pong_res=$(ping -c 1 10.0.0.30 &#124; sed -n 's/.*time=\([0-9]*\).*/\1/p') echo "$(date +%s): pong response is $pong_res" if [ "$pong_res" [...]]]></description>
			<content:encoded><![CDATA[<p>On my <a href="http://ubuntu.com" target="_blank">Ubuntu</a> laptop at work, I resurrected one of my old, lazy, and buggy method to check latency to some network device. Perhaps it may be useful to someone.</p>
<pre>#!/usr/bin/env bash
limit_ms=150
sleep_duration=1
while [ true ]; do
pong_res=$(ping -c 1 10.0.0.30 | sed -n 's/.*time=\([0-9]*\).*/\1/p')
echo "$(date +%s): pong response is $pong_res"
if [ "$pong_res" -gt "$limit_ms" ]; then
/usr/bin/notify-send -u critical -t 30000 "Ping Alert" "Above Threshhold: $pong_res";
fi
sleep "$sleep_duration"
done</pre>
]]></content:encoded>
			<wfw:commentRss>http://anthonyrhook.com/blog/2012/02/08/old-lazy-and-buggy-latency-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Wisconsin &#8211;  Friendly Testing</title>
		<link>http://anthonyrhook.com/blog/2011/10/18/ubuntu-wisconsin-friendly-testing/</link>
		<comments>http://anthonyrhook.com/blog/2011/10/18/ubuntu-wisconsin-friendly-testing/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:48:38 +0000</pubDate>
		<dc:creator>anthony</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://anthonyrhook.com/blog/?p=554</guid>
		<description><![CDATA[You are formally invited to this event put together by Ubuntu Wisconsin LoCo&#8217;s very own Ian Weisser (Cheesehead):  Help us with Ubuntu Friendly. Find us today at 9:00CDT (02:00 GMT) #ubuntu-us-wi on Freenode or the web client Ubuntu Friendly is the new hardware validation and database client.  The application tests your system hardware, and sends a hardware report [...]]]></description>
			<content:encoded><![CDATA[<p>You are formally invited to <a href="http://loco.ubuntu.com/events/ubuntu-us-wisconsin/1370/detail/" target="_blank">this event</a> put together by Ubuntu Wisconsin LoCo&#8217;s very own <a title="Ian Weisser" href="https://launchpad.net/~ian-weisser">Ian Weisser</a> (Cheesehead):  Help us with <a href="http://friendly.ubuntu.com/" target="_blank">Ubuntu Friendly</a>.</p>
<ul>
<li>Find us today at 9:00CDT (02:00 GMT)</li>
<li>#ubuntu-us-wi on Freenode or the <a href="http://webchat.freenode.net/?nick=ubuntuWi-Guest&amp;channels=ubuntu-us-wi" target="_blank">web client</a></li>
</ul>
<p>Ubuntu Friendly is the new hardware validation and database client.  The application tests your system hardware, and sends a hardware report<br />
back to a database that you can see at <a href="http://friendly.ubuntu.com/" target="_blank">http://friendly.ubuntu.com</a>.</p>
<p>If you have ever wished for a compatibility list when shopping for hardware, here&#8217;s how the Ubuntu community is building that list.</p>
<p style="text-align: center;"><iframe src="http://www.youtube.com/embed/RruePy-cNNI" frameborder="0" width="392" height="220"></iframe></p>
<p>Requirements: (See the video at <a href="http://friendly.ubuntu.com/participate/">http://friendly.ubuntu.com/participate/</a> )</p>
<ul>
<li>Ubuntu 11.10 on a laptop (installed to HDD, not in VM)</li>
<li>The &#8216;checkbox-cli&#8217; or &#8216;checkbox-gtk&#8217; package</li>
<li>Headphones and Mic (optional)</li>
<li>USB stick, USB HDD, Firewire HDD (optional) &#8211; CD-R, Audio CD (optional)</li>
</ul>
<p>Tonight we&#8217;ll run through the tests (20 minutes or so). The goal is to help build that compatibility list AND file bugs to improve the beta. This is an easy activity to fit into your evening plan. It&#8217;s fast, easy, and you can do it while watching TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonyrhook.com/blog/2011/10/18/ubuntu-wisconsin-friendly-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Wisconsin Presentation &#8211; Success</title>
		<link>http://anthonyrhook.com/blog/2011/10/12/ubuntu-wisconsin-presentation-success/</link>
		<comments>http://anthonyrhook.com/blog/2011/10/12/ubuntu-wisconsin-presentation-success/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 15:07:08 +0000</pubDate>
		<dc:creator>anthony</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://anthonyrhook.com/blog/?p=544</guid>
		<description><![CDATA[Rick Schwai&#8217;s resentation was a great success in Rhinelander! We had 13 people in attendance. My wife and I were happy to attend, and I provided any clarification on questions during the presentation, as well as talked about the Ubuntu Local Community.  After, Rick took a survey and interest form, and everyone was able to [...]]]></description>
			<content:encoded><![CDATA[<p>Rick Schwai&#8217;s resentation was a great success in Rhinelander! We had 13 people in attendance. My wife and I were happy to attend, and I provided any clarification on questions during the presentation, as well as talked about the Ubuntu Local Community.  After, Rick took a survey and interest form, and everyone was able to take one (or a few) free <a href="http://shop.canonical.com/product_info.php?products_id=918" target="_blank">Ubuntu 10.04 LTS CDs </a></p>
<p>I am looking forward to working with Rick on future presentations in the area, whether I&#8217;m able to attend or not.  If anyone else in the LoCo is interested in presenting or has any questions, please let us know on the <a href="https://lists.ubuntu.com/mailman/listinfo/Ubuntu-us-wi" target="_blank">mailing list</a>.</p>
<p>Here are a few pictures of the venue, and Rick&#8217;s setup.</p>

<a href='http://anthonyrhook.com/blog/2011/10/12/ubuntu-wisconsin-presentation-success/2011-10-03_17-31-15_426/' title='Ubuntu Wisconsin LoCo tear-offs'><img width="150" height="150" src="http://anthonyrhook.com/blog/wp-content/uploads/2011-10-03_17-31-15_426-150x150.jpg" class="attachment-thumbnail" alt="Ubuntu Wisconsin LoCo tear-offs" title="Ubuntu Wisconsin LoCo tear-offs" /></a>
<a href='http://anthonyrhook.com/blog/2011/10/12/ubuntu-wisconsin-presentation-success/2011-10-03_18-18-31_717/' title='Preparing for the presentation'><img width="150" height="150" src="http://anthonyrhook.com/blog/wp-content/uploads/2011-10-03_18-18-31_717-150x150.jpg" class="attachment-thumbnail" alt="Preparing for the presentation" title="Preparing for the presentation" /></a>
<a href='http://anthonyrhook.com/blog/2011/10/12/ubuntu-wisconsin-presentation-success/2011-10-03_18-18-20_544/' title='A shot of the venue'><img width="150" height="150" src="http://anthonyrhook.com/blog/wp-content/uploads/2011-10-03_18-18-20_544-150x150.jpg" class="attachment-thumbnail" alt="A shot of the venue" title="A shot of the venue" /></a>

]]></content:encoded>
			<wfw:commentRss>http://anthonyrhook.com/blog/2011/10/12/ubuntu-wisconsin-presentation-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Wisconsin on the radio</title>
		<link>http://anthonyrhook.com/blog/2011/09/26/ubuntu-wisconsin-on-the-radio/</link>
		<comments>http://anthonyrhook.com/blog/2011/09/26/ubuntu-wisconsin-on-the-radio/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 17:08:44 +0000</pubDate>
		<dc:creator>anthony</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://anthonyrhook.com/blog/?p=515</guid>
		<description><![CDATA[Rick Schwai from our own Ubuntu Wisconsin Local Community had an interview with WXPR regarding his upcoming presentation, &#8220;Introduction To Ubuntu.&#8221;  Above is the sound clip from WXPR, where Rick got a little more than a minute of airtime giving a brief introduction to Ubuntu, giving listeners taste of what they can see on October [...]]]></description>
			<content:encoded><![CDATA[<div class="soundcloudIsGold " id="soundcloud-24191899"><object height="18px" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F24191899&amp;auto_play=false&amp;player_type=tiny&amp;show_comments=true&amp;color=ff7700"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed wmode="transparent" allowscriptaccess="always" height="18px" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F24191899&amp;auto_play=false&amp;player_type=tiny&amp;show_comments=true&amp;color=ff7700" type="application/x-shockwave-flash" width="100%"></embed></object></div>
<p>Rick Schwai from our own Ubuntu Wisconsin Local Community had an interview with WXPR regarding his <a title="Introduction to Ubuntu Presentation" href="http://loco.ubuntu.com/events/ubuntu-us-wisconsin/1214/detail/" target="_blank">upcoming presentation</a>, &#8220;Introduction To Ubuntu.&#8221;  Above is the sound clip from WXPR, where Rick got a little more than a minute of airtime giving a brief introduction to Ubuntu, giving listeners taste of what they can see on October 3rd.  If you&#8217;re in the area and find this interesting, we hope to see you there.  I&#8217;ll be there, with a nice stack of Ubuntu 10.04 LTS CDs to hand out to anyone who attends.</p>
<p>Stop on by:</p>
<p style="padding-left: 30px;"><strong>When:</strong> Mon, 03 Oct. 2011 18:30 &#8211; 19:30 CDT</p>
<p style="padding-left: 30px;"><strong>Where:</strong> <a href="http://loco.ubuntu.com/events/venues/United_States/560/detail/" target="_blank">Rhinelander District Library</a></p>
<p style="padding-left: 30px;"><strong>Why:</strong> Introduction to Ubuntu</p>
<p>Let me know if you have any questions, and we hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonyrhook.com/blog/2011/09/26/ubuntu-wisconsin-on-the-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Global Jam &#8211;  Wisconsin Brainstorm Triage Jam</title>
		<link>http://anthonyrhook.com/blog/2011/09/03/ubuntu-global-jam-wisconsin-brainstorm-triage-jam/</link>
		<comments>http://anthonyrhook.com/blog/2011/09/03/ubuntu-global-jam-wisconsin-brainstorm-triage-jam/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 15:01:00 +0000</pubDate>
		<dc:creator>anthony</dc:creator>
				<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[brainstorm]]></category>
		<category><![CDATA[global jam]]></category>
		<category><![CDATA[triage]]></category>

		<guid isPermaLink="false">http://anthonyrhook.com/blog/2011/09/03/ubuntu-global-jam-wisconsin-brainstorm-triage-jam/</guid>
		<description><![CDATA[Brainstorm Triage Jam IRC event in #ubuntu-brainstorm and #ubuntu-us-wi conducted by the Ubuntu Wisconsin LoCo Team. Sept 3, 2011 1700-2000 UTC (that&#8217;s 1200-1500 CDT) Lean how the various teams and upstream projects interact by triaging Brainstorm ideas. Meet new people who want to improve Ubuntu, too! No experience necessary, no coding skills necessary &#8211; all [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Brainstorm</strong> <strong>Triage</strong> <strong>Jam</strong></p>
<p>IRC event in #ubuntu-brainstorm and #ubuntu-us-wi conducted by the Ubuntu Wisconsin LoCo Team.</p>
<p>Sept 3, 2011 1700-2000 UTC (that&#8217;s 1200-1500 CDT)</p>
<p>Lean how the various teams and upstream projects interact by triaging Brainstorm ideas.</p>
<p>Meet new people who want to improve Ubuntu, too!</p>
<p>No experience necessary, no coding skills necessary &#8211; all training provided. Mentoring provided.</p>
<p><strong>Details</strong></p>
<p>When: Sat, 03 Sept. 2011 17:00 &#8211; 20:00 UTC</p>
<p>IRC Channel: #ubuntu-brainstorm, #ubuntu-us-wi</p>
<p>Event Contact: Ian Weisser</p>
<p>Organizing Team(s): Ubuntu Wisconsin LoCo Team</p>
<p>Global Event: Ubuntu Global Jam</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonyrhook.com/blog/2011/09/03/ubuntu-global-jam-wisconsin-brainstorm-triage-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

