<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ianneubert.com</title>
	
	<link>http://www.ianneubert.com/wp</link>
	<description>does not work</description>
	<lastBuildDate>Sun, 29 Apr 2012 02:29:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ianneubert" /><feedburner:info uri="ianneubert" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Quickly convert files to Unix or Windows line endings</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/EIlKWRZZcZI/</link>
		<comments>http://www.ianneubert.com/wp/2012/04/26/quickly-convert-files-to-unix-or-windows-line-endings/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 18:12:24 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=579</guid>
		<description><![CDATA[Here is a quick script that will convert all js file line endings in a folder from either Windows or Unix into Unix line endings: find . -type f -name '*.js' -print0 &#124; xargs -0 perl -pi -e 's/(\n&#124;\r\n?)/\n/' And here is the same script to convert them into Windows line endings: find . -type [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick script that will convert all js file line endings in a folder from either Windows or Unix into Unix line endings:<br />
<code>find . -type f -name '*.js' -print0 | xargs -0 perl -pi -e 's/(\n|\r\n?)/\n/'</code></p>
<p>And here is the same script to convert them into Windows line endings:<br />
<code>find . -type f -name '*.js' -print0 | xargs -0 perl -pi -e 's/(\n|\r\n?)/\r\n/'</code></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=EIlKWRZZcZI:ntYoiM8K6C4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=EIlKWRZZcZI:ntYoiM8K6C4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=EIlKWRZZcZI:ntYoiM8K6C4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=EIlKWRZZcZI:ntYoiM8K6C4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=EIlKWRZZcZI:ntYoiM8K6C4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=EIlKWRZZcZI:ntYoiM8K6C4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=EIlKWRZZcZI:ntYoiM8K6C4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2012/04/26/quickly-convert-files-to-unix-or-windows-line-endings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2012/04/26/quickly-convert-files-to-unix-or-windows-line-endings/</feedburner:origLink></item>
		<item>
		<title>VMWare Workstation left mouse stops responding</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/iz_ZB7JWf_o/</link>
		<comments>http://www.ianneubert.com/wp/2011/06/29/vmware-workstation-left-mouse-stops-responding/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 19:21:10 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=510</guid>
		<description><![CDATA[For the last couple days I&#8217;ve had a problem with VMWare Workstation v.7.1.4 build-385536 where my left mouse click suddenly stopped working in my Windows 2008 guest VM. I finally found the problem! When dragging and dropping text inside the guest VM I was dragging outside the VMWare container. This is what caused the problem. [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple days I&#8217;ve had a problem with VMWare Workstation v.7.1.4 build-385536 where my left mouse click suddenly stopped working in my Windows 2008 guest VM.</p>
<p>I finally found the problem!</p>
<p>When dragging and dropping text inside the guest VM I was dragging outside the VMWare container. This is what caused the problem.</p>
<p>To fix it so that never happens again I&#8217;ve disabled the ability to Drag &amp; Drop from the guest. You can set this in your virtual machine settings, under Options &gt; &#8220;Guest Isolation&#8221;.</p>
<p style="text-align: center;"><a href="http://www.ianneubert.com/wp/wp-content/uploads/2011/06/2011-06-29_1219.png"><img class="size-medium wp-image-511 aligncenter" title="Vmware settings" src="http://www.ianneubert.com/wp/wp-content/uploads/2011/06/2011-06-29_1219-300x262.png" alt="" width="300" height="262" /></a></p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=iz_ZB7JWf_o:hy3tUKHvdWA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=iz_ZB7JWf_o:hy3tUKHvdWA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=iz_ZB7JWf_o:hy3tUKHvdWA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=iz_ZB7JWf_o:hy3tUKHvdWA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=iz_ZB7JWf_o:hy3tUKHvdWA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=iz_ZB7JWf_o:hy3tUKHvdWA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=iz_ZB7JWf_o:hy3tUKHvdWA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2011/06/29/vmware-workstation-left-mouse-stops-responding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2011/06/29/vmware-workstation-left-mouse-stops-responding/</feedburner:origLink></item>
		<item>
		<title>Add “I’m Feeling Lucky” keyboard shortcut to Chrome</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/MWw5Jtf3PqM/</link>
		<comments>http://www.ianneubert.com/wp/2011/05/13/add-im-feeling-lucky-keyboard-shortcut-to-chrome/#comments</comments>
		<pubDate>Sat, 14 May 2011 01:20:45 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=507</guid>
		<description><![CDATA[I often will search Google for a keyword that I know will return the result I want in the first spot. Until now I was using Chrome to search for the keyword and then clicking on the link to go to the page. There must be a better way! There is! Setup a custom search [...]]]></description>
			<content:encoded><![CDATA[<p>I often will search Google for a keyword that I know will return the result I want in the first spot. Until now I was using Chrome to search for the keyword and then clicking on the link to go to the page.</p>
<p>There must be a better way!</p>
<p>There is!</p>
<p>Setup a custom search engine in Chrome like this:</p>
<ol>
<li>Click the wrench icon</li>
<li>Click on Preferences</li>
<li>Click on Manage Search Engines</li>
<li>Scroll to the bottom</li>
<li>Add a new search engine with these fields:
<ol>
<li>Google Instant</li>
<li>!</li>
<li>http://www.google.com/search?q=%s&amp;btnI=Im+Feeling+Lucky</li>
</ol>
</li>
</ol>
<p>Bam!</p>
<p>Now you can do an I&#8217;m Feeling Lucky search just by hitting the exclamation point, a space, and then the keyword. Like this:</p>
<p><code>! ruby arrays</code></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=MWw5Jtf3PqM:Edyfk2LqTUs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=MWw5Jtf3PqM:Edyfk2LqTUs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=MWw5Jtf3PqM:Edyfk2LqTUs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=MWw5Jtf3PqM:Edyfk2LqTUs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=MWw5Jtf3PqM:Edyfk2LqTUs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=MWw5Jtf3PqM:Edyfk2LqTUs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=MWw5Jtf3PqM:Edyfk2LqTUs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2011/05/13/add-im-feeling-lucky-keyboard-shortcut-to-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2011/05/13/add-im-feeling-lucky-keyboard-shortcut-to-chrome/</feedburner:origLink></item>
		<item>
		<title>Windows 7 Drag &amp; Drop Stops Working</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/Jlw1vGIyUQc/</link>
		<comments>http://www.ianneubert.com/wp/2011/04/19/windows-7-drag-drop-stops-working/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 15:38:49 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=501</guid>
		<description><![CDATA[I&#8217;ve found that in Windows 7 sometimes I will randomly be unable to drag and drop files from the explorer shell. If you ever have that problem try this to fix it: Press Ctrl+Alt+Del. Press Esc. This worked great for me. Your results may vary! By the way: Thanks Microsoft for yet another reason to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that in Windows 7 sometimes I will randomly be unable to drag and drop files from the explorer shell.</p>
<p>If you ever have that problem try this to fix it:</p>
<ol>
<li>Press Ctrl+Alt+Del.</li>
<li>Press Esc.</li>
</ol>
<p>This worked great for me. Your results may vary!</p>
<p>By the way: Thanks Microsoft for yet another reason to use a Mac instead of a PC.</p>
<p>Source: <a href="http://superuser.com/questions/29266/why-does-drag-drop-stop-working-after-a-while#answer-30119">superuser.com</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=Jlw1vGIyUQc:1PlxrITeF2U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=Jlw1vGIyUQc:1PlxrITeF2U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=Jlw1vGIyUQc:1PlxrITeF2U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=Jlw1vGIyUQc:1PlxrITeF2U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=Jlw1vGIyUQc:1PlxrITeF2U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=Jlw1vGIyUQc:1PlxrITeF2U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=Jlw1vGIyUQc:1PlxrITeF2U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2011/04/19/windows-7-drag-drop-stops-working/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2011/04/19/windows-7-drag-drop-stops-working/</feedburner:origLink></item>
		<item>
		<title>Remote Desktop Connection: Copy and Paste Stopped Working?</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/l2Yz1E_eaS0/</link>
		<comments>http://www.ianneubert.com/wp/2011/02/01/remote-desktop-connection-copy-and-paste-stopped-working/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:18:39 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=487</guid>
		<description><![CDATA[I have been using Remote Desktop Connection on my Mac to connect to my new Windows 7 PC for the last couple weeks. Ever run into a problem where your RDP connection stops sharing copy and paste with your Mac? It was driving me nuts, but thanks to this website I was able to finally [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Remote Desktop Connection on my Mac to connect to my new Windows 7 PC for the last couple weeks. Ever run into a problem where your RDP connection stops sharing copy and paste with your Mac?</p>
<p>It was driving me nuts, but thanks to <a href="http://brennan.offwhite.net/blog/2007/01/18/fixing-copypaste-for-remote-desktop-sessions/">this website</a> I was able to finally find the answer:</p>
<ol>
<li>Open task manager on the PC</li>
<li>Kill the rdpclip.exe process</li>
<li>Run the program rdpclip.exe from the CLI or close and reconnect the RDP session.</li>
</ol>
<p><strong>Update</strong>: After the break is a script that will automatically kill and restart rdpclip.exe.<br />
<span id="more-487"></span><br />
<script src="https://gist.github.com/832207.js?file=restart_rdpclip.vbs"></script> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=l2Yz1E_eaS0:dFp70qgqJpA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=l2Yz1E_eaS0:dFp70qgqJpA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=l2Yz1E_eaS0:dFp70qgqJpA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=l2Yz1E_eaS0:dFp70qgqJpA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=l2Yz1E_eaS0:dFp70qgqJpA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=l2Yz1E_eaS0:dFp70qgqJpA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=l2Yz1E_eaS0:dFp70qgqJpA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2011/02/01/remote-desktop-connection-copy-and-paste-stopped-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2011/02/01/remote-desktop-connection-copy-and-paste-stopped-working/</feedburner:origLink></item>
		<item>
		<title>How to sync music from iTunes on Mac to a PC</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/fM1gOjBr6mk/</link>
		<comments>http://www.ianneubert.com/wp/2011/01/13/how-to-sync-music-from-itunes-on-mac-to-a-pc/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 20:38:44 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=482</guid>
		<description><![CDATA[Here is an rsync command that will synchronize music stored in a Mac to a PC. It will not sync Movies or TV Shows. Just remove the &#8211;excludes if you want to sync those things. rsync -av --force --delete --stats --size-only -e ssh --exclude="ethumbs_vista.db" --exclude="Thumbs.db" --exclude=".DS_Store" --exclude="iTunes\ Library.xml" --exclude="Mobile\ Applications/*" --exclude="Movies/*" --exclude="TV\ Shows/*" ~/Music/iTunes/* /Volumes/itunes [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an rsync command that will synchronize music stored in a Mac to a PC. It will not sync Movies or TV Shows. Just remove the &#8211;excludes if you want to sync those things.</p>
<p><code>rsync -av --force --delete --stats --size-only -e ssh --exclude="ethumbs_vista.db" --exclude="Thumbs.db" --exclude=".DS_Store" --exclude="iTunes\ Library.xml" --exclude="Mobile\ Applications/*" --exclude="Movies/*" --exclude="TV\ Shows/*" ~/Music/iTunes/*  /Volumes/itunes</code></p>
<p>Thanks to <a href="http://guides.macrumors.com/Keeping_2_iTunes_Libraries_in_Sync">MacRumors</a> for the base of this command.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=fM1gOjBr6mk:pbW9Q93-OqU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=fM1gOjBr6mk:pbW9Q93-OqU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=fM1gOjBr6mk:pbW9Q93-OqU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=fM1gOjBr6mk:pbW9Q93-OqU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=fM1gOjBr6mk:pbW9Q93-OqU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=fM1gOjBr6mk:pbW9Q93-OqU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=fM1gOjBr6mk:pbW9Q93-OqU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2011/01/13/how-to-sync-music-from-itunes-on-mac-to-a-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2011/01/13/how-to-sync-music-from-itunes-on-mac-to-a-pc/</feedburner:origLink></item>
		<item>
		<title>Use SSH to get tail of log file</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/HdWDeJqpaXw/</link>
		<comments>http://www.ianneubert.com/wp/2010/07/14/use-ssh-to-get-tail-of-log-file/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 17:40:33 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=474</guid>
		<description><![CDATA[Ever wanted to take the last 1000 lines of a log file from your remote server and then copy that to your local machine to use in a nicer text editor? Now you can! This single command will grab the last X lines from a remote file, remove any ANSI color codes, and then compress [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to take the last 1000 lines of a log file from your remote server and then copy that to your local machine to use in a nicer text editor?</p>
<p>Now you can! This single command will grab the last X lines from a remote file, remove any ANSI color codes, and then compress the output right on to your local computer.</p>
<p>Just replace the green text with your information and you&#8217;re all set.</p>
<p><code>ssh <span style="color: #008000;">username</span>@<span style="color: #008000;">my.server.com</span> "tail -n <span style="color: #008000;">3000</span> <span style="color: #008000;">/var/log/mylogfile.log</span> | sed -r 's/\x1B\[([0-9]{1,3}((;[0-9]{1,3})*)?)?[m|K]//g' | bzip2" &gt; <span style="color: #008000;">/my/local/file.log.bz2</span></code></p>
<p>The log will be trimmed, cleaned, and compressed all on the remote server before transport.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=HdWDeJqpaXw:bJJGx7gBT9o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=HdWDeJqpaXw:bJJGx7gBT9o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=HdWDeJqpaXw:bJJGx7gBT9o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=HdWDeJqpaXw:bJJGx7gBT9o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=HdWDeJqpaXw:bJJGx7gBT9o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=HdWDeJqpaXw:bJJGx7gBT9o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=HdWDeJqpaXw:bJJGx7gBT9o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2010/07/14/use-ssh-to-get-tail-of-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2010/07/14/use-ssh-to-get-tail-of-log-file/</feedburner:origLink></item>
		<item>
		<title>Ruby RVM Rocks!</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/1T-QsG5sonA/</link>
		<comments>http://www.ianneubert.com/wp/2010/04/23/ruby-rvm-rocks/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:14:03 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=465</guid>
		<description><![CDATA[I just now got around to installing RVM on my Mac. I wish I had done it a lot sooner! RVM let&#8217;s you install multiple Ruby versions side by side. You can easily install a new ruby version just by typing: rvm install ruby-1.8.7-p160 or rvm install 1.9.2-preview1 And you can quickly switch between versions [...]]]></description>
			<content:encoded><![CDATA[<p>I just now got around to installing <a href="http://rvm.beginrescueend.com/">RVM</a> on my Mac. I wish I had done it a lot sooner!</p>
<p>RVM let&#8217;s you install multiple Ruby versions side by side. You can easily install a new ruby version just by typing:</p>
<pre><code>rvm install ruby-1.8.7-p160</code></pre>
<p>or</p>
<pre><code>rvm install 1.9.2-preview1</code></pre>
<p>And you can quickly switch between versions by typing this:</p>
<pre><code>rvm ruby-1.8.7-p249</code></pre>
<p>Note that you will need to install gems independantly in each of your ruby environments. But they make it easy with <a href="http://rvm.beginrescueend.com/gemsets/basics/">gemsets</a>. Also note, that if you want to preserve your custom ENV settings on your Mac, you should place the bash source line into your .profile file and not to .bashrc as it notes.</p>
<p>Have fun!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=1T-QsG5sonA:SOJ4lGpyn98:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=1T-QsG5sonA:SOJ4lGpyn98:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=1T-QsG5sonA:SOJ4lGpyn98:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=1T-QsG5sonA:SOJ4lGpyn98:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=1T-QsG5sonA:SOJ4lGpyn98:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=1T-QsG5sonA:SOJ4lGpyn98:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=1T-QsG5sonA:SOJ4lGpyn98:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2010/04/23/ruby-rvm-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2010/04/23/ruby-rvm-rocks/</feedburner:origLink></item>
		<item>
		<title>Holy Optimizations Batman!</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/lEL39myVB5s/</link>
		<comments>http://www.ianneubert.com/wp/2010/02/20/holy-optimizations-batman/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 20:09:27 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=461</guid>
		<description><![CDATA[I previously published a Ruby script that essentially duplicates an Amazon S3 bucket. I use it to copy my production bucket into a testing bucket that I can then use in my staging environment, without fear of killing off something important. Hydra, the multithreaded fire breather Anyway, this script used to take around 18 minutes [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.ianneubert.com/wp/2009/02/03/s3-ruby-tools/">previously published</a> a <a href="http://github.com/ianneub/aws_ruby_tools/blob/master/duplicate_bucket.rb">Ruby script</a> that essentially duplicates an Amazon S3 bucket. I use it to copy my production bucket into a testing bucket that I can then use in my staging environment, without fear of killing off something important.</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_462" class="wp-caption aligncenter" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.ianneubert.com/wp/wp-content/uploads/2010/02/Hydra.jpg"><img class="size-medium wp-image-462" title="Hydra" src="http://www.ianneubert.com/wp/wp-content/uploads/2010/02/Hydra-300x199.jpg" alt="Hydra, the multithreaded fire breather" width="300" height="199" /></a></dt>
<dd class="wp-caption-dd">Hydra, the multithreaded  fire breather</dd>
</dl>
</div>
<p>Anyway, this script used to take around 18 minutes to complete a full copy of a bucket with about 2,000 keys. What a pain when I had to run this script multiple times for some testing!</p>
<p>So I finally got around to rewriting it today, and wow, what an improvement!</p>
<p>I upgraded the delete and copy operations to run multithreaded, and boy does it fly.</p>
<p>On my main bucket (with about 2,000 keys) it now only takes about <strong>1.5 minutes</strong> to complete! That&#8217;s <strong>12x faster</strong> than it used to be!</p>
<p>So if you are looking for a multithreaded Amazon S3 bucket copier or duplicator, <a href="http://github.com/ianneub/aws_ruby_tools/blob/master/duplicate_bucket.rb">check it out</a>!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=lEL39myVB5s:ai9XTNKbvDM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=lEL39myVB5s:ai9XTNKbvDM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=lEL39myVB5s:ai9XTNKbvDM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=lEL39myVB5s:ai9XTNKbvDM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=lEL39myVB5s:ai9XTNKbvDM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=lEL39myVB5s:ai9XTNKbvDM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=lEL39myVB5s:ai9XTNKbvDM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2010/02/20/holy-optimizations-batman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2010/02/20/holy-optimizations-batman/</feedburner:origLink></item>
		<item>
		<title>New rubygem: ianneub-right_aws</title>
		<link>http://feedproxy.google.com/~r/ianneubert/~3/buULEatDkPA/</link>
		<comments>http://www.ianneubert.com/wp/2009/04/07/new-rubygem-ianneub-right_aws/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:52:10 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.ianneubert.com/wp/?p=420</guid>
		<description><![CDATA[Continuing my new trend of publishing code that I use, I&#8217;ve released a new fork of RightScale&#8217;s right_aws ruby gem. This gem makes accessing Amazon&#8217;s S3, EC2, and other web services a piece of cake through ruby. One problem with (at least) the latest release of right_aws is that it tries to connect to the [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing my new trend of publishing code that I use, I&#8217;ve released a new fork of <a href="http://www.rightscale.com">RightScale&#8217;s</a> <a href="http://rightscale.rubyforge.org/">right_aws</a> ruby gem. This gem makes accessing Amazon&#8217;s S3, EC2, and other web services a piece of cake through ruby.</p>
<p>One problem with (at least) the latest release of right_aws is that it tries to connect to the Amazon API at the bucket_name.s3.amazonaws.com. This causes the connections to the API to thrash when you are working with more than one bucket. I&#8217;ve taken out the code that makes that connection so that it will now only connect to s3.amazonaws.com/bucket_name by default.</p>
<p>You can find the code on <a href="http://github.com/ianneub/right_aws/tree">GitHub</a>. And see extra documentaion <a href="http://wiki.github.com/ianneub/right_aws">here</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ianneubert?a=buULEatDkPA:LPOuR-oLvLQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=buULEatDkPA:LPOuR-oLvLQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=buULEatDkPA:LPOuR-oLvLQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=buULEatDkPA:LPOuR-oLvLQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=buULEatDkPA:LPOuR-oLvLQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/ianneubert?i=buULEatDkPA:LPOuR-oLvLQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ianneubert?a=buULEatDkPA:LPOuR-oLvLQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/ianneubert?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.ianneubert.com/wp/2009/04/07/new-rubygem-ianneub-right_aws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ianneubert.com/wp/2009/04/07/new-rubygem-ianneub-right_aws/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.549 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-10 13:45:01 --><!-- Compression = gzip -->

