<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>DJ Bri T.net</title>
	
	<link>http://dj-bri-t.net</link>
	<description>Technocrat at large</description>
	<lastBuildDate>Mon, 26 Oct 2009 16:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/dj-bri-t" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>GNU Screen and Byobu Made Easy</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/terw7gljgg4/</link>
		<comments>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:00:35 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[byobu]]></category>
		<category><![CDATA[gnu screen]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=172</guid>
		<description><![CDATA[For the *nix elitist, no graphical tool comes close to the power that the command line provides. While this may strike some people as odd, particularly those who only have experience with Windows, it&#8217;s a pretty well known fact that the Linux command line provides a method of controlling every aspect of your computer activity; [...]]]></description>
			<content:encoded><![CDATA[<p>For the *nix elitist, no graphical tool comes close to the power that the command line provides. While this may strike some people as odd, particularly those who only have experience with Windows, it&#8217;s a pretty well known fact that the Linux command line provides a method of controlling every aspect of your computer activity; this is so much the case that most GUI applications on Linux are just command line &#8220;wrappers&#8221;, hiding you from what&#8217;s actually happening behind the scenes.</p>
<p><img class="alignright size-medium wp-image-174" title="GNU Screen" src="http://dj-bri-t.net/wp-content/uploads/2009/10/cmdline-01-300x197.png" alt="GNU Screen" width="300" height="197" />While this is all fine and dandy, things like development and multi-tasking can prove to be a little frustrating when connecting to a remote location and requiring more than one window open. Although a typical command line pretty much prevents this from happening, using GNU Screen or Byobu can make things a lot smoother. One window, multiple command lines.</p>
<p>As most developers will tell you, having multiple windows available to you is a godsend. It&#8217;s particularly useful when you have scripts to run in the background that generate output, but you don&#8217;t want to fork them as a daemon. Now, with GNU Screen and Byobu, you can do this easily, and even make your screen look snazzy as well. The only drawback to these utilities is that they are a little hard to get used to. In this post, I will quickly outline some of the key combinations which I use regularly.</p>
<h2>GNU Screen and Byobu Simplified</h2>
<p>The number one thing to remember about every command you use is <em>Ctrl+A</em>, which will be written as <code>C-a</code>. This is picked up by screen and will tell the utility that the next characters typed will be commands for screen to interpret. Keeping in mind that all keys are case-sensitive (as most things are in Linux), take a look at some of the commands below:</p>
<p><code>C-a C - Create a new screen window</code></p>
<p><code>C-a A - Rename the screen</code></p>
<p><code>C-a C-a - Go back to the previous window</code></p>
<p><code>C-a &lt;0-9&gt; - Switch to screen #0-9 (quick toggle)</code></p>
<p><code>C-a " - View a list of the current screens, which will allow you to select one from the list</code></p>
<p><code>C-a ' - Enter a screen number to switch to (slower version of C-a &lt;0-9&gt;)</code></p>
<p><code>C-a d - Detach the whole screen session and fork to the background. Very useful for remote sessions you want to leave open. The command "screen -r" will resume your screen session.</code></p>
<p><code>C-a &lt;Escape&gt; - Scroll up through your command line "history" and see what output you previously got. Hitting &lt;Escape&gt; again cancels it.</code></p>
<p>With the introduction of Byobu in Ubuntu 9.10, you can also get some statistics added to the bottom of your command line window to help keep you informed about the state of the system you are running on. Hitting F9 in session will bring up the menu for customization, which can make your screen session look pretty awesome. Instead of using <code>screen</code> to start your screen session, simply use <code>byobu</code> instead. Easy as pie. </p>
<p>If you have any questions about GNU Screen or Byobu, let me know and I&#8217;ll see what I can do to answer them. Stay tuned on Friday for another issue of &#8220;Five Things&#8221; (hopefully). </p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy&amp;bodytext=For%20the%20%2Anix%20elitist%2C%20no%20graphical%20tool%20comes%20close%20to%20the%20power%20that%20the%20command%20line%20provides.%20While%20this%20may%20strike%20some%20people%20as%20odd%2C%20particularly%20those%20who%20only%20have%20experience%20with%20Windows%2C%20it%27s%20a%20pretty%20well%20known%20fact%20that%20the%20Linux%20command%20" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy&amp;notes=For%20the%20%2Anix%20elitist%2C%20no%20graphical%20tool%20comes%20close%20to%20the%20power%20that%20the%20command%20line%20provides.%20While%20this%20may%20strike%20some%20people%20as%20odd%2C%20particularly%20those%20who%20only%20have%20experience%20with%20Windows%2C%20it%27s%20a%20pretty%20well%20known%20fact%20that%20the%20Linux%20command%20" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;t=GNU%20Screen%20and%20Byobu%20Made%20Easy" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy&amp;annotation=For%20the%20%2Anix%20elitist%2C%20no%20graphical%20tool%20comes%20close%20to%20the%20power%20that%20the%20command%20line%20provides.%20While%20this%20may%20strike%20some%20people%20as%20odd%2C%20particularly%20those%20who%20only%20have%20experience%20with%20Windows%2C%20it%27s%20a%20pretty%20well%20known%20fact%20that%20the%20Linux%20command%20" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fgnu-screen-and-byobu-made-easy%2F&amp;title=GNU%20Screen%20and%20Byobu%20Made%20Easy" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/terw7gljgg4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/10/gnu-screen-and-byobu-made-easy/</feedburner:origLink></item>
		<item>
		<title>Oct. 24 Photography Update</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/jCxtdPfretU/</link>
		<comments>http://dj-bri-t.net/2009/10/oct-24-photography-update/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:05:06 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[swing dancing]]></category>
		<category><![CDATA[UMswing]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=168</guid>
		<description><![CDATA[Now that I&#8217;ve been taking more photos recently, I&#8217;m getting into the habit of posting them up a little more frequently. Rest assured, I&#8217;ll keep you all updated when I put up new photos. If you want to take a look at some of my other photos, just head to the gallery.
As always, I welcome [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve been taking more photos recently, I&#8217;m getting into the habit of posting them up a little more frequently. Rest assured, I&#8217;ll keep you all updated when I put up new photos. If you want to take a look at some of my other photos, just head to the <a href="http://dj-bri-t.net/gallery" target="_self">gallery</a>.</p>
<p>As always, I welcome your feedback; just post a comment below!</p>

<div class="ngg-galleryoverview" id="ngg-gallery-7-168">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://dj-bri-t.net/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=7&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-58" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4503.jpg" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4503" alt="IMG_4503" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4503.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-59" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4511.jpg" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4511" alt="IMG_4511" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4511.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-60" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4512.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4512" alt="IMG_4512" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4512.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-61" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4520.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4520" alt="IMG_4520" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4520.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-62" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4522.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4522" alt="IMG_4522" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4522.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4545.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4545" alt="IMG_4545" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4545.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4547.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4547" alt="IMG_4547" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4547.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-65" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4548.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4548" alt="IMG_4548" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4548.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-66" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4564.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4564" alt="IMG_4564" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4564.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-67" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://dj-bri-t.net/wp-content/gallery/2009-10-25/IMG_4568.png" title=" " class="shutterset_2009-10-25" >
								<img title="IMG_4568" alt="IMG_4568" src="http://dj-bri-t.net/wp-content/gallery/2009-10-25/thumbs/thumbs_IMG_4568.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>





Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;title=Oct.%2024%20Photography%20Update&amp;bodytext=Now%20that%20I%27ve%20been%20taking%20more%20photos%20recently%2C%20I%27m%20getting%20into%20the%20habit%20of%20posting%20them%20up%20a%20little%20more%20frequently.%20Rest%20assured%2C%20I%27ll%20keep%20you%20all%20updated%20when%20I%20put%20up%20new%20photos.%20If%20you%20want%20to%20take%20a%20look%20at%20some%20of%20my%20other%20photos%2C%20just%20head" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;title=Oct.%2024%20Photography%20Update&amp;notes=Now%20that%20I%27ve%20been%20taking%20more%20photos%20recently%2C%20I%27m%20getting%20into%20the%20habit%20of%20posting%20them%20up%20a%20little%20more%20frequently.%20Rest%20assured%2C%20I%27ll%20keep%20you%20all%20updated%20when%20I%20put%20up%20new%20photos.%20If%20you%20want%20to%20take%20a%20look%20at%20some%20of%20my%20other%20photos%2C%20just%20head" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;t=Oct.%2024%20Photography%20Update" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;title=Oct.%2024%20Photography%20Update" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;title=Oct.%2024%20Photography%20Update&amp;annotation=Now%20that%20I%27ve%20been%20taking%20more%20photos%20recently%2C%20I%27m%20getting%20into%20the%20habit%20of%20posting%20them%20up%20a%20little%20more%20frequently.%20Rest%20assured%2C%20I%27ll%20keep%20you%20all%20updated%20when%20I%20put%20up%20new%20photos.%20If%20you%20want%20to%20take%20a%20look%20at%20some%20of%20my%20other%20photos%2C%20just%20head" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Foct-24-photography-update%2F&amp;title=Oct.%2024%20Photography%20Update" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/jCxtdPfretU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/oct-24-photography-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/10/oct-24-photography-update/</feedburner:origLink></item>
		<item>
		<title>Ubuntu’s Koala Has Good Karma</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/vgUofyMfriY/</link>
		<comments>http://dj-bri-t.net/2009/10/ubuntus-koala-has-good-karma/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:15:08 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=147</guid>
		<description><![CDATA[Canonical's Ubuntu 9.10 operating system is a work of art. Seriously. I would frame it and mount it on my wall if I could. Unfortunately I can't, so all I can do is gush about it and tell people about all of it's amazing features. Non-techies: just smile-and-nod your way through this post :).]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin: 5px"><script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></div>
<p>It&#8217;s not like me to gush over operating systems. Particularly looking at what we&#8217;ve dealt with in the past. If we&#8217;re lucky, we got stability in an OS, but usually at the expense of it looking terrible. This year seems to have caused things to change, however. With the release of the Windows 7 RC, Microsoft has restored a good amount of the faith that it lost after churning out the load of crap that it called Vista.</p>
<p>The open source community is never far behind, and Canonical&#8217;s Ubuntu 9.10 operating system is a work of art. Seriously. I would frame it and mount it on my wall if I could. Unfortunately I can&#8217;t, so all I can do is gush about it and tell people about all of it&#8217;s amazing features. Non-techies: just smile-and-nod your way through this post <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<h2>Ubuntu One</h2>
<p>Cloud computing is all the rage these days, and Ubuntu has jumped on the bandwagon by presenting One, a personal cloud for the synchronization of files across multiple Ubuntu computers. Set up your account, get your 2 gigs of free space, move files into the Ubuntu One folder, and let them sync. Easy as pie.</p>
<h2>ext4 Filesystem</h2>
<p>Following in Fedora&#8217;s footsteps, Ubuntu has set ext4 as 9.10&#8217;s default filesystem. Although you won&#8217;t make the switch if you upgrade, fresh installs will feel the warm glow of ext4 during their install.</p>
<h2>Uncomplicated Firewall</h2>
<p>One of my main complaints with Ubuntu&#8217;s previous setups is that it fails to include a firewall by default, and that has been remedied in 9.10, with the introduction of ufw, the uncomplicated firewall. No more sifting through the iptables&#8217;s man pages to figure out how to add a simple allow rule; ufw makes firewall management easy.</p>
<h2>Faster Load Times with Upstart</h2>
<p>Another popular trend recently has been the goal of reducing boot times as much as possible. Fedora Project made waves as they aimed for a 20 second boot time from BIOS to login page. Although they were a little short of their goal, they made some important headway, showing that not every single scrap needs to be loaded and cached on boot. Ubuntu has carried this forward and has made a similar goal. Although they don&#8217;t mention any specific time-related goals, they made the switch to Upstart, which makes the loading page look smooth and cuts the boot time significantly.</p>
<hr />Overall, I&#8217;m really happy with the progress Ubuntu has made. Although a lot of previous versions have fallen a bit behind on the times in exchange for having a stable system, they are catching up with the times and even pushing the envelope with new ideas. If you were looking for a reason to switch to Linux, put this one at the top of your list. If you&#8217;re not convinced, download the LiveCD and try it out without installing (although your performance will suffer since it&#8217;s loading from a CD&#8230;duh&#8230;).</p>
<p><em>Thanks for giving this a read, everyone. If you like what you see, or have any suggestions for further writings, drop me a line in the comments section below and give me a vote on Reddit or Digg. I read each and every one of your comments: I promise <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma&amp;bodytext=Canonical%27s%20Ubuntu%209.10%20operating%20system%20is%20a%20work%20of%20art.%20Seriously.%20I%20would%20frame%20it%20and%20mount%20it%20on%20my%20wall%20if%20I%20could.%20Unfortunately%20I%20can%27t%2C%20so%20all%20I%20can%20do%20is%20gush%20about%20it%20and%20tell%20people%20about%20all%20of%20it%27s%20amazing%20features.%20Non-techies%3A%20just%20smile-and-nod%20your%20way%20through%20this%20post%20%3A%29." title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma&amp;notes=Canonical%27s%20Ubuntu%209.10%20operating%20system%20is%20a%20work%20of%20art.%20Seriously.%20I%20would%20frame%20it%20and%20mount%20it%20on%20my%20wall%20if%20I%20could.%20Unfortunately%20I%20can%27t%2C%20so%20all%20I%20can%20do%20is%20gush%20about%20it%20and%20tell%20people%20about%20all%20of%20it%27s%20amazing%20features.%20Non-techies%3A%20just%20smile-and-nod%20your%20way%20through%20this%20post%20%3A%29." title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;t=Ubuntu%27s%20Koala%20Has%20Good%20Karma" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma&amp;annotation=Canonical%27s%20Ubuntu%209.10%20operating%20system%20is%20a%20work%20of%20art.%20Seriously.%20I%20would%20frame%20it%20and%20mount%20it%20on%20my%20wall%20if%20I%20could.%20Unfortunately%20I%20can%27t%2C%20so%20all%20I%20can%20do%20is%20gush%20about%20it%20and%20tell%20people%20about%20all%20of%20it%27s%20amazing%20features.%20Non-techies%3A%20just%20smile-and-nod%20your%20way%20through%20this%20post%20%3A%29." title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fubuntus-koala-has-good-karma%2F&amp;title=Ubuntu%27s%20Koala%20Has%20Good%20Karma" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/vgUofyMfriY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/ubuntus-koala-has-good-karma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/10/ubuntus-koala-has-good-karma/</feedburner:origLink></item>
		<item>
		<title>The New Camera Lens: Some Sample Photos</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/GSxOpgCdppk/</link>
		<comments>http://dj-bri-t.net/2009/10/the-new-camera-lens/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 00:07:15 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=150</guid>
		<description><![CDATA[I recently picked up a new lens for my Canon Rebel XTi DSLR camera: the EF 50mm f/1.8 II, to be precise. It&#8217;s the first lens I&#8217;ve bought for my camera so far, mainly because almost every other lens is god-awful expensive. At only $130, this was a steal of a deal, and if you [...]]]></description>
			<content:encoded><![CDATA[<p>I recently picked up a new lens for my <a href="http://canon.ca/english/index-products.asp?lng=en&amp;prodid=1088&amp;sgid=23&amp;gid=2&amp;ovr=1&amp;arch=1">Canon Rebel XTi</a> DSLR camera: the <a href="http://canon.ca/english/index-products.asp?lng=en&amp;prodid=963&amp;sgid=7&amp;gid=2&amp;ovr=1">EF 50mm f/1.8 II</a>, to be precise. It&#8217;s the first lens I&#8217;ve bought for my camera so far, mainly because almost every other lens is god-awful expensive. At only $130, this was a steal of a deal, and if you have a Canon DSLR camera body, I highly recommend picking yourself up one of these.</p>
<p>By popular demand of a few of my friends, I&#8217;m putting up a small sampling of the photos I&#8217;ve taken with it over the past few days. Although I&#8217;m still getting used to the lens, I&#8217;m really happy with the results so far. You can check out the full album of new photos right <a href="http://dj-bri-t.net/gallery/the-new-lens/">here</a>.</p>

<a href="http://dj-bri-t.net/wp-content/gallery/the-new-lens/IMG_4420.JPG" title="" class="shutterset_singlepic48" >
	<img class="ngg-singlepic" src="http://dj-bri-t.net/wp-content/gallery/cache/48__320x240_IMG_4420.JPG" alt="IMG_4420" title="IMG_4420" />
</a>




Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;title=The%20New%20Camera%20Lens%3A%20Some%20Sample%20Photos&amp;bodytext=I%20recently%20picked%20up%20a%20new%20lens%20for%20my%20Canon%20Rebel%20XTi%20DSLR%20camera%3A%20the%20EF%2050mm%20f%2F1.8%20II%2C%20to%20be%20precise.%20It%27s%20the%20first%20lens%20I%27ve%20bought%20for%20my%20camera%20so%20far%2C%20mainly%20because%20almost%20every%20other%20lens%20is%20god-awful%20expensive.%20At%20only%20%24130%2C%20this%20was%20a%20ste" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;title=The%20New%20Camera%20Lens%3A%20Some%20Sample%20Photos&amp;notes=I%20recently%20picked%20up%20a%20new%20lens%20for%20my%20Canon%20Rebel%20XTi%20DSLR%20camera%3A%20the%20EF%2050mm%20f%2F1.8%20II%2C%20to%20be%20precise.%20It%27s%20the%20first%20lens%20I%27ve%20bought%20for%20my%20camera%20so%20far%2C%20mainly%20because%20almost%20every%20other%20lens%20is%20god-awful%20expensive.%20At%20only%20%24130%2C%20this%20was%20a%20ste" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;t=The%20New%20Camera%20Lens%3A%20Some%20Sample%20Photos" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;title=The%20New%20Camera%20Lens%3A%20Some%20Sample%20Photos" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;title=The%20New%20Camera%20Lens%3A%20Some%20Sample%20Photos&amp;annotation=I%20recently%20picked%20up%20a%20new%20lens%20for%20my%20Canon%20Rebel%20XTi%20DSLR%20camera%3A%20the%20EF%2050mm%20f%2F1.8%20II%2C%20to%20be%20precise.%20It%27s%20the%20first%20lens%20I%27ve%20bought%20for%20my%20camera%20so%20far%2C%20mainly%20because%20almost%20every%20other%20lens%20is%20god-awful%20expensive.%20At%20only%20%24130%2C%20this%20was%20a%20ste" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Fthe-new-camera-lens%2F&amp;title=The%20New%20Camera%20Lens%3A%20Some%20Sample%20Photos" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/GSxOpgCdppk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/the-new-camera-lens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/10/the-new-camera-lens/</feedburner:origLink></item>
		<item>
		<title>From Paperwork to Web 2.0: UMSwing’s New Membership System</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/5o1nPeUZHwM/</link>
		<comments>http://dj-bri-t.net/2009/10/from-paperwork-to-web-2-0/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 16:00:32 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[UMswing]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=138</guid>
		<description><![CDATA[Nowadays, my life has a good amount of its time consumed with either work or swing dancing. I work every weekday, and four nights every week I&#8217;m dancing. Being the nerd that I am, I always look for opportunities to intertwine my hobbies, despite them being complete opposites. Being on the executive committee helps a [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays, my life has a good amount of its time consumed with either work or swing dancing. I work every weekday, and four nights every week I&#8217;m dancing. Being the nerd that I am, I always look for opportunities to intertwine my hobbies, despite them being complete opposites. Being on the executive committee helps a lot with that, since I take the position of Web Administrator and Graphics Designer with <a title="University of Manitoba Swing Dance Club" href="http://umswing.ca">UMSwing</a>.</p>
<p>On the way home from an event a couple weeks ago, I was talking with a friend about the hassle of all the paperwork we have to go through every time we have a lesson; we need to fill out transaction logs for each payment, keep track of every person&#8217;s attendance for each class, and also mark it on their membership form that they attended and paid for that class. A single person dropping in to that class requires writing on three sheets of paper. When you&#8217;re trying to run everybody through quickly, that starts becoming an issue.</p>
<p>This friend, being the kind of person that seems to regurgitate good ideas on demand, suggested to me, &#8220;Brian, you&#8217;re a developer. Just write a program to do it for you. You&#8217;re learning <a title="Ruby Programming Language" href="http://ruby-lang.org">Ruby</a> and <a title="Ruby on Rails" href="http://rubyonrails.org/">Rails</a>, so you can do a web-based backend and a GUI frontend. Problem solved!&#8221;. Thus, I sat down and started planning. Rails seems to be yet another one of those languages that lacks any decent documentation or tutorials. If you plan on learning it, pick up &#8220;<a title="Agile Web Development with Rails, Third Edition" href="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition">Agile Web Development With Rails</a>&#8220;. It is by far the best development book I have ever read. If it&#8217;s any sort of selling point, one of the authors created the Rails framework; if he doesn&#8217;t know how to use the framework, nobody does.</p>
<p>As a method for potentially helping me brainstorm, I&#8217;ve decided to spill out some of my ideas and goals here. I&#8217;m only going to discuss a few ideas here; while I would normally immediately distribute this idea into the public domain, I&#8217;ve decided to keep this one closed source. If you have any suggestions or ideas, let me know and I will give you credit. Better yet, if you&#8217;re interested in this software, get in touch and we can discuss it.</p>
<p><strong>Goals for Dance Site</strong></p>
<ul>
<li>Members: Keep track of all members, regardless of how long ago they joined. Eliminate the need to fill out a new membership form every semester. Each member should be assigned a member number, which can be put on a barcode. Keep track of personal information, interests, and attendance. Gather statistics/metrics from attendance vs. month/day/semester, etc.</li>
<li>Memberships: Handle multiple membership types, including drop-in. Integrate with finances to determine when a user has paid for their membership through drop-ins. Support for online payments through Paypal (ie. Mastercard, Visa, eCheck, etc.)</li>
<li>Finances: handle per-lesson incomes. Support for multiple lessons per day. Keep track of what is taught during that lesson. Provide unlockable content for each lesson; attendance to that lesson unlocks the content for that member; refresher videos, class notes, etc. Support for discounted membership dates/times.</li>
<li>Graduated system: attendance of X number of events allows you to attend higher level classes. Ability to override by administrator.</li>
<li>Mailing List: Separate old members by current members, allowing for class updates to be sent to current members, while global events to be sent to all. Ability to unsubscribe.</li>
</ul>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;title=From%20Paperwork%20to%20Web%202.0%3A%20UMSwing%27s%20New%20Membership%20System&amp;bodytext=Nowadays%2C%20my%20life%20has%20a%20good%20amount%20of%20its%20time%20consumed%20with%20either%20work%20or%20swing%20dancing.%20I%20work%20every%20weekday%2C%20and%20four%20nights%20every%20week%20I%27m%20dancing.%20Being%20the%20nerd%20that%20I%20am%2C%20I%20always%20look%20for%20opportunities%20to%20intertwine%20my%20hobbies%2C%20despite%20them" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;title=From%20Paperwork%20to%20Web%202.0%3A%20UMSwing%27s%20New%20Membership%20System&amp;notes=Nowadays%2C%20my%20life%20has%20a%20good%20amount%20of%20its%20time%20consumed%20with%20either%20work%20or%20swing%20dancing.%20I%20work%20every%20weekday%2C%20and%20four%20nights%20every%20week%20I%27m%20dancing.%20Being%20the%20nerd%20that%20I%20am%2C%20I%20always%20look%20for%20opportunities%20to%20intertwine%20my%20hobbies%2C%20despite%20them" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;t=From%20Paperwork%20to%20Web%202.0%3A%20UMSwing%27s%20New%20Membership%20System" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;title=From%20Paperwork%20to%20Web%202.0%3A%20UMSwing%27s%20New%20Membership%20System" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;title=From%20Paperwork%20to%20Web%202.0%3A%20UMSwing%27s%20New%20Membership%20System&amp;annotation=Nowadays%2C%20my%20life%20has%20a%20good%20amount%20of%20its%20time%20consumed%20with%20either%20work%20or%20swing%20dancing.%20I%20work%20every%20weekday%2C%20and%20four%20nights%20every%20week%20I%27m%20dancing.%20Being%20the%20nerd%20that%20I%20am%2C%20I%20always%20look%20for%20opportunities%20to%20intertwine%20my%20hobbies%2C%20despite%20them" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F10%2Ffrom-paperwork-to-web-2-0%2F&amp;title=From%20Paperwork%20to%20Web%202.0%3A%20UMSwing%27s%20New%20Membership%20System" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/5o1nPeUZHwM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/10/from-paperwork-to-web-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/10/from-paperwork-to-web-2-0/</feedburner:origLink></item>
		<item>
		<title>Have Air Miles, Will Donate To Charity</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/YftpAAbnbu4/</link>
		<comments>http://dj-bri-t.net/2009/09/have-air-miles-will-donate-to-charity/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:00:19 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Air Miles]]></category>
		<category><![CDATA[charities]]></category>
		<category><![CDATA[donations]]></category>
		<category><![CDATA[Kids Help Phone]]></category>
		<category><![CDATA[reward programs]]></category>
		<category><![CDATA[rewards]]></category>
		<category><![CDATA[Special Olympics]]></category>
		<category><![CDATA[World Wildlife Fund]]></category>
		<category><![CDATA[WWF]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=135</guid>
		<description><![CDATA[Think about how many reward miles you have. When was the last time you redeemed them? Do you think you could spare a few to help a good cause?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure many of you collect some sort of rewards on a reward program, be it Aeroplan or Air Miles, or some other similar program. Myself, I&#8217;m an Air Miles person, and a lot of that has to do with the really good deal that I get for Safeway prescriptions.</p>
<p>But I digest <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>While casually browsing the rewards catalog online, I was going through the gift cards and subscriptions. I happened to notice a new section for charities. Under there, you have redeem 170 Air Miles to donate $20 to one of three charities: <a href="http://www.kidshelpphone.ca/">Kids Help Phone</a>, <a href="http://www.specialolympics.ca/">Special Olympics Canada</a>, and the <a title="World Wildlife Fund" href="http://wwf.ca/">World Wildlife Fund</a>. Unfortunately, Air Miles has yet to add any more charities, but I sincerely hope that they add more than those three. I&#8217;ve made a firm decision to redeem a donation for every item I redeem on there.</p>
<p>I&#8217;ve never seen this on a rewards site, and I think it&#8217;s a great thing to do. Think about how many reward miles you have. When was the last time you redeemed them? Do you think you could spare a few to help a good cause? I hope the answer is yes. Some people don&#8217;t donate to charities because they can&#8217;t afford it. Now that you can use Air Miles, this should make things a little easier. Alternatively, redeem a gift certificate somewhere you would normally shop, and use the saved money to a charity of your choice. Either way, it&#8217;s a free donation.</p>
<p>Just a little food for thought.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;title=Have%20Air%20Miles%2C%20Will%20Donate%20To%20Charity&amp;bodytext=Think%20about%20how%20many%20reward%20miles%20you%20have.%20When%20was%20the%20last%20time%20you%20redeemed%20them%3F%20Do%20you%20think%20you%20could%20spare%20a%20few%20to%20help%20a%20good%20cause%3F" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;title=Have%20Air%20Miles%2C%20Will%20Donate%20To%20Charity&amp;notes=Think%20about%20how%20many%20reward%20miles%20you%20have.%20When%20was%20the%20last%20time%20you%20redeemed%20them%3F%20Do%20you%20think%20you%20could%20spare%20a%20few%20to%20help%20a%20good%20cause%3F" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;t=Have%20Air%20Miles%2C%20Will%20Donate%20To%20Charity" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;title=Have%20Air%20Miles%2C%20Will%20Donate%20To%20Charity" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;title=Have%20Air%20Miles%2C%20Will%20Donate%20To%20Charity&amp;annotation=Think%20about%20how%20many%20reward%20miles%20you%20have.%20When%20was%20the%20last%20time%20you%20redeemed%20them%3F%20Do%20you%20think%20you%20could%20spare%20a%20few%20to%20help%20a%20good%20cause%3F" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fhave-air-miles-will-donate-to-charity%2F&amp;title=Have%20Air%20Miles%2C%20Will%20Donate%20To%20Charity" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/YftpAAbnbu4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/09/have-air-miles-will-donate-to-charity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/09/have-air-miles-will-donate-to-charity/</feedburner:origLink></item>
		<item>
		<title>Ruby Documentation Sucks</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/qG75IO9o25w/</link>
		<comments>http://dj-bri-t.net/2009/09/ruby-documentation-sucks/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:00:52 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=131</guid>
		<description><![CDATA[Okay, this is going up a day late. My bad. I&#8217;ve been busy. Regardless, I have a rant which any programmer can sympathize with.
I&#8217;ve been recently programming a proxy in the Ruby programming language, which is known for its code elegance. When you know how to use it, it&#8217;s a great language. The problem, however, [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, this is going up a day late. My bad. I&#8217;ve been busy. Regardless, I have a rant which any programmer can sympathize with.</p>
<p>I&#8217;ve been recently programming a proxy in the <a title="Ruby Programming Language" href="http://www.ruby-lang.org">Ruby programming language</a>, which is known for its code elegance. When you know how to use it, it&#8217;s a great language. The problem, however, comes when to learning about the API in the language. To put it bluntly, the <a href="http://www.ruby-doc.org/">documentation</a> is crap. To be more specific, a good amount of it is incomplete, and those sections that are completed fail to follow a consistent fashion. To put things in perspective, there are 108 core libraries included in the Ruby documentation; over half of those libraries have incomplete documentation.</p>
<p>Now, this isn&#8217;t that much of an issue if you know how to use the language; after all, there&#8217;s no need to go to the documentation when you know the language. The problem comes when you are like me, learning how to use the language, and don&#8217;t know what any of the constants for the sockets library do, which is a bit of a problem when you need to program a proxy. See where I&#8217;m going with this?</p>
<p>Maybe I&#8217;m complaining because I&#8217;ve been spoiled on <a title="PHP: Hypertext Processor" href="http://www.php.net">PHP</a>&#8217;s phenomenal <a title="PHP Documentation" href="http://www.php.net/manual/en/">documentation</a>, which is an amazing feat when it comes to documentation. All of the functions are properly laid out with plenty of cross-references, and tell you exactly what to expect for each and every function. The documentation is a work of art, I kid you not. Don&#8217;t believe me? Try learning how to do something complex in PHP using the documentation only, then try to do the same in Ruby.</p>
<p>I have heard some people make the argument that Ruby is open source and relies on its members to do the documentation, hence the lack of it. While I understand this argument, it doesn&#8217;t entirely make sense. Ruby has a large band of dedicated followers (think Jehovah&#8217;s Witnesses-style) who should have filled in the 1.9 documentation by now. Thinking about it from another perspective, PHP is a free and open source language as well, and look at the detail in there compared to Ruby.</p>
<p>All I&#8217;m saying is that Ruby needs to step up its game a bit, otherwise it will have trouble competing for those people looking at learning a new language. If it wasn&#8217;t for<a href="https://www6.software.ibm.com/developerworks/education/l-rubysocks/l-rubysocks-a4.pdf"> an amazing IBM document on Ruby socket programming</a>, I would have moved on to another language by now.</p>
<p>Anyways, tune in this Friday for something different. I realize programming isn&#8217;t everybody&#8217;s cup of tea, so I&#8217;m hoping to branch off into something a little different for those of you who either find computers boring, or those of you that simply don&#8217;t understand them. As always, I appreciate you reading, and I appreciate even more those of you who tell a friend about my blog <img src='http://dj-bri-t.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;title=Ruby%20Documentation%20Sucks&amp;bodytext=Okay%2C%20this%20is%20going%20up%20a%20day%20late.%20My%20bad.%20I%27ve%20been%20busy.%20Regardless%2C%20I%20have%20a%20rant%20which%20any%20programmer%20can%20sympathize%20with.%0D%0A%0D%0AI%27ve%20been%20recently%20programming%20a%20proxy%20in%20the%20Ruby%20programming%20language%2C%20which%20is%20known%20for%20its%20code%20elegance.%20When%20you%20" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;title=Ruby%20Documentation%20Sucks&amp;notes=Okay%2C%20this%20is%20going%20up%20a%20day%20late.%20My%20bad.%20I%27ve%20been%20busy.%20Regardless%2C%20I%20have%20a%20rant%20which%20any%20programmer%20can%20sympathize%20with.%0D%0A%0D%0AI%27ve%20been%20recently%20programming%20a%20proxy%20in%20the%20Ruby%20programming%20language%2C%20which%20is%20known%20for%20its%20code%20elegance.%20When%20you%20" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;t=Ruby%20Documentation%20Sucks" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;title=Ruby%20Documentation%20Sucks" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;title=Ruby%20Documentation%20Sucks&amp;annotation=Okay%2C%20this%20is%20going%20up%20a%20day%20late.%20My%20bad.%20I%27ve%20been%20busy.%20Regardless%2C%20I%20have%20a%20rant%20which%20any%20programmer%20can%20sympathize%20with.%0D%0A%0D%0AI%27ve%20been%20recently%20programming%20a%20proxy%20in%20the%20Ruby%20programming%20language%2C%20which%20is%20known%20for%20its%20code%20elegance.%20When%20you%20" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fruby-documentation-sucks%2F&amp;title=Ruby%20Documentation%20Sucks" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/qG75IO9o25w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/09/ruby-documentation-sucks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/09/ruby-documentation-sucks/</feedburner:origLink></item>
		<item>
		<title>iPhone 3.1 Firmware Issues?</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/xBrkjm8JM2w/</link>
		<comments>http://dj-bri-t.net/2009/09/iphone-3-1-firmware-issues/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 16:13:01 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3.1 Firmware]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[DFU]]></category>
		<category><![CDATA[hard reset]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[slow]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=129</guid>
		<description><![CDATA[After having my iPhone for the past month or so, I've found very few problems with it. In fact, I've never had a problem yet - until the new 3.1 Firmware Update.]]></description>
			<content:encoded><![CDATA[<p>Hey all, this post will be a shorter one. Not too much to talk about today, but I do have a bit of an insight into the new Apple iPhone firmware update.</p>
<p>After having my iPhone for the past month or so, I&#8217;ve found very few problems with it. In fact, I&#8217;ve never had a problem  yet.</p>
<p>Well, that&#8217;s not completely true. I&#8217;ve never had a problem until earlier this week, when the new firmware was released. After about 24 hours of running my phone, I noticed two significant changes. First of all, my battery life was dropping faster than a kid coming off of a caffeine high. Secondly, my phone took a whole 3 seconds (yes, three &#8211; I counted) to respond to the &#8220;slide to unlock&#8221; bar. Those were two things that I was not willing to put up with.</p>
<p>After doing some reading up on the subject, I noticed that I wasn&#8217;t alone. Some people blamed the firmware, while others blamed the users. I blame both; clearly the issue wasn&#8217;t universal. A hard reset (ie. not using the &#8220;slide to power off&#8221; slider) seemed to be a temporary fix, but I wanted something more permanent. It seemed the only way to fix this was to do a DFU factory restore. The only catch is that when your phone restarts, you have to create a new phone profile, and NOT restore an existing backup.</p>
<p>The process was relatively painless. I only lost a few photos and my text messages (I&#8217;d love to have a way of backing up text messages!), but aside from that I got all of my old data back after loading it on again.  The reset seems to have done the trick; here&#8217;s hoping it stays that way.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;title=iPhone%203.1%20Firmware%20Issues%3F&amp;bodytext=After%20having%20my%20iPhone%20for%20the%20past%20month%20or%20so%2C%20I%27ve%20found%20very%20few%20problems%20with%20it.%20In%20fact%2C%20I%27ve%20never%20had%20a%20problem%20yet%20-%20until%20the%20new%203.1%20Firmware%20Update." title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;title=iPhone%203.1%20Firmware%20Issues%3F&amp;notes=After%20having%20my%20iPhone%20for%20the%20past%20month%20or%20so%2C%20I%27ve%20found%20very%20few%20problems%20with%20it.%20In%20fact%2C%20I%27ve%20never%20had%20a%20problem%20yet%20-%20until%20the%20new%203.1%20Firmware%20Update." title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;t=iPhone%203.1%20Firmware%20Issues%3F" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;title=iPhone%203.1%20Firmware%20Issues%3F" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;title=iPhone%203.1%20Firmware%20Issues%3F&amp;annotation=After%20having%20my%20iPhone%20for%20the%20past%20month%20or%20so%2C%20I%27ve%20found%20very%20few%20problems%20with%20it.%20In%20fact%2C%20I%27ve%20never%20had%20a%20problem%20yet%20-%20until%20the%20new%203.1%20Firmware%20Update." title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fiphone-3-1-firmware-issues%2F&amp;title=iPhone%203.1%20Firmware%20Issues%3F" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/xBrkjm8JM2w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/09/iphone-3-1-firmware-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/09/iphone-3-1-firmware-issues/</feedburner:origLink></item>
		<item>
		<title>Finding the IIS FTP Vulnerability</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/_ueC6uNhcVs/</link>
		<comments>http://dj-bri-t.net/2009/09/finding-the-iis-ftp-vulnerability/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 16:00:06 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Everything Else]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=127</guid>
		<description><![CDATA[On September 1st, Microsoft released a security advisory regarding an exploit that was discovered in their IIS FTP service, which you can find here. In short, the vulnerability allowed servers which allowed anonymous write access to be compromised.
Opening up my email, I notice the vulnerability in my inbox, and a message attached asking me to [...]]]></description>
			<content:encoded><![CDATA[<p>On September 1st, Microsoft released a security advisory regarding an exploit that was discovered in their IIS FTP service, which you can find <a href="http://www.microsoft.com/technet/security/advisory/975191.mspx">here</a>. In short, the vulnerability allowed servers which allowed anonymous write access to be compromised.</p>
<p>Opening up my email, I notice the vulnerability in my inbox, and a message attached asking me to find all the servers in the government which might be vulnerable to this exploit. Now, as you can imagine, it&#8217;s not like there&#8217;s 50 servers in the government. This isn&#8217;t a situation where you go to each server manually and check for the vulnerability. This worked out to be a perfect situation to use nmap.</p>
<p>Nmap, as I had mentioned last post, is a security scanner. It&#8217;s powerful: really, REALLY powerful. There&#8217;s so many command line switches that they have to use two characters for a lot of them, and they&#8217;re case sensitive as well. To top it all off, it also provides scripting support. In layman&#8217;s terms, you tell it to jump, and it asks you how high, how many flips it should do, what music should be playing in the background, and what the acrobat&#8217;s costumes should look like. You get the picture.</p>
<p>Anyways, the task was put before me to determine which servers were vulnerable, and how many FTP services could simply be turned off. After acquiring a list of IP addresses of assets, I sorted the list, changed each IP to refer to the class C subnet (255.255.255.0 or /24), and remove duplicates. I then came up with a list of IPs which had an FTP service. Some had closed ports, and others were filtered. Some of them were also open. A few quick grep commands and I had narrowed down the list to open Windows boxes. Below, I have the nmap command that I used to find all the servers with FTP running on them. I&#8217;d be curious to see if anyone has come up with a similar command that might be useful for this same purpose, and where improvements can be made.</p>
<p><code>./nmap -T4 -PS21 -p21 -O --max-rtt-timeout 200 --initial-rtt-timeout 150 --min-hostgroup 100 -oG /tmp/WindowsFTP.grep -iL ../WindowsServers24</code></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;title=Finding%20the%20IIS%20FTP%20Vulnerability&amp;bodytext=On%20September%201st%2C%20Microsoft%20released%20a%20security%20advisory%20regarding%20an%20exploit%20that%20was%20discovered%20in%20their%20IIS%20FTP%20service%2C%20which%20you%20can%20find%20here.%20In%20short%2C%20the%20vulnerability%20allowed%20servers%20which%20allowed%20anonymous%20write%20access%20to%20be%20compromised.%0D%0A" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;title=Finding%20the%20IIS%20FTP%20Vulnerability&amp;notes=On%20September%201st%2C%20Microsoft%20released%20a%20security%20advisory%20regarding%20an%20exploit%20that%20was%20discovered%20in%20their%20IIS%20FTP%20service%2C%20which%20you%20can%20find%20here.%20In%20short%2C%20the%20vulnerability%20allowed%20servers%20which%20allowed%20anonymous%20write%20access%20to%20be%20compromised.%0D%0A" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;t=Finding%20the%20IIS%20FTP%20Vulnerability" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;title=Finding%20the%20IIS%20FTP%20Vulnerability" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;title=Finding%20the%20IIS%20FTP%20Vulnerability&amp;annotation=On%20September%201st%2C%20Microsoft%20released%20a%20security%20advisory%20regarding%20an%20exploit%20that%20was%20discovered%20in%20their%20IIS%20FTP%20service%2C%20which%20you%20can%20find%20here.%20In%20short%2C%20the%20vulnerability%20allowed%20servers%20which%20allowed%20anonymous%20write%20access%20to%20be%20compromised.%0D%0A" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Ffinding-the-iis-ftp-vulnerability%2F&amp;title=Finding%20the%20IIS%20FTP%20Vulnerability" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/_ueC6uNhcVs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/09/finding-the-iis-ftp-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/09/finding-the-iis-ftp-vulnerability/</feedburner:origLink></item>
		<item>
		<title>Upcoming Swing Events</title>
		<link>http://feedproxy.google.com/~r/dj-bri-t/~3/DQNnGWA3mYY/</link>
		<comments>http://dj-bri-t.net/2009/09/upcoming-swing-events/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:00:44 +0000</pubDate>
		<dc:creator>DJ Bri T</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[HepCat]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[swing dancing]]></category>
		<category><![CDATA[UMswing]]></category>
		<category><![CDATA[Winnipeg Swing]]></category>

		<guid isPermaLink="false">http://dj-bri-t.net/?p=124</guid>
		<description><![CDATA[For this Monday&#8217;s blog post, I&#8217;d like to stray a little from my typical technology discussions and focus on something far from that: dance. Not just any kind of dance, though. I&#8217;d like to quickly discuss swing dancing.
This might seem like an odd topic for a geek to discuss. After all, I&#8217;m supposed to be [...]]]></description>
			<content:encoded><![CDATA[<p>For this Monday&#8217;s blog post, I&#8217;d like to stray a little from my typical technology discussions and focus on something far from that: dance. Not just any kind of dance, though. I&#8217;d like to quickly discuss swing dancing.</p>
<p>This might seem like an odd topic for a geek to discuss. After all, I&#8217;m supposed to be glued to my computer, make obtuse references to nerdy shows and movies, and have a natural inability to talk to women. While all of the above may or may not be true (heh), I also found myself two years ago to have an interest in swing dancing, thanks to a friend who convinced me to go to the University of Manitoba Swing Dance Club (<a title="University of Manitoba Swing Dance Club" href="http://umswing.ca">UMSwing</a>) open house (thanks Jacklynn!). Although initially I didn&#8217;t think I would enjoy it that much, I found myself addicted by the end of that open house, and walked out that night with a full membership. I&#8217;m still shocked that I&#8217;m even capable of dancing, but regardless, it&#8217;s a great way to get some exercise, meet new people, and get out of the house.</p>
<p>Two years later, and I&#8217;m on the executive committee for UMSwing as their omnipotent web administrator. I&#8217;ve met a lot of great people through the club, and by being on the executive committee, I can hopefully give back to a club which has helped me a lot. One of the events that is happening in just over a week is this semester&#8217;s open house, which I will be MCing. The club puts on one open house per semester, usually within the first few weeks. We pride ourselves on being able to teach anybody to dance, regardless of skill level. You don&#8217;t need to bring a partner to dance with, and you don&#8217;t need experience. We do some demos, teach you basic Jive, and do some social dancing. Oh yeah, and there&#8217;s a bunch of prizes that we will give away.</p>
<ul>
<li><a href="http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=university+centre,+university+of+manitoba&amp;sll=49.891235,-97.15369&amp;sspn=31.042996,93.076172&amp;ie=UTF8&amp;ll=49.807527,-97.136371&amp;spn=0.00189,0.005681&amp;z=18">Multi-Purpose Room (MPR), 2nd Floor University Center, University of Manitoba</a></li>
<li>September 16, 2009 @ 7:00pm &#8211; 11:00pm</li>
<li>Free!</li>
<li>Prizes!</li>
<li>No experience required!</li>
<li>No partner required!</li>
</ul>
<p>So, if you have nothing to do that night, come out and enjoy yourself.</p>
<p>UMSwing&#8217;s classes tend to be geared towards beginner swing dance. If you happen to have swing experience, HepCat Studio is a swing studio that is starting up today at 6:00pm. The first class today is free, and they will teach both beginner and intermediate swing dancing. You can find their website over at <a href="http://www.winnipegswing.com">http://www.winnipegswing.com</a>.</p>
<p>So, I will continue with random technological rants and whatnot next Friday. Methinks that my next post will probably discuss my upcoming server build and the parts involved. Although I had posted on it a while back, I&#8217;ve solidified my decisions for the next server incarnation. It will be awesome. Very, very awesome.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;partner=sociable" title="Print"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;title=Upcoming%20Swing%20Events&amp;bodytext=For%20this%20Monday%27s%20blog%20post%2C%20I%27d%20like%20to%20stray%20a%20little%20from%20my%20typical%20technology%20discussions%20and%20focus%20on%20something%20far%20from%20that%3A%20dance.%20Not%20just%20any%20kind%20of%20dance%2C%20though.%20I%27d%20like%20to%20quickly%20discuss%20swing%20dancing.%0D%0A%0D%0AThis%20might%20seem%20like%20an%20odd%20" title="Digg"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F" title="Sphinn"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;title=Upcoming%20Swing%20Events&amp;notes=For%20this%20Monday%27s%20blog%20post%2C%20I%27d%20like%20to%20stray%20a%20little%20from%20my%20typical%20technology%20discussions%20and%20focus%20on%20something%20far%20from%20that%3A%20dance.%20Not%20just%20any%20kind%20of%20dance%2C%20though.%20I%27d%20like%20to%20quickly%20discuss%20swing%20dancing.%0D%0A%0D%0AThis%20might%20seem%20like%20an%20odd%20" title="del.icio.us"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;t=Upcoming%20Swing%20Events" title="Facebook"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;title=Upcoming%20Swing%20Events" title="Mixx"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;title=Upcoming%20Swing%20Events&amp;annotation=For%20this%20Monday%27s%20blog%20post%2C%20I%27d%20like%20to%20stray%20a%20little%20from%20my%20typical%20technology%20discussions%20and%20focus%20on%20something%20far%20from%20that%3A%20dance.%20Not%20just%20any%20kind%20of%20dance%2C%20though.%20I%27d%20like%20to%20quickly%20discuss%20swing%20dancing.%0D%0A%0D%0AThis%20might%20seem%20like%20an%20odd%20" title="Google Bookmarks"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdj-bri-t.net%2F2009%2F09%2Fupcoming-swing-events%2F&amp;title=Upcoming%20Swing%20Events" title="Reddit"><img src="http://dj-bri-t.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/dj-bri-t/~4/DQNnGWA3mYY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dj-bri-t.net/2009/09/upcoming-swing-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dj-bri-t.net/2009/09/upcoming-swing-events/</feedburner:origLink></item>
	</channel>
</rss>
