<?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>TuxTeam.com &#187; Linux</title>
	<atom:link href="http://tuxteam.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxteam.com</link>
	<description>IT Life &#38; Linux Thoughts</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:37:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Why the risk of running as root is overblown</title>
		<link>http://tuxteam.com/2010/07/30/why-the-risk-of-running-as-root-is-overblown/</link>
		<comments>http://tuxteam.com/2010/07/30/why-the-risk-of-running-as-root-is-overblown/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 00:37:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=194</guid>
		<description><![CDATA[Please Note: This is only relevant to single-user desktop installations of Linux. The issues I will discuss here don&#8217;t apply to servers. In fact, the exact opposite applies there. &#8220;Don&#8217;t run as root&#8221; is an oft-repeated mantra of *nix security. While I agree 100%, it&#8217;s not as big on the desktop as some would think. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Please Note: This is only relevant to single-user desktop installations of Linux.  The issues I will discuss here don&#8217;t apply to servers.  In fact, the exact opposite applies there.</strong></p>
<p>&#8220;Don&#8217;t run as root&#8221; is an oft-repeated mantra of *nix security.  While I agree <strong>100%</strong>, it&#8217;s not as big on the desktop as some would think.  I&#8217;d like to point out why here.  I still believe you shouldn&#8217;t login as root, but I also believe that it&#8217;s up to each user to make their own decision.</p>
<p>Think about the data on your computer.  What matters to you?  E-Mail?  Documents?  Images?  Most of us have things like family photos, financial records, personal communications, saved passwords, or other sensitive or irreplaceable data.  This is what we want to protect.  When I backup my desktop, I backup my home directory.  I don&#8217;t backup my OS install, software, or anything else that is not private or difficult to replace.  Think of this as the &#8220;<strong>important stuff</strong>.&#8221;</p>
<p>So, let&#8217;s talk about the <strong>important stuff</strong>.  What users have access to YOUR important stuff?  Most likely, your own user, and the root user.  So, great, not running as root eliminates one of the possible users that can access your file.  So what user do you run as?  Your own user.  So it&#8217;s pretty obvious that not running as root doesn&#8217;t restrict access to the important stuff.</p>
<blockquote><p>Need proof that your data is no safer under your own user?  <em>Think</em> about running &#8220;rm -rf /&#8221; as root or as your own user.  What happens to your data either way?  It&#8217;s gone.  Don&#8217;t run this, just think about it.</p></blockquote>
<p>So what do you gain by not running as root?  Well, your system is a lot less likely to be the victim of an ongoing compromise.  As root, an attacker can modify your operating system to their liking.  Think that&#8217;s not much?  Guess what: your ssh client now sends the username, host, and password for any system you connect to to a server in China.  Or maybe new files you create are uploaded to an anonymous file-sharing site on the internet.  Perhaps every key you touch is recorded to grab usernames, passwords, credit card numbers, and your most personal conversations.  Or maybe an attacker uses your computer as a middle man for downloading child pornography.  That will be fun to explain to the FBI.</p>
<p>So, obviously some things need to run as root: system configuration tools, for example.  However, running these using sudo limits your exposure to just these utilities, rather than the thousands (millions?) of lines of code in a full desktop environment.</p>
<p>In short, if you want to run as root on your desktop, go for it.  But know the risks, and know the consequences.  On the other hand, don&#8217;t chant &#8220;don&#8217;t login as root&#8221; as if it&#8217;s a magic bullet for security.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/07/30/why-the-risk-of-running-as-root-is-overblown/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Attack of the Cosmic Rays!</title>
		<link>http://tuxteam.com/2010/06/24/attack-of-the-cosmic-rays/</link>
		<comments>http://tuxteam.com/2010/06/24/attack-of-the-cosmic-rays/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 02:38:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=180</guid>
		<description><![CDATA[KSplice has posted an interesting article regarding the consequences of a single flipped erroneous bit in RAM. It’s a well-documented fact that RAM in modern computers is susceptible to occasional random bit flips due to various sources of noise, most commonly high-energy cosmic rays. By some estimates, you can even expect error rates as high [...]]]></description>
			<content:encoded><![CDATA[<p>KSplice has posted <a href="http://blog.ksplice.com/2010/06/attack-of-the-cosmic-rays/">an interesting article</a> regarding the consequences of a single flipped erroneous bit in RAM.</p>
<blockquote><p>It’s a <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.zdnet.com');" href="http://www.zdnet.com/blog/storage/dram-error-rates-nightmare-on-dimm-street/638"> well-documented</a> fact that RAM in modern computers is susceptible to  occasional random bit flips due to various sources of noise, most  commonly high-energy cosmic rays. By <a onclick="javascript:pageTracker._trackPageview('/outbound/article/lambda-diode.com');" href="http://lambda-diode.com/opinion/ecc-memory">some  estimates</a>, you can even expect error rates as high as one error per  4GB of RAM per <strong>day</strong>! Many servers these days have ECC  RAM, which uses extra bits to store error-correcting codes that let them  correct most bit errors, but ECC RAM is still fairly rare in desktops,  and unheard-of in laptops.</p></blockquote>
<p>Makes me want to build my next desktop with ECC RAM.  Of course, that requires a motherboard that supports it, among other things.  When you&#8217;re using encryption, a single bit error can result in the inability to decrypt an entire file.  I wonder what steps could be taken to mitigate those sort of issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/06/24/attack-of-the-cosmic-rays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Needing more focus&#8230;</title>
		<link>http://tuxteam.com/2010/06/19/needing-more-focus/</link>
		<comments>http://tuxteam.com/2010/06/19/needing-more-focus/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 02:40:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=168</guid>
		<description><![CDATA[I&#8217;ve come to the conclusion that I need to become more focused in some areas of my life.  I want to be able to contribute to open-source projects, including Ubuntu, but I realized that I don&#8217;t know enough about any single project to really dive in and work on the code.  I need to find [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come to the conclusion that I need to become more focused in some areas of my life.  I want to be able to contribute to open-source projects, including Ubuntu, but I realized that I don&#8217;t know enough about any single project to really dive in and work on the code.  I need to find a single project to contribute (codewise) to.</p>
<p>I sometimes feel that there&#8217;s this technological void in my life, with a desire to work on a project of some sort.  The big problem is that I have diverse interests: user experience, information security, embedded systems/robotics, etc.  I know it&#8217;s a ridiculous statement to make, but even at 25, I feel like I&#8217;m behind where I&#8217;d like to be in my life.</p>
<p>How do you all find your niche, and satisfy that urge?  Anyone got a favorite project that needs some love?</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/06/19/needing-more-focus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Android Development on Ubuntu 10.04</title>
		<link>http://tuxteam.com/2010/06/14/android-development-on-ubuntu-10-04/</link>
		<comments>http://tuxteam.com/2010/06/14/android-development-on-ubuntu-10-04/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 02:56:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=161</guid>
		<description><![CDATA[If you&#8217;ve been trying to use the Android SDK on Ubuntu 10.04, you might be getting an error like: No command line parameters provided, launching UI. See &#8216;android &#8211;help&#8217; for operations from the command line. Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source) at [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>If you&#8217;ve been trying to use the Android SDK on Ubuntu 10.04, you might be getting an error like:</p>
<p>No command line parameters provided, launching UI.<br />
See &#8216;android &#8211;help&#8217; for operations from the command line.<br />
Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file<br />
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)<br />
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)<br />
at org.eclipse.swt.internal.C.&lt;clinit&gt;(Unknown Source)<br />
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)<br />
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)<br />
at org.eclipse.swt.widgets.Display.&lt;clinit&gt;(Unknown Source)<br />
at com.android.sdkmanager.Main.showMainWindow(Main.java:265)<br />
at com.android.sdkmanager.Main.doAction(Main.java:249)<br />
at com.android.sdkmanager.Main.run(Main.java:94)<br />
at com.android.sdkmanager.Main.main(Main.java:83)</p></blockquote>
<p>If you&#8217;re getting this, try installing libswt-gtk-3.5-java and then running the android SDK via: ANDROID_SWT=/usr/lib/java ./android</p>
<p>Hope this helps somebody.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/06/14/android-development-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The expectations of new users of FOSS</title>
		<link>http://tuxteam.com/2010/06/03/the-expectations-of-new-users-of-foss/</link>
		<comments>http://tuxteam.com/2010/06/03/the-expectations-of-new-users-of-foss/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:13:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=159</guid>
		<description><![CDATA[Many new users of Free/Open Source Software come with one of two (if not more) unrealistic expectations: either an expectation for support despite not having paid anything for the software or support, or an idea that Open Source = Public Domain. Community-based support is not the same as commercial support.  Community-based support is a purely [...]]]></description>
			<content:encoded><![CDATA[<p>Many new users of Free/Open Source Software come with one of two (if not more) unrealistic expectations: either an expectation for support despite not having paid anything for the software or support, or an idea that Open Source = Public Domain.</p>
<p>Community-based support is not the same as commercial support.  Community-based support is a purely volunteer effort, and should not have particular expectations of response times.  For example, telling the community that a particular issue is &#8220;Urgent!&#8221; does not generally make it more urgent for the community.  Making no effort to solve the problem yourself generally leads to even less urgency from the community.  If you want a commercial level of support, pay for it.  For example, Canonical offers commercial support for Ubuntu.  There are many support vendors out there.</p>
<p>Open Source is not Public Domain software.  It has a copyright and a license.  I have seen several people complaining that particular libraries are GPL-licensed (or other so-called &#8220;viral&#8221; licenses) preventing them from using them in their commercial applications.  Please realize that you are asking to take someone else&#8217;s work for free and turn a profit on it.  Either participate in the social contract of open source, find another library, or approach the developer and offer to pay for a dual-license to allow use in your proprietary work.  Using GPL code without adhering to the copyleft provisions of the license is software piracy, which nobody should tolerate.  Presumably, if you don&#8217;t want your application to be open source, you&#8217;re looking for others to pay you for your work.  I don&#8217;t think you&#8217;d very much appreciate it being resold without a license and without revenue for you.</p>
<p>There is a social contract in addition to the legally-binding licenses behind FOSS.  Respecting it will continue to encourage the development of a productive software ecosystem.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/06/03/the-expectations-of-new-users-of-foss/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Ubuntu Membership</title>
		<link>http://tuxteam.com/2010/05/27/ubuntu-membership-2/</link>
		<comments>http://tuxteam.com/2010/05/27/ubuntu-membership-2/#comments</comments>
		<pubDate>Fri, 28 May 2010 02:12:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=157</guid>
		<description><![CDATA[As of tonight, I have been fortunate enough to be approved as a Ubuntu Member. I&#8217;d like to say hello to all the readers of Planet Ubuntu and thank you to those who supported me for Ubuntu Membership, and the Ubuntu Americas Membership Council for seeing fit to approve my candidacy.  I think I&#8217;ll have [...]]]></description>
			<content:encoded><![CDATA[<p>As of tonight, I have been fortunate enough to be approved as a <a href="https://wiki.ubuntu.com/Membership">Ubuntu Member</a>. I&#8217;d like to say hello to all the readers of Planet Ubuntu and thank you to those who supported me for Ubuntu Membership, and the Ubuntu Americas Membership Council for seeing fit to approve my candidacy.  I think I&#8217;ll have to post on my blog more often now (though I am using a &#8220;planet&#8221; tag to keep most of posts relevant to Ubuntu or other technical topics).  I&#8217;m glad to be here, and thanks for having me!</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/05/27/ubuntu-membership-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AXIS IP Cameras = Fail</title>
		<link>http://tuxteam.com/2010/02/20/axis-ip-cameras-fail/</link>
		<comments>http://tuxteam.com/2010/02/20/axis-ip-cameras-fail/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 02:42:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=148</guid>
		<description><![CDATA[At work, we&#8217;ve been developing a custom camera recording solution for the past 4 months. Essentially, it&#8217;s a system to provide a web-based interface to record a number of IP cameras, transcode the videos, and output the videos to a variety of the web applications we use (Moodle, Drupal, etc.) The cameras in question are [...]]]></description>
			<content:encoded><![CDATA[<p>At work, we&#8217;ve been developing a custom camera recording solution for the past 4 months.  Essentially, it&#8217;s a system to provide a web-based interface to record a number of IP cameras, transcode the videos, and output the videos to a variety of the web applications we use (Moodle, Drupal, etc.)  The cameras in question are Axis Q1755 cameras, which are really intended for use as HD security cameras and not in the studio-type environment we have here.  (Neither I nor my department was involved in camera selection, and those who were have serious second thoughts.)  In any case, these cameras are a continuous source of frustration for us.</p>
<p><span style="text-decoration: underline;"><strong>H.264 Support</strong></span></p>
<p>The h.264/RTP support in these camera doesn&#8217;t seem to fit to any real standard.  Multiple clients have complained about the malformed h.264 stream coming from these cameras.  (The I-frame numbering seems inconsistent, among other things.)</p>
<p><span style="text-decoration: underline;"><strong>Hardware Capabilities</strong></span></p>
<p>The manual claims the camera supports a maximum of 10 clients.  In our testing on a GigE network, video quality began to degrade at 3 Unicast clients (720p capture mode, h.264 streaming, GOV length of 32).  Looking at the CPU load on the cameras, load averages exceeded 5.0 with 3 clients.  This is completely unacceptable for our needs.  So we thought we would turn to multicasting.  We even called networking, confirmed that the network was setup for multicasting, and got a multicast IP allocation.  Seems that would fix things up, right?</p>
<p><span style="text-decoration: underline;"><strong>Multicasting</strong></span></p>
<p>Multicast support is an adventure.  Several readings of the manual found the only documented multicast capability was on Windows with IE and an Axis ActiveX control called Axis Media Control (AMC).  AMC, of course, requires administrator privileges to install.  Even that would leave Linux, Mac, and Firefox users in the cold.  I figured we were just missing something and we should contact AXIS Support.  Big mistake.  Big waste of time.  The response to the initial inquiry was, essentially, a nice RTFM:</p>
<blockquote><p>Thank you for contacting Axis Communications. My name is &lt;cut&gt; and I will be happy to assist you today. The Axis Q1755 has multicast enabled by default, where as some of our older units required you to enable multicasting.</p>
<p>The manual is a good place to start<br />
<a href="http://www.axis.com/files/manuals/um_q1755_35572_0905.pdf" target="_blank">http://www.axis.com/files/manuals/um_q1755_35572_0905.pdf</a></p>
<p>On page 11 and 12 explains ways to pull the multicast stream from the camera.</p>
<p>Best regards,<br />
Axis Customer Services</p></blockquote>
<p>Ok, I figured that maybe they get a lot of people who haven&#8217;t read the manual.  Or maybe I missed something.  I reread the relevant section of the manual, but found nothing regarding standard RTP/multicasting support.  I typed up a longer description of the steps we had taken and asked about the location of a multicast-ready SDP file from the camera.  Their response, in its entirety, reads:</p>
<blockquote><p>The Axis Q1755 has a configuration page for Multicasting.<br />
<a href="http:///" target="_blank">http://</a>&lt;IP&gt;/admin/config.shtml?group=Network<br />
Under the section Network RTP R0:</p>
<p>Best regards,<br />
Axis Customer Services</p></blockquote>
<p>Clearly, this was what I asked, since I had included the current value of our multicast settings in a previous message.  Once more, I attempt to elicit useful information from Axis support.  Imagine my surprise when I received an informative, if disappointing response:</p>
<blockquote><p>
I have found another case which has this to say about multicasting.</p>
<p>Unfortunately RTP multicast using VLC doesn&#8217;t work on the new generation of products running firmware version 5.xx (like the Axis Q1755). Although multicast is only supported using AMC and Windows Media Player.<br />
AMC is only available with Internet Explorer.</p>
<p>Best regards,<br />
Axis Customer Services</p></blockquote>
<p>In other words: we took out an industry standard and substituted our own homebrew multicast &#8220;solution&#8221; that only works with IE.  Thanks, Axis.  Removing functionality is always a market winner.</p>
<p>Conclusion: Don&#8217;t use Axis products unless you&#8217;re happy doing things the &#8220;Axis way.&#8221;  Forget industry standards.  With a little luck, this will be the last time I work on a project involving Axis cameras.  Fortunately, I think those who are making the buying decisions have seen the problems and will start looking at alternative suppliers.</p>
<p>Axis, and others: vendor lock-in = bad.  You might think it helps.  Think again.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/02/20/axis-ip-cameras-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RHCE</title>
		<link>http://tuxteam.com/2009/12/07/rhce/</link>
		<comments>http://tuxteam.com/2009/12/07/rhce/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:33:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/2009/12/07/rhce/</guid>
		<description><![CDATA[Generally speaking, I try not to push my ego on here too much. It&#8217;s big enough on its own. However, I feel like this is a pretty major accomplishment for myself, and I haven&#8217;t posted in a while, so I thought I&#8217;d throw it up there. As of this past Friday, I am now a [...]]]></description>
			<content:encoded><![CDATA[<p>Generally speaking, I try not to push my ego on here too much.  It&#8217;s big enough on its own.  However, I feel like this is a pretty major accomplishment for myself, and I haven&#8217;t posted in a while, so I thought I&#8217;d throw it up there.  As of this past Friday, I am now a Red Hat Certified Engineer (RHCE)™!  This is without a doubt the hardest test I&#8217;ve taken, as a &#8220;practical&#8221; (hands-on) exam.  No multiple-choice guessing here.</p>
<p>I&#8217;ll probably lean towards working on an LPIC-1 certification next.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/12/07/rhce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: The Art of Community (Jono Bacon)</title>
		<link>http://tuxteam.com/2009/10/06/review-the-art-of-community-jono-bacon/</link>
		<comments>http://tuxteam.com/2009/10/06/review-the-art-of-community-jono-bacon/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:55:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[community]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=133</guid>
		<description><![CDATA[I had the privilege of receiving an early copy of The Art of Community by Jono Bacon for review.  It&#8217;s taken a little longer than I had hoped to get through it, but that&#8217;s by no means a reflection of the book. &#8220;The Art of Community&#8221; tackles a very difficult question in the Open Source [...]]]></description>
			<content:encoded><![CDATA[<p>I had the privilege of receiving an early copy of <a href="http://www.artofcommunityonline.org">The Art of Community</a> by Jono Bacon for review.  It&#8217;s taken a little longer than I had hoped to get through it, but that&#8217;s by no means a reflection of the book.</p>
<p>&#8220;The Art of Community&#8221; tackles a very difficult question in the Open Source world: how do you build a strong community around your project?  Jono addresses this by using anecdotal evidence of good community organization, and discussing the facets that apply to community development.  Jono&#8217;s varied experiences are shown through anecdotes about the Ubuntu community and other communities he has participated in.  The stories he shares are concise and clear, but demonstrate their points effectively and thoughtfully.  Jono&#8217;s writing skills are first-rate, with strong points made clearly.  He builds the community idea from grassroots to the enterprise and shows how community participation can help &#8212; and harm &#8212; at each step along the way.  It&#8217;s obvious that Jono knows what he&#8217;s talking about, and he communicates it well.  I highly recommend this book for anyone interested in the dynamics of a community or any project leader looking to build from the ground up.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/10/06/review-the-art-of-community-jono-bacon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free IT Atlanta</title>
		<link>http://tuxteam.com/2009/10/06/free-it-atlanta/</link>
		<comments>http://tuxteam.com/2009/10/06/free-it-atlanta/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:26:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[free it]]></category>
		<category><![CDATA[oss]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=129</guid>
		<description><![CDATA[I&#8217;m very much inspired by the work that&#8217;s been done out in Athens by Free IT Athens.  They provide free/low-cost IT services to low-income families and community organizations in the city of Athens, GA.  In their words: Free IT Athens is a group of like-minded citizens who realize that computers are a necessary component of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very much inspired by the work that&#8217;s been done out in Athens by <a href="http://www.freeitathens.org/">Free IT Athens</a>.  They provide free/low-cost IT services to low-income families and community organizations in the city of Athens, GA.  In their words:</p>
<blockquote><p><span style="font-family: georgia,serif;"><strong>Free IT Athens is a group of like-minded citizens who realize that computers are a necessary component of everyday life. We believe that everyone deserves access to low-cost computer equipment and computer-related services. Our goal is to provide access to information technology resources to Athens-Clarke County residents and organizations. We also aim to create well informed advocates in free software and open information technology.</strong></span></p></blockquote>
<p>I&#8217;m interested in helping/starting a similar organization here in the Atlanta area.  I know there are a lot of deserving individuals and community organizations, and it provides a great opportunity to showcase the strengths of open source software.  Unfortunately, there is no way I can get this off the ground myself.  I&#8217;m looking for some more individuals who might be interested in a meeting (either in-person or via IRC/dim dim/etc.) to discuss the feasibility and planning for such a group.  This (hopefully) serves as my &#8220;feeler&#8221; for others who might be interested in participating in/organizing such a group.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/10/06/free-it-atlanta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
