<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Retina Technology Blog &#187; operations</title>
	<atom:link href="http://www.retina.net/tech/category/operations/feed" rel="self" type="application/rss+xml" />
	<link>http://www.retina.net/tech</link>
	<description>John Adams' views on emerging technologies, software engineering, and various hacks</description>
	<lastBuildDate>Fri, 16 Sep 2011 09:06:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<!-- podcast_generator="podPress/8.8.10.2" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>jna@retina.net (John Adams)</managingEditor>
	<webMaster>jna@retina.net (John Adams)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://www.retina.net/tech/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Retina Technology Blog &#187; operations</title>
		<link>http://www.retina.net/tech</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>John Adams' views on emerging technologies, software engineering, and various hacks</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
	<itunes:author>John Adams</itunes:author>
	<itunes:owner>
		<itunes:name>John Adams</itunes:name>
		<itunes:email>jna@retina.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.retina.net/tech/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Damn Small Linux: Making bootable USB drives on Mac OS X</title>
		<link>http://www.retina.net/tech/damn-small-linux-making-bootable-usb-drives-on-mac-os-x.html</link>
		<comments>http://www.retina.net/tech/damn-small-linux-making-bootable-usb-drives-on-mac-os-x.html#comments</comments>
		<pubDate>Mon, 20 Jun 2011 23:20:12 +0000</pubDate>
		<dc:creator>John Adams</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[operations]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[Damn Small Linux]]></category>
		<category><![CDATA[LiveDistro]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[USB flash drive]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.retina.net/tech/.html</guid>
		<description><![CDATA[Recently I had a need to log into a machine with no cdrom and I decided to use Damn Small Linux to get enough of a shell to access the machine. It&#8217;s a very small, 50MB distribution of linux that is not that easy to install if you don&#8217;t have a linux box to start [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had a need to log into a machine with no cdrom and I decided to use <a href="http://www.damnsmalllinux.org/">Damn Small Linux</a> to get enough of a shell to access the machine.</p>
<p>It&#8217;s a very small, 50MB distribution of linux that is not that easy to install if you don&#8217;t have a linux box to start with. Despite the large number of Linux boxes that I once owned, I&#8217;ve replaced all of them with Mac OS. Fortunately, there is a simple way to install DSL on a USB boot drive from Mac OS, using VMWare Fusion.</p>
<p>You&#8217;ll need a 1GB USB drive. The smaller the drive is, the better. Some systems cannot boot off of very large USB drives. 512MB or 1GB is recommended.</p>
<p>Here&#8217;s the how to&#8230;</p>
<p><strong>Download the latest copy of DSL from a mirror.</strong></p>
<p>Do not use syslinux, but get the ISOLINUX version. This is the ISO named dsl-x.x.x where x.x.x is a version number. I used <a href="http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/dsl-4.4.10.iso">dsl-4.4.10.iso</a>, although in retrospect I should have used the VMWare VMX Image. Either works.</p>
<p><Strong>Insert the pendrive and format it.</strong></p>
<p>Mac OS will auto mount the pendrive. Open Disk Utiilty.<br />
Format the device as MS DOS FAT and MBR.<br />
One Partition.</p>
<p>Important: Unmount the pendrive before starting VMWare Fusion.</p>
<p><strong>Create a new VMWare Fusion Virtual Machine</strong></p>
<p>The general idea here is to create an empty VM using fusion, and to boot off of the ISO you have just downloaded.<br />
It can be reasonably small. You do not need to allocate disk space on your HD.<br />
Configure the VM as Linux/Ubuntu and to mount the CD.</p>
<p>Mount the pendrive as an &#8220;Alcor Micro Mass Storage&#8221; device. It will appear to your VM as /dev/sda. </p>
<p><strong>Install DSL</strong></p>
<p>When DSL boots up, at the &#8220;boot:&#8221; prompt, type &#8220;install&#8221;<br />
Then, select &#8220;5&#8243; for &#8220;USB Pendrive HDB boot install&#8221;</p>
<p>Answer yes to all prompts, and the install will (hopefully) complete.</p>
<p><strong>Now What?</strong></p>
<p>You&#8217;re done. DSL is great for password recovery, emergency repair, or system rescue. So long as your system supports booting from USB drives, you&#8217;re good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.retina.net/tech/damn-small-linux-making-bootable-usb-drives-on-mac-os-x.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Velocity 2009</title>
		<link>http://www.retina.net/tech/velocity-2009.html</link>
		<comments>http://www.retina.net/tech/velocity-2009.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 01:53:08 +0000</pubDate>
		<dc:creator>John Adams</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[operations]]></category>

		<guid isPermaLink="false">http://www.retina.net/tech/velocity-2009.html</guid>
		<description><![CDATA[Last Tuesday, I was part of the Velocity 2009 Keynote, where I gave a talk entitled, &#8220;Fixing Twitter&#8221;. I covered the last year or so of work in improving Twitter to deal with the massive traffic and user loads we&#8217;ve been under and how we use metrics to destroy the fail-whale. Details of the talk [...]]]></description>
			<content:encoded><![CDATA[<p>Last Tuesday, I was part of the Velocity 2009 Keynote, where I gave a talk entitled, &#8220;Fixing Twitter&#8221;. I covered the last year or so of work in improving Twitter to deal with the massive traffic and user loads we&#8217;ve been under and how we use metrics to destroy the fail-whale.</p>
<p>Details of the talk are available on the <a href="http://en.oreilly.com/velocity2009/public/schedule/detail/7479">Veloctiy 2009 site</a>.</p>
<p>You can <a href="http://blip.tv/file/2300327/">Watch the presentation</a> (off of blip.tv) and download a PDF containing all of the slides <a href="http://assets.en.oreilly.com/1/event/29/Fixing%20Twitter_%20Improving%20the%20Performance%20and%20Scalability%20of%20the%20World's%20Most%20Popular%20Micro-blogging%20Site%20Presentation.pdf">here</a>.</p>
<p><strong>Update</strong>: It looks like blip.tv and O&#8217;Reilly moved some links around. Page updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.retina.net/tech/velocity-2009.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the release of Mod_Telemetry</title>
		<link>http://www.retina.net/tech/announcing-the-release-of-mod_telemetry.html</link>
		<comments>http://www.retina.net/tech/announcing-the-release-of-mod_telemetry.html#comments</comments>
		<pubDate>Thu, 10 Jul 2008 02:17:54 +0000</pubDate>
		<dc:creator>John Adams</dc:creator>
				<category><![CDATA[operations]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[mod_telemetry]]></category>

		<guid isPermaLink="false">http://www.retina.net/tech/?p=69</guid>
		<description><![CDATA[I&#8217;m releasing my apache module which has been extremely helpful to me in performance tracking, and large site analysis. mod_telemetry keeps track of all URLs on your site and how long it takes your server to deliver each request. It reports these by using a status handler (like Apache&#8217;s /server-status) to display real-time status information [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m releasing my apache module which has been extremely helpful to me in performance tracking, and large site analysis.</p>
<p>mod_telemetry keeps track of all URLs on your site and how long it takes your server to deliver each request. It reports these by using a status handler (like Apache&#8217;s /server-status) to display real-time status information about the performance of your site.</p>
<p>It is extremely useful in optimizing back-end processes (for example, when connecting to Java, FastCGI, or Ruby back-ends) to identify when specific pages are performing slowly.</p>
<p>Because it runs in the server, it&#8217;s able to show end-to-end performance on each request</p>
<p>It requires that mod_status be enabled to work.</p>
<p>An initial version of this <a href="http://code.google.com/p/modtelemetry/">code is available on google code</a>. Please help me debug and expand it&#8217;s capabilities.</p>
<p>I recommend you checkout the SVN trunk and not download the tar. It works with Apache 2.x and 2.2.x.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.retina.net/tech/announcing-the-release-of-mod_telemetry.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DNS Patches released today for many platforms</title>
		<link>http://www.retina.net/tech/dns-patches-released-today.html</link>
		<comments>http://www.retina.net/tech/dns-patches-released-today.html#comments</comments>
		<pubDate>Tue, 08 Jul 2008 22:08:03 +0000</pubDate>
		<dc:creator>John Adams</dc:creator>
				<category><![CDATA[application security]]></category>
		<category><![CDATA[operations]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[secuonis]]></category>

		<guid isPermaLink="false">http://www.retina.net/tech/?p=67</guid>
		<description><![CDATA[If you&#8217;re responsible for DNS at your organization, I urge you to immediately download updates for your DNS servers and patch them, today. Dan Kaminsky and other members of the DNS community announce that they are releasing patches for an extremely serious cache resolver issue impacting many vendors of DNS software, including ISC BIND and [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re responsible for DNS at your organization, I urge you to immediately download updates for your DNS servers and patch them, <strong>today</strong>. Dan Kaminsky and other members of the DNS community announce that they are releasing patches for an extremely serious cache resolver issue impacting many vendors of DNS software, including ISC BIND and Microsoft DNS.</p>
<p>The CERT advisory is <a href="http://www.kb.cert.org/vuls/id/800113">here</a>.</p>
<p>A partial overview, from <a href="http://securosis.com/publications/DNS-Executive-Overview.pdf">the PDF</a> released by Secuonis&#8230;</p>
<p><em><br />
On July 8th, technology vendors from across the industry will simultaneously release  patches for their products to close a major vulnerability in the underpinnings of the Internet. While most home users will be automatically updated, it&#8217;s important for all businesses to immediately update their networks. This is the largest synchronized security update in the history of the Internet, and is the result of hard work and dedication across dozens of organizations. </p>
<p>Earlier this year, professional security research Dan Kaminsky discovered a major issue in how Internet addresses are managed (Domain Name System, or DNS). This issue was in the design of DNS and not limited to any single product. DNS is used by every computer on the Internet to know where to ﬁnd other computers. Using this issue, an attacker could easily take over portions of the Internet and redirect users to arbitrary, and malicious, locations. For example, an attacker could target an Internet Service Provider (ISP), replacing the entire web &#8212; all search engines, social networks, banks, and other sites &#8212; with their own malicious content. Against corporate environments, an attacker could disrupt or monitor operations by rerouting network trafﬁc trafﬁc, capturing emails and other sensitive business data. <br />
</em><br />
Exact details on this are being withheld for the safety of the Internet; I prefer full disclosure, but that doesn&#8217;t seem to be the case here given that the hole is so large and vulnerability so widespread. </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.retina.net/tech/dns-patches-released-today.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Day one, Velocity&#8230;</title>
		<link>http://www.retina.net/tech/day-one-velocity.html</link>
		<comments>http://www.retina.net/tech/day-one-velocity.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 23:28:29 +0000</pubDate>
		<dc:creator>John Adams</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[operations]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[velocity08]]></category>

		<guid isPermaLink="false">http://www.retina.net/tech/?p=60</guid>
		<description><![CDATA[I made it to Velocity around lunch as I was dealing with work business, but so far it&#8217;s been pretty decent. Thanks to Jesse Robbins for the invite to speak this evening at Ignite, and for access to the conference. The day opened (for me, at least) with the Measuring Performance presentation. The general takeaway [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.retina.net/tech/wp-content/uploads/2008/06/velocity-cloud.jpg'><img src="http://www.retina.net/tech/wp-content/uploads/2008/06/velocity-cloud.jpg" alt="Cloud Computing Panel" title="velocity-cloud" class="alignright size-medium wp-image-61" /></a>I made it to Velocity around lunch as I was dealing with work business, but so far it&#8217;s been pretty decent. Thanks to Jesse Robbins for the invite to speak this evening at Ignite, and for access to the conference. </p>
<p>The day opened (for me, at least) with the <em>Measuring Performance</em> presentation. The general takeaway from that was &#8220;If you can&#8217;t measure it, you can&#8217;t manage it.&#8221;. That&#8217;s the mantra of most of this Operations-specific conference.</p>
<p>I&#8217;ve also attended a scaling presentation on Hotmail with Microsoft&#8217;s Aladdin Nassar, and while I disagreed with most of the limits that he gave in &#8211; 300kbit/s as a international limit for bandwidth (because of the speed of light&#8230; whaa?), most of his presentation is relevant to today&#8217;s site operations.</p>
<p>I&#8217;m currently in the Cloud Computing panel discussion, where cloud providers from Joyent, Rackspace, Engine Yard, and a few others are discussing the pros and cons of moving your application into the cloud.</p>
<p>I&#8217;m still a bit against cloud computing; I tend to work on web sites which are large, memory, and disk hungry monsters that simply can&#8217;t be placed into the cloud. As you increase resource utilization on cloud based sites, costs typically increase. The majority of this cost (at least on Amazon web services) is in network and disk bandwidth. </p>
<p>Video providers can&#8217;t run in the cloud without paying high costs, but the cloud computing environment is a perfect nursery for startups and companies which are about to experience an immediate increase in load, without the corresponding network and systems administration infrastructure to support that load.  (I&#8217;m hearing from one of the Rackspace speakers that they can easily handle a half petabyte or more of storage per customer, but at what cost? They&#8217;re a very, very expensive provider!)</p>
<p>The cloud is also an excellent place for performing repeatable functionality testing without damaging your production environment. You can reduce cost by not instantiating your QA environment until it&#8217;s needed, and throw away QA wen you&#8217;re not using it.</p>
<p>Some sites further exploit this by only turning up servers when load is present, and disabling servers in the middle of the night when load is at its lowest.</p>
<p>They are also making predictions now that cloud computing will replace standard data center management in the future, regardless of enterprise size. I&#8217;d say, if you&#8217;re a sysadmin, it&#8217;s time to work for one of these companies or start learning a new job. The clock is ticking.</p>
<p>(( More posting later as I hit the various sessions. ))</p>
]]></content:encoded>
			<wfw:commentRss>http://www.retina.net/tech/day-one-velocity.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

