<?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; Ubuntu</title>
	<atom:link href="http://tuxteam.com/category/ubuntu/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>Ubuntu Server Features that need better integration</title>
		<link>http://tuxteam.com/2010/07/07/ubuntu-server-features-that-need-better-integration/</link>
		<comments>http://tuxteam.com/2010/07/07/ubuntu-server-features-that-need-better-integration/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 01:24:01 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=191</guid>
		<description><![CDATA[There are two substantial features present in Ubuntu Server (and desktop, though less often used) that are significant, but under-utilized. The first of these is the AppArmor framework. For example, on my LAMP server, only dhclient3, mysqld, and tcpdump have apparmor profiles. OpenSSH and Apache are obvious candidates for AppArmor, as they are commonly exposed [...]]]></description>
			<content:encoded><![CDATA[<p>There are two substantial features present in Ubuntu Server (and desktop, though less often used) that are significant, but under-utilized.  The first of these is the AppArmor framework.  For example, on my LAMP server, only dhclient3, mysqld, and tcpdump have apparmor profiles.  OpenSSH and Apache are obvious candidates for AppArmor, as they are commonly exposed to public networks, and compromise of them could have a significant impact on a server.  <strong>Edit:</strong> I missed some profiles here, but there is still no comprehensive profile for Apache or OpenSSH.  Installing apparmor-profiles does improve things somewhat, but there is still much to be done.</p>
<p>The 2nd tool is UFW (the Uncomplicated Firewall), which my server has profiles for apache, dovecot, openssh, and postfix.  While not everyone uses UFW, it&#8217;s extremely straightforward to produce UFW profiles, so there&#8217;s hardly any excuse for apps not including one.</p>
<p>I&#8217;m not completely certain how the UFW rulesets are included in a package.  Once I&#8217;ve dissected this, I&#8217;ll be producing UFW rulesets and filing bugs against packages to include them.  I don&#8217;t feel that I have enough AppArmor expertise to produce profiles that are of quality to be redistributed, so I can only encourage package maintainers to examine the benefits of AppArmor for their package.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/07/07/ubuntu-server-features-that-need-better-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canonical Store Issues</title>
		<link>http://tuxteam.com/2010/07/04/canonical-store-issues/</link>
		<comments>http://tuxteam.com/2010/07/04/canonical-store-issues/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 01:21:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=187</guid>
		<description><![CDATA[I hate to use this as a venue to address issues I&#8217;m having with the Canonical Store, but I&#8217;m somewhat disappointed in it.  On the 21st of June, I ordered the &#8220;Ubuntu Certified Professional &#8211; Exam Bundle.&#8221; As of today, I still have not been able to get the codes to register for my exams [...]]]></description>
			<content:encoded><![CDATA[<p>I hate to use this as a venue to address issues I&#8217;m having with the Canonical Store, but I&#8217;m somewhat disappointed in it.  On the 21st of June, I ordered the &#8220;Ubuntu Certified Professional &#8211; Exam Bundle.&#8221;  As of today, I still have not been able to get the codes to register for my exams with Pearson VUE.  Last week, I contacted Merchandise Mania (the operators of the Canonical Store) and they said they would pass my concerns on to Canonical and someone would contact me &#8220;if they can help.&#8221;  I still haven&#8217;t heard anything.  So if anyone involved with this at Canonical reads this, I&#8217;d greatly appreciate an update.</p>
<p><strong>Update:</strong> I was contacted this morning by a very nice Canonical employee who has gotten me sorted out.  It&#8217;s this kind of customer service that I appreciate in a company.  Thanks, Canonical!</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/07/04/canonical-store-issues/feed/</wfw:commentRss>
		<slash:comments>3</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>Ubuntu Membership</title>
		<link>http://tuxteam.com/2010/05/01/ubuntu-membership/</link>
		<comments>http://tuxteam.com/2010/05/01/ubuntu-membership/#comments</comments>
		<pubDate>Sun, 02 May 2010 01:40:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=151</guid>
		<description><![CDATA[For a while now, I&#8217;ve considered going for Ubuntu Membership, and I&#8217;ve decided now is the time.  I feel that my contributions to the community are significant and that Ubuntu has become a significant part of my life.  I&#8217;d like to ask anyone who feels comfortable supporting me to post on my Ubuntu wiki page [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now, I&#8217;ve considered going for Ubuntu Membership, and I&#8217;ve decided now is the time.  I feel that my contributions to the community are significant and that Ubuntu has become a significant part of my life.  I&#8217;d like to ask anyone who feels comfortable supporting me to post on my Ubuntu wiki page at <a href="https://wiki.ubuntu.com/Matir">https://wiki.ubuntu.com/Matir</a>.  I appreciate your support in the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/05/01/ubuntu-membership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Women Leadership Candidates</title>
		<link>http://tuxteam.com/2010/01/07/ubuntu-women-leadership-candidates/</link>
		<comments>http://tuxteam.com/2010/01/07/ubuntu-women-leadership-candidates/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:57:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=141</guid>
		<description><![CDATA[The Ubuntu Women group is in the process of selecting a new leader.  Currently, testimonials are being accepted for the 3 candidates (Amber Graner, Melissa Draper, and Penelope Stowe).  Check out these talented women who seek to break some of the gender barriers in the Ubuntu community: http://wiki.ubuntu-women.org/UbuntuWomen/LeadershipNominations/January2010/]]></description>
			<content:encoded><![CDATA[<p>The Ubuntu Women group is in the process of selecting a new leader.  Currently, testimonials are being accepted for the 3 candidates (Amber Graner, Melissa Draper, and Penelope Stowe).  Check out these talented women who seek to break some of the gender barriers in the Ubuntu community: http://wiki.ubuntu-women.org/UbuntuWomen/LeadershipNominations/January2010/</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/01/07/ubuntu-women-leadership-candidates/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>Sexism in the FLOSS Community</title>
		<link>http://tuxteam.com/2009/10/06/sexism-in-the-floss-community/</link>
		<comments>http://tuxteam.com/2009/10/06/sexism-in-the-floss-community/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 16:24:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[sexism]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=127</guid>
		<description><![CDATA[[NB: Obviously I am a man, but if anyone believes I can't comment on sexism because I am not female, well, look up the definition of sexism.] Mackenzie over at Ubuntu Linux Tips &#38; Tricks has called attention to the greatest dark spot on the face of the FLOSS Community: a man who calls himself [...]]]></description>
			<content:encoded><![CDATA[<p>[NB: Obviously I am a man, but if anyone believes I can't comment on sexism because I am not female, well, look up the definition of sexism.]</p>
<p>Mackenzie over at Ubuntu Linux Tips &amp; Tricks has called attention to <a href="http://ubuntulinuxtipstricks.blogspot.com/2009/10/attention-folks.html">the greatest dark spot on the face of the FLOSS Community</a>: a man who calls himself MikeeUSA.</p>
<p>This &#8220;man&#8221; has been posting sexist, misogynist, and violent comments on blogs in the FLOSS Community advocating rape and violence towards women.  His behavior is, to say the least, nauseating and despicable.  Worse, the &#8220;man&#8221; is a coward who hides behind pseudonyms and tor in protecting his identity.  Whether he really feels the way he does or he gets his jollies on trolling in this dirty manner, he is no better than the likes of Hitler and Stalin.  Needless to say, comments by him on my blog or any site I work with (e.g., <a href="http://linuxquestions.org">LinuxQuestions.org</a>) will not be tolerated.</p>
<p>That being said, I thought today would be a good day to address my take on the numerous issues of sexism in open source that have been going around lately.  I&#8217;ll first discuss a few points brought up via Mackenzie&#8217;s link to the <a href="http://geekfeminism.wikia.com/wiki/2009_women_in_FLOSS_discussions">Geek Feminism Wiki</a>, which I wasn&#8217;t even familiar with until today.</p>
<ul>
<li><a href="http://geekfeminism.wikia.com/wiki/2009_women_in_FLOSS_discussions">Hoss Gifford&#8217;s Flashbelt Presentation</a>: Hoss&#8217;s presentation clearly presented a sexist message which was inappropriate for the venue.  It was unprofessional and disappointing.  That being said, it didn&#8217;t seem (to me) to be anything worse than immature attention-getting, and I doubt it reflects his personal views towards women.  (Or at least, I hope it doesn&#8217;t.)</li>
<li><a href="http://geekfeminism.wikia.com/wiki/EMACS_virgins_joke">Richard Stallman&#8217;s emacs virgin joke</a>: It was a joke, and a bad one at that, but it was delivered by RMS.  Who has ever expected anything politically correct from him?</li>
<li><a href="http://geekfeminism.org/2009/09/23/open-letter-to-mark-shuttleworth/">Mark Shuttleworth&#8217;s Keynote</a>: While his comment was probably politically incorrect, it was hardly sexist to me.  In fact, I doubt anyone would have noticed were it not for all the other gaffes made at conferences this year.  Are we now asking every statement open source leaders make to be run by legal?  Maybe his comments were misinterpreted, or I just interpret them differently than others do.  What I do at work, and what I do in the open source community, can be VERY hard to explain to my fiancee.  From his perspective, this is &#8220;hard to explain to girls.&#8221;  This is not to say that women are not both valued and welcomed in the open source community, but it is more about the technical nature of the work and that being a doctor or a lawyer or a banker is easy to explain, and being a contributor to an open source project is not.  (I am in no way suggesting that Mark Shuttleworth&#8217;s comments were appropriate, only that they stem from common usage, and I don&#8217;t believe they reflect a sexist attitude.)</li>
</ul>
<p>I fully support the movement to reduce sexism in the FLOSS Community, and I welcome and encourage the participation of women in the open source community.  I hope the proportions continue to normalize, and I don&#8217;t intend to offend by posting these views.</p>
<p>All that being said, I think that it&#8217;s inappropriate to expect someone to use &#8220;he slash she&#8221; every time they want to refer to a person in a speech.  The political correctness involved will quickly overwhelm and swamp the efforts that are being made elsewhere.  If we are to spend all of our time thinking about being politically correct, there would be no time for any forward movement, both technically and socially.  The idea that terms like &#8220;guys&#8221; are sexist is one I cannot wrap my mind around.  Show me a list of suitable replacement words that doesn&#8217;t make a presentation sound stilted and detract from the central idea, and only then can we expect ideas to change.</p>
<p>As for those who are refusing to use Ubuntu over Shuttleworth&#8217;s &#8220;remark&#8221;: overreact much?  It&#8217;s not like the Ubuntu wallpaper has nudes of women on it.  Perhaps when an attitude of discrimination is demonstrated, then it will be time for a boycott.  Until then, words are words and actions are actions, never confuse the two.</p>
<p><strong>Edit:</strong> I have earned myself a comment from MikeeUSA, which is interesting in that he seems to be seeking out a fight.  Big surprise.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/10/06/sexism-in-the-floss-community/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ALF 2009: A Success!</title>
		<link>http://tuxteam.com/2009/09/21/alf-2009-a-success/</link>
		<comments>http://tuxteam.com/2009/09/21/alf-2009-a-success/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:50:43 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[alf]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Atlanta Linux Fest 2009 was a huge success! We probably had 600+ people come through the door, which is just amazing for the 2nd year of an event that was only 125 people last year! 22 successful presentations, many of which were standing room only. Planning for next year is just around the corner, so [...]]]></description>
			<content:encoded><![CDATA[<p>Atlanta Linux Fest 2009 was a huge success!  We probably had 600+ people come through the door, which is just amazing for the 2nd year of an event that was only 125 people last year!  22 successful presentations, many of which were standing room only.  Planning for next year is just around the corner, so stay tuned to <a title="http://atlantalinuxfest.org" href="http://atlantalinuxfest.org">http://atlantalinuxfest.org</a>.</p>
<p>Big thanks go out to fellow planners Nick Ali, Jim Popovitch, Joshua Chase, and Amber Graner!  If any one of us had been missing, I doubt things would have worked out.  Also a big thanks to the spawn of akgraner for filling in the gaps and keeping us rolling in stitches!</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/09/21/alf-2009-a-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic PPA Key Installation</title>
		<link>http://tuxteam.com/2009/06/07/automatic-ppa-key-installation/</link>
		<comments>http://tuxteam.com/2009/06/07/automatic-ppa-key-installation/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:47:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PPA]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I often use a number of PPAs on one or more of my systems, such as FreeNX, Firefox dailies, Chromium dailies, etc. I do like to use signed packages, even if they&#8217;re automatically signed, but manually installing the PPA keys is a bit of a pain. The Source Guru has a solution.]]></description>
			<content:encoded><![CDATA[<p>I often use a number of PPAs on one or more of my systems, such as FreeNX, Firefox dailies, Chromium dailies, etc.  I do like to use signed packages, even if they&#8217;re automatically signed, but manually installing the PPA keys is a bit of a pain.  The Source Guru has a <a href="'http://www.sourceguru.net/archives/212'">solution</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/06/07/automatic-ppa-key-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
