<?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; Administration</title>
	<atom:link href="http://tuxteam.com/category/administration/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>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>Life Changes</title>
		<link>http://tuxteam.com/2009/02/21/life-changes/</link>
		<comments>http://tuxteam.com/2009/02/21/life-changes/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 01:23:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=75</guid>
		<description><![CDATA[A couple of updates, since it&#8217;s been a while since I&#8217;ve posted anything meaningful. On March 2nd, I will be starting a new job as an IT System Support Specialist III at Kennesaw State University.  Typical of a government job, the title is rather meaningless.  To be specific, I will be supporting a variety of [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of updates, since it&#8217;s been a while since I&#8217;ve posted anything meaningful.</p>
<p>On March 2nd, I will be starting a new job as an IT System Support Specialist III at Kennesaw State University.  Typical of a government job, the title is rather meaningless.  To be specific, I will be supporting a variety of Linux and Mac OS X servers for the university and the platforms running on them (Drupal, Moodle, and other technologies.)  The production servers are RHEL and the development is on CentOS.</p>
<p>Of course, every good turn comes with a down turn.  <span id="more-75"></span>On Wednesday, I went to my doctor because of a little bit of abdominal pain for 2 days.  Because of the location of the pain, and a bit of an elevated white blood cell count, he sent me over to the ER to get an abdominal CT.  Turns out that my appendix was &#8220;slightly inflamed&#8221;.  Long story short, about 10PM that night I was in the OR having my appendix removed.  It may be a common procedure, but the pain is still pretty decent.  Hopefully it will be gone before I have to start the new job.  And hopefully I won&#8217;t have to do heavy lifting in the first couple of weeks of my new job.  <img src='http://tuxteam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2009/02/21/life-changes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>File System Organization</title>
		<link>http://tuxteam.com/2008/10/08/file-system-organization/</link>
		<comments>http://tuxteam.com/2008/10/08/file-system-organization/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:45:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=67</guid>
		<description><![CDATA[For some reason, I have a habit of placing all kinds of random files throughout my home directory on my laptop.  Sometimes things end up in ~/Documents, other times ~/Desktop, and still others just in ~.  This is bad. My desktop, on the other hand, I keep squeaky clean.  On the other hand, I sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason, I have a habit of placing all kinds of random files throughout my home directory on my laptop.  Sometimes things end up in ~/Documents, other times ~/Desktop, and still others just in ~.  <strong>This is bad.</strong></p>
<p>My desktop, on the other hand, I keep squeaky clean.  On the other hand, I sometimes have related files on my laptop and desktop&#8230; so even more filesystem mayhem.</p>
<p>So I think I need a good way to manage my laptop files.  First off, more self discipline.  <img src='http://tuxteam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Secondly, I&#8217;m thinking of a small utility to merge files between two systems.  Perhaps some sort of bi-directional rsync based on modified dates?  Maybe also a method for mapping particular files/directories on one system to the other.  From the days of Windows 9x, I remember something like Windows Briefcase (if that&#8217;s what it was called) and it now seems like a decent idea.  Anyone know of this?  If not, maybe it&#8217;s time to learn some Glade and pyGTK.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/10/08/file-system-organization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ALF 2008: SSH &amp; GPG (Part 1: OpenSSH)</title>
		<link>http://tuxteam.com/2008/09/21/alf-2008-ssh-gpg-part-1-openssh/</link>
		<comments>http://tuxteam.com/2008/09/21/alf-2008-ssh-gpg-part-1-openssh/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 22:30:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[alf]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=64</guid>
		<description><![CDATA[Yesterday I gave a talk at Atlanta Linux Fest 2008 on SSH and GPG.  I quickly received requests to post notes from my talk, so I&#8217;m going to try to write it up here.  If I miss anything, I&#8217;ll try to keep it updated. Slides are available here: SSH &#38; GPG. They don&#8217;t show everything, [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I gave a talk at Atlanta Linux Fest 2008 on SSH and GPG.  I quickly received requests to post notes from my talk, so I&#8217;m going to try to write it up here.  If I miss anything, I&#8217;ll try to keep it updated.</p>
<p>Slides are available here: <a href="http://matir.files.wordpress.com/2008/09/ssh_gpg.pdf">SSH &amp; GPG.</a> They don&#8217;t show everything, as a lot of it was Demo and Q&amp;A, documented below.</p>
<p>This is Part 1 of a two part series.  I got far more questions about the OpenSSH content, so I&#8217;ll be focusing on that here.  I&#8217;ll add GnuPG content shortly, time permitting.</p>
<p><span id="more-64"></span></p>
<p><strong>SSH Basics</strong></p>
<p>Connect to a remote server via ssh:</p>
<pre>ssh USERNAME@HOSTNAME [Optional command to execute]</pre>
<p>To generate a SSH keypair and transfer it to remote server for authentication:</p>
<pre>ssh-keygen -t rsa &amp;&amp; ssh-copy-id HOSTNAME</pre>
<p>You can then send it to more HOSTNAMEs just be repeating the ssh-copy-id HOSTNAME step.</p>
<p><strong>Setting up a Config File</strong></p>
<p>By creating a file .ssh/config, you can permanently set certain options.  Each server is represented by a Host stanza, and the value of this is how you refer to the server.  For example:</p>
<pre>Host router1
    HostName router1.example.com
    Port 2222
    Username admin</pre>
<p>Performing &#8220;ssh router1&#8243; with this config file is equivalent to &#8220;ssh admin@router1.example.com -p2222&#8243;, saving a lot of typing for those servers you connect to all the time!  In the advanced section below, I&#8217;ll demonstrate both the command-line option and the config file option.</p>
<p><strong>Advanced SSH Features</strong></p>
<p>The following sections demonstrate some of the more advanced ways SSH can help secure your communications and save you time.</p>
<p><strong>TCP Connection Tunneling</strong></p>
<p>If you want to create an encrypted tunnel out of your current network for a service, you can use the -L SSH option.  It takes -L localport:remotehost:remoteport.  You then connect your application to localhost:localport, and it acts like you&#8217;re connecting from your SSH server!  Great for getting around/behind firewalls.</p>
<pre>ssh -L 25:mailserver:25 user@host
ssh -L 1080:socksserver:1080 user@host</pre>
<p>In .ssh/config:</p>
<pre>LocalForward localport remotehost:remoteport</pre>
<p>If you want, you can also have SSH act like a SOCKS server, and all communications between your client and this virtual socks server will be encrypted!  Set up your client application to connect to a SOCKS 4/5 proxy on localhost, port 8080, and then connect to an SSH server via:</p>
<pre>ssh -D 8080 user@host</pre>
<p>In .ssh/config:</p>
<pre>DynamicForward 8080</pre>
<p><strong>Multiple SSH sessions in one connection</strong></p>
<p>You can use a single TCP connection for multiple SSH sessions to the same server.  This reduces latency in starting the 2nd and further connections, and does not require additional authentications.  This is very useful when doing frequent operations over SSH.  This is only really useful when specified in the .ssh/config file as this:</p>
<pre>ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p</pre>
<p><strong>Using ssh in a pipe.</strong></p>
<p>It can be useful to send data from one side to another via an ssh connection.  Perhaps there is some filter only installed on the remote system, or you wish to copy over a large directory structure but <a href="http://manpages.ubuntu.com/manpages/hardy/man1/rsync.html">rsync</a> is absent on the remote system.</p>
<pre># copy dir1 to dir2 on target without rsync, as one command:
tar cz dir1 | ssh target tar xz -C dir2
# use hexdump on the remote system
cat somefile | ssh target hexdump</pre>
<p><strong>Store your SSH key in memory for your session.</strong></p>
<p>You can store the SSH key in memory, already decrypted, to avoid having to put in your passphrase repeatedly.  This allows it to stay encrypted on disk and protect your key from tampering.</p>
<pre>eval `ssh-agent`
ssh-add</pre>
<p>You can also use Keychain from the Gentoo project (though now available in most distributions) to maintain a per-reboot ssh-agent session.  This is very useful on desktops as it is available to all terminals and applications rather than a single shell session.  Full documentation for keychain is available at: http://www.gentoo.org/proj/en/keychain/</p>
<p><strong>Conclusion</strong></p>
<p>If you have any questions or feel anything needs a clarification, leave a comment and I&#8217;ll be happy to update with more content!</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/09/21/alf-2008-ssh-gpg-part-1-openssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloggers and Security</title>
		<link>http://tuxteam.com/2007/05/24/bloggers-and-security/</link>
		<comments>http://tuxteam.com/2007/05/24/bloggers-and-security/#comments</comments>
		<pubDate>Thu, 24 May 2007 17:28:49 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/05/24/bloggers-and-security/</guid>
		<description><![CDATA[BlogSecurity is reporting that a recent test showed 98% of WordPress blogs are running on a version of the software with known vulnerabilities. While the ones here on wordpress.com are certainly kept up to date, how about the thousands running on private servers?]]></description>
			<content:encoded><![CDATA[<p>BlogSecurity <a href="http://blogsecurity.net/wordpress/articles/article-230507/">is reporting</a> that a recent test showed 98% of WordPress blogs are running on a version of the software with known vulnerabilities.  While the ones here on wordpress.com are certainly kept up to date, how about the thousands running on private servers?</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/05/24/bloggers-and-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Things in Linux you should NOT Install</title>
		<link>http://tuxteam.com/2007/05/21/3-things-in-linux-you-should-not-install/</link>
		<comments>http://tuxteam.com/2007/05/21/3-things-in-linux-you-should-not-install/#comments</comments>
		<pubDate>Mon, 21 May 2007 17:43:25 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LinuxQuestions]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/05/21/3-things-in-linux-you-should-not-install/</guid>
		<description><![CDATA[While I&#8217;m all for promoting the use of Linux and software on Linux, unless you absolutely know what you&#8217;re doing, there are certain things you should not install. Entirely too often, I see people on LinuxQuestions.org asking how to configure one of these or why they will not work. So, in no particular order, 3 [...]]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;m all for promoting the use of Linux and software on Linux, unless you absolutely know what you&#8217;re doing, there are certain things you should not install.  Entirely too often, I see people on <a href="http://linuxquestions.org">LinuxQuestions.org</a> asking how to configure one of these or why they will not work.  So, in no particular order, 3 Things you should NOT Install:<span id="more-27"></span></p>
<ol>
<li> <strong>RedHat 9.</strong>  For that matter, you should not install any of the &#8220;classic&#8221; RedHats.  They&#8217;re old and outdated.  If you want commercially supported, look at RHEL.  For free RedHat-like distributions, look at CentOS (Server) and Fedora Core (Workstation).  If you run a RedHat 9 server that faces the internet, there is a good chance you will get rooted.  It is NOT supported for security or otherwise.</li>
<li><strong>Telnetd.</strong> [<strong>Edit:</strong> several people have pointed out that I did not make it clear if I meant the server or the client.  The telnet client is quite useful, it is the server that introduces many security concerns.] Telnet is unencrypted and unsecure.  Would you send your credit card number over an unencrypted link?  Then why send your passwords?  SSH can do everything Telnet can, and more.  SSH can do file transfers, encrypt other connections, compress your data stream, and allow you to connect without typing a password.  Oh, and there are SSH clients for just about every system on earth, so no worries about incompatibilities.</li>
<li><strong>rsh, rlogin, etc.</strong> The authentication mechanisms in rsh and rlogin can easily be defeated.  Oh, and they use plaintext too, so everything that applies to Telnet applies here as well.</li>
</ol>
<p>I can think of several more items, but these are the biggest for security.  And while you&#8217;re configuring the SSH server, don&#8217;t forget to turn root logins off with &#8220;PermitRootLogin no&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/05/21/3-things-in-linux-you-should-not-install/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Community Colocation Project</title>
		<link>http://tuxteam.com/2007/05/17/community-colocation-project/</link>
		<comments>http://tuxteam.com/2007/05/17/community-colocation-project/#comments</comments>
		<pubDate>Fri, 18 May 2007 01:32:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/05/17/community-colocation-project/</guid>
		<description><![CDATA[Several cities have a &#8220;community colocation project&#8221;, such as the San Francisco Community Colocation Project. I feel that Atlanta is in a perfect place to join this movement. Community colocation projects (CCPs) are a non-profit datacenter for non-profity entities and individuals. This would be a great opportunity for an advancement of Open source projects and [...]]]></description>
			<content:encoded><![CDATA[<p>Several cities have a &#8220;community colocation project&#8221;, such as the <a href="http://www.sfccp.net/">San Francisco Community Colocation Project</a>.  I feel that Atlanta is in a perfect place to join this movement.</p>
<p>Community colocation projects (CCPs) are a non-profit datacenter for non-profity entities and individuals.  This would be a great opportunity for an advancement of Open source projects and for the community in Atlanta and the metro area.  Atlanta is the center of high-tech development for the Southeastern United States, and as such, should become a leader in the Open Source arena.</p>
<p>Thoughts and comments are appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/05/17/community-colocation-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Storage Management</title>
		<link>http://tuxteam.com/2007/05/01/storage-management/</link>
		<comments>http://tuxteam.com/2007/05/01/storage-management/#comments</comments>
		<pubDate>Wed, 02 May 2007 00:23:10 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/05/01/storage-management/</guid>
		<description><![CDATA[My desktop has a fair amount of storage (~700GB) and a lot of that is in use with multimedia and the like. For example, many of my favorite IPTV shows (Hak.5, DL.TV, etc.) find their home on my desktop computer. In order to manage this flood of multimedia, I have a jfs filesystem mounted as [...]]]></description>
			<content:encoded><![CDATA[<p>My desktop has a fair amount of storage (~700GB) and a lot of that is in use with multimedia and the like.  For example, many of my favorite IPTV shows (<a href="http://hak5.org">Hak.5</a>, <a href="http://dl.tv">DL.TV</a>, etc.) find their home on my desktop computer.</p>
<p>In order to manage this flood of multimedia, I have a jfs filesystem mounted as /multimedia.  Today I wanted to import about 10GB of music that &#8220;escaped&#8221; iTunes on my windows laptop.  In doing so, I completely filled my existing /multimedia partition.  Ordinarily, that would be a problem, wouldn&#8217;t it?  Not with LVM <img src='http://tuxteam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>LVM, or Logical Volume Management, divides hard drive space up into a number of chunks (extents) that can be allocated (on-demand) to given virtual partition.  The only downside is that the filesystem on the partition must support resizing.  Most filesystems (well, most Linux filesystems) take to resizing larger very well.  Some do not shrink as well.</p>
<p>So, to give myself another 20G of multimedia was a simple:</p>
<p><code>umount /multimedia<br />
lvextend -L220G /dev/MainVG/VideoLV<br />
mount -o resize /multimedia</code></p>
<p>Imagine trying to expand space on a 200G partition without LVM.  I think most people would have just symlinked in more data, or split the data onto two partitions.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/05/01/storage-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
