<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Down Not Across</title>
	<atom:link href="http://sysadminry.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysadminry.wordpress.com</link>
	<description>All about System Administration</description>
	<pubDate>Sun, 09 Mar 2008 17:23:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Sexy clones of classic Unix tools</title>
		<link>http://sysadminry.wordpress.com/2008/03/09/sexy-clones-of-classic-unix-tools/</link>
		<comments>http://sysadminry.wordpress.com/2008/03/09/sexy-clones-of-classic-unix-tools/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 13:15:22 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=14</guid>
		<description><![CDATA[Most system administrators grew up with the classic Unix tools. If you&#8217;re under 30, chances are you grew up with the GNU versions of them. Everyone&#8217;s seen the lists of Unix tools you should be using if you aren&#8217;t already (ie if you aren&#8217;t using screen, you&#8217;re not paying attention. This list is different, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most system administrators grew up with the classic Unix tools. If you&#8217;re under 30, chances are you grew up with the <a href="http://www.gnu.org">GNU</a> versions of them. Everyone&#8217;s seen the lists of Unix tools you should be using if you aren&#8217;t already (ie if you aren&#8217;t using <a href="http://www.gnu.org/software/screen/">screen</a>, you&#8217;re not paying attention. This list is different, it&#8217;s of clones of the classic Unix tools that improve them in some way.</p>
<p><b><a href="http://petdance.com/ack/" title="ack">ack</a></b></p>
<p>Grep results are often slowed by searching version control files. Ack increases search speed by eliminating those files from search. It also has preliminarily support for searching for only certain types of files, making your file search still faster. ack is written in Perl so it&#8217;s largely cross platform and has a more complete (ala Perl) regular expression engine. In short time I&#8217;ve trained my hands to type ack instead of grep. As the author says, it&#8217;ll save you 25% of your time right there.</p>
<p><b><a href="http://htop.sourceforge.net/">htop</a></b></p>
<p>htop is an improved eye candy version of top. Its biggest features are its LED-like bar for CPU/Memory usage and its color coded process table output. htop looks noisy after some time you quickly see htops benefits in being able to separate out information visually. htop is currently only available on GNU/Linux but the authors have discussed possibly porting it to other platforms.</p>
<p><b><a href="http://www.jedsoft.org/most/">most</a></b></p>
<p>This replacement for the classic pagers (more and less), has several advantages over its cousins, including showing the file process in percentage and being able to scroll horizontally as well as vertically without line wrapping the input.</p>
<p><b><a href="http://www.nano-editor.org/">nano</a></b></p>
<p>Nano is a clone of the popular text editor pico, but unlike its predecessor, nano has many configuration options and even supports syntax highlighting and other features usually only found in more complex editors like vim and emacs. nano retains pico&#8217;s small size and will fit on many small computers including embedded systems. If you don&#8217;t like vi and need a small editor, nano can more than do the job.</p>
<p><b><a href="http://www.washington.edu/alpine/">alpine</a></b></p>
<p>Many of us learned email on the classic unix mailer &#8220;pine&#8221;. Sadly pine has had a soiled reputation both for its poor security and its licensing issues. alpine is an effort by University of Washington (the makers of the original pine) to solve both these problems and retain pine&#8217;s ease of use. If you haven&#8217;t already moved on to another mailer like mutt, alpine should be your next logical move.</p>
<p><b><a href="http://www.fishshell.org/">fish</a></b></p>
<p>Fish shell is an attempt to move away from the problems we typically have in shells into something more. Not only does fish support coloring, automatic indentation, increased help and automatic escaping of control characters, integrated help, but it&#8217;s just plain easier to use. Unfortunately if you&#8217;re in an environment with scripts that assume you&#8217;re using a standard posix shell, fish won&#8217;t work for you as it breaks posix compatibility in order to make the shell environment easier to use. Fish is still a very sexy project.</p>
<p><b>Honorable Mentions</b></p>
<p>Honorable mentions not included in the list above include <a href="http://anacron.sourceforge.net/">anacron</a>, <a href="http://freshmeat.net/projects/sing/">sing</a>, <a href="http://gnupg.org/">gnupg</a>, <a href="http://aspell.net/">aspell</a>, and <a href="http://freshmeat.net/projects/sdd/">sdd</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=14&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/03/09/sexy-clones-of-classic-unix-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3rd Party review of Security Power Tools</title>
		<link>http://sysadminry.wordpress.com/2008/03/07/3rd-party-review-of-security-power-tools/</link>
		<comments>http://sysadminry.wordpress.com/2008/03/07/3rd-party-review-of-security-power-tools/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 02:57:06 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=13</guid>
		<description><![CDATA[A short review of Security Power Tools. Sadly the sys-admin is often asked to be both customer representative and police officer for an organization, so it&#8217;s best to come prepared.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A short <a href="http://www.certforums.co.uk/forums/showthread.php?p=209286#post209286">review</a> of <a href="http://www.oreilly.com/catalog/9780596009632/">Security Power Tools</a>. Sadly the sys-admin is often asked to be both customer representative and police officer for an organization, so it&#8217;s best to come prepared.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=13&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/03/07/3rd-party-review-of-security-power-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mistakes CIOs make that weaken enterprise security</title>
		<link>http://sysadminry.wordpress.com/2008/02/26/mistakes-cios-make-that-weaken-enterprise-security/</link>
		<comments>http://sysadminry.wordpress.com/2008/02/26/mistakes-cios-make-that-weaken-enterprise-security/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 20:44:49 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=11</guid>
		<description><![CDATA[We&#8217;ve all worked under the PHB, but more common is the high level manager who, when faced with the dangers of problems of managing a large computing facility, begins to look for silver bullet solutions to problems. This blog post from James McGovern lists the top 10 mistakes that CIOs face when faced with this [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We&#8217;ve all worked under the PHB, but more common is the high level manager who, when faced with the dangers of problems of managing a large computing facility, begins to look for silver bullet solutions to problems. This <a href="http://duckdown.blogspot.com/2008/02/ten-mistakes-that-cios-consistently.html">blog post</a> from James McGovern lists the top 10 mistakes that CIOs face when faced with this dilemma.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=11&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/02/26/mistakes-cios-make-that-weaken-enterprise-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPv6 Transition Presentation</title>
		<link>http://sysadminry.wordpress.com/2008/02/25/ipv6-transition-presentation/</link>
		<comments>http://sysadminry.wordpress.com/2008/02/25/ipv6-transition-presentation/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 01:16:54 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=9</guid>
		<description><![CDATA[IPv6 is going to happen and many of us wish it were here faster, yet
nearly a decade after the transition began, most of us aren&#8217;t on IPv6
networks and have no immediate transition plan to do so.
This entertaining and informative set of slides shows the problem we&#8217;re
facing in IPv6 and practical steps we can take to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>IPv6 is going to happen and many of us wish it were here faster, yet<br />
nearly a decade after the transition began, most of us aren&#8217;t on IPv6<br />
networks and have no immediate transition plan to do so.</p>
<p><a href="http://www.nanog.org/mtg-0710/presentations/Bush-v6-op-reality.pdf">This</a> entertaining and informative set of slides shows the problem we&#8217;re<br />
facing in IPv6 and practical steps we can take to help move the<br />
migration along.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=9&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/02/25/ipv6-transition-presentation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Look inside LiveJournal</title>
		<link>http://sysadminry.wordpress.com/2008/02/18/a-look-inside-livejournal/</link>
		<comments>http://sysadminry.wordpress.com/2008/02/18/a-look-inside-livejournal/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 12:57:04 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=8</guid>
		<description><![CDATA[Rarely does a company offer people the opportunity to see its infrastructural organization. Danga does in this rare
talk from LISA 2004.
Some takeaway lessons from the talk are:

Separate services across hosts
Scale each component separately
Avoid large database replication by using internal pre-indexing of data across databases
Let your services fit your needs (ie use both an IP and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Rarely does a company offer people the opportunity to see its infrastructural organization. <a href="http://www.dagna.com">Danga</a> does in this rare<br />
<a href="http://www.danga.com/words/2004_lisa/lisa04.pdf">talk</a> from LISA 2004.</p>
<p>Some takeaway lessons from the talk are:</p>
<ul>
<li>Separate services across hosts</li>
<li>Scale each component separately</li>
<li>Avoid large database replication by using internal pre-indexing of data across databases</li>
<li>Let your services fit your needs (ie use both an IP and an HTTP filter for different problems)</li>
<li>Storage is key, eg their use of both NetApp, mySQL replication and internally developed storage system <a href="http://www.danga.com/mogilefs/">MogileFS</a></li>
<li>Cache is key, use <a href="http://www.danga.com/memcached/">Memcached</a></li>
<li>Measure and monitor all aspects of the system for availability and planning</li>
<p>This talk is from 2004. We can only speculate to how things have changed since.</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=8&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/02/18/a-look-inside-livejournal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Five Why&#8217;s</title>
		<link>http://sysadminry.wordpress.com/2008/02/10/the-five-whys/</link>
		<comments>http://sysadminry.wordpress.com/2008/02/10/the-five-whys/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 13:20:06 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Stories]]></category>

		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=7</guid>
		<description><![CDATA[Joel Spolsky discusses Five Why&#8217;s, a method of determining what went wrong in a system and an approach to preventing it in the future.
In an occupation where outages are high profile and we never like to do the same thing twice, we&#8217;d all be wise to heed Joel&#8217;s story and advice.
     [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.joelonsoftware.com">Joel Spolsky</a> discusses <a href="http://www.joelonsoftware.com/items/2008/01/22.html">Five Why&#8217;s</a>, a method of determining what went wrong in a system and an approach to preventing it in the future.</p>
<p>In an occupation where outages are high profile and we never like to do the same thing twice, we&#8217;d all be wise to heed Joel&#8217;s story and advice.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=7&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/02/10/the-five-whys/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimizing your database with Paul Tuckfield</title>
		<link>http://sysadminry.wordpress.com/2008/02/10/optimizing-your-database-with-paul-tuckfield/</link>
		<comments>http://sysadminry.wordpress.com/2008/02/10/optimizing-your-database-with-paul-tuckfield/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 00:38:31 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=6</guid>
		<description><![CDATA[Paul Tuckfield spoke at the mySQL conference in April about optimizing Youtube.
Toward the end of the talk, Paul shifts to a mainly system-oriented focus on optimization and presents a few tips:

Increase the number of spindles
Use software RAID striping for increased performance
Eliminate non-database read-cache
Use predictive selects to help optimize cache
Use Memcached
Reduce serialization by reducing/eliminating non-master nodes
You [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Paul Tuckfield <a href="http://itc.conversationsnetwork.org/shows/detail3299.html">spoke</a> at the mySQL conference in April about optimizing <a href="http://www.youtube.com">Youtube</a>.</p>
<p>Toward the end of the talk, Paul shifts to a mainly system-oriented focus on optimization and presents a few tips:</p>
<ul>
<li>Increase the number of spindles</li>
<li>Use software RAID striping for increased performance</li>
<li>Eliminate non-database read-cache</li>
<li>Use predictive selects to help optimize cache</li>
<li>Use <a href="http://www.danga.com/memcached/">Memcached</a></li>
<li>Reduce serialization by reducing/eliminating non-master nodes</li>
<p>You can listen to the talk here<br />
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://sysadminry.wordpress.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://sysadminry.wordpress.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=16777215&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fitc.conversationsnetwork.org%2Faudio%2Fdownload%2FITC.mySQL-PaulTuckfield-2007.04.26.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /></object></p></span></p>
<p>or watch the <a href="http://mefeedia.com/entry/5238551/">video</a>.</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=6&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/02/10/optimizing-your-database-with-paul-tuckfield/feed/</wfw:commentRss>
<enclosure url="http://itc.conversationsnetwork.org/audio/download/ITC.mySQL-PaulTuckfield-2007.04.26.mp3" length="19793640" type="audio/mpeg" />
	
		<media:content url="http://itc.conversationsnetwork.org/audio/download/ITC.mySQL-PaulTuckfield-2007.04.26.mp3" medium="audio">
			<media:player url="http://sysadminry.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://itc.conversationsnetwork.org/audio/download/ITC.mySQL-PaulTuckfield-2007.04.26.mp3" />
		</media:content>
	</item>
		<item>
		<title>Operations is a Competitive Advantage</title>
		<link>http://sysadminry.wordpress.com/2008/01/31/operations-is-a-competitive-advantage/</link>
		<comments>http://sysadminry.wordpress.com/2008/01/31/operations-is-a-competitive-advantage/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:14:53 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=5</guid>
		<description><![CDATA[Sadly most small and medium size organizations misjudge the value in spending resources on operations, and even fewer see sys-adminry as an iterative process.Operations is a competitive advantage explains the operations in a way that managers and programmers can understand.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sadly most small and medium size organizations misjudge the value in spending resources on operations, and even fewer see sys-adminry as an iterative process.<a href="http://radar.oreilly.com/archives/2007/10/operations-advantage.html">Operations is a competitive advantage</a> explains the operations in a way that managers and programmers can understand.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=5&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/01/31/operations-is-a-competitive-advantage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Google Does Things</title>
		<link>http://sysadminry.wordpress.com/2008/01/31/how-google-does-things/</link>
		<comments>http://sysadminry.wordpress.com/2008/01/31/how-google-does-things/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 04:20:59 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Conferences]]></category>

		<category><![CDATA[Stories]]></category>

		<category><![CDATA[talks google]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/2008/01/31/how-google-does-things/</guid>
		<description><![CDATA[LISA is one of the best conferences relating to system administration and in &#8216;06 Tom Limoncelli gave a frank and informative talk on how Google handles the largest of the large systems. Though few of us have access to the same tools and resources as Google, I think everyone can take home something from this [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://usenix.org">LISA</a> is one of the best conferences relating to system administration and in &#8216;06 <a href="http://whatexit.org/tal/">Tom Limoncelli</a> gave a frank and informative talk on how Google handles the largest of the large systems. Though few of us have access to the same tools and resources as Google, I think everyone can take home something from this talk, &#8220;My First Year At Google&#8221;</p>
<p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://sysadminry.wordpress.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://sysadminry.wordpress.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=16777215&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.usenix.org%2Fmedia%2Fevents%2Flisa06%2Ftech%2Fmp3%2Flimoncelli.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /></object></p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=4&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/01/31/how-google-does-things/feed/</wfw:commentRss>
<enclosure url="http://www.usenix.org/media/events/lisa06/tech/mp3/limoncelli.mp3" length="21780662" type="audio/mpeg" />
	
		<media:content url="http://www.usenix.org/media/events/lisa06/tech/mp3/limoncelli.mp3" medium="audio">
			<media:player url="http://sysadminry.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://www.usenix.org/media/events/lisa06/tech/mp3/limoncelli.mp3" />
		</media:content>
	</item>
		<item>
		<title>Rules for Sysadmins</title>
		<link>http://sysadminry.wordpress.com/2008/01/30/rules-of-sysadmins/</link>
		<comments>http://sysadminry.wordpress.com/2008/01/30/rules-of-sysadmins/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 10:44:22 +0000</pubDate>
		<dc:creator>sergew</dc:creator>
		
		<category><![CDATA[Wisdom]]></category>

		<category><![CDATA[advice]]></category>

		<guid isPermaLink="false">http://sysadminry.wordpress.com/?p=3</guid>
		<description><![CDATA[For our first post, a nice set of Rules for Sys-Admins. The only thing I might change is 12 should be &#8220;Be sure you have remove console/KVM access to a host&#8221;, but whose counting.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For our first post, a nice set of <a href="http://www.ee.ryerson.ca/~elf/pb/34-journal.html#sysadminrules">Rules for Sys-Admins</a>. The only thing I might change is 12 should be &#8220;Be sure you have remove console/KVM access to a host&#8221;, but whose counting.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysadminry.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysadminry.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysadminry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysadminry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysadminry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysadminry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysadminry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysadminry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysadminry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysadminry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysadminry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysadminry.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysadminry.wordpress.com&blog=2662696&post=3&subd=sysadminry&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminry.wordpress.com/2008/01/30/rules-of-sysadmins/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>