<?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>anomalous territory &#187; software</title>
	<atom:link href="http://www.volved.com/index.php/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volved.com</link>
	<description>random blip on the radar of eternity</description>
	<lastBuildDate>Tue, 17 Nov 2009 17:19:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Isolate backups to a remote Linux/BSD/OSX server via &#8220;pull&#8221; over SSH</title>
		<link>http://www.volved.com/index.php/2009/08/13/isolate-backups-to-a-remote-linuxbsdosx-server-via-pull-over-ssh/</link>
		<comments>http://www.volved.com/index.php/2009/08/13/isolate-backups-to-a-remote-linuxbsdosx-server-via-pull-over-ssh/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 03:12:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.volved.com/index.php/2009/08/13/isolate-backups-to-a-remote-linuxbsdosx-server-via-pull-over-ssh/</guid>
		<description><![CDATA[My primary motivation for doing this was security. I’ve been reading some forensic logs lately and a great way to shoot yourself is if your critical servers perform “push” backups to elsewhere.
A typical example of this would be if I have a database server, and on this happy database server I have a crontab entry [...]]]></description>
			<content:encoded><![CDATA[<p>My primary motivation for doing this was security. I’ve been reading some forensic logs lately and a great way to shoot yourself is if your critical servers perform “push” backups to elsewhere.</p>
<p>A typical example of this would be if I have a database server, and on this happy database server I have a crontab entry that creates a nightly snapshot of all the databases and then runs a little script to scp them all over to a backup server somewhere.</p>
<p>On first impressions, this sounds fine. You’ve got a production database server. You’ve got a remote backup server. You’ve got nightly jobs that run. Awesome! Well protected!</p>
<p>*bzzzzzz* You’re protected from innocent hardware failure, sure, but what happens when someone manages to compromise your database server and login? Regardless of their motivation, if they can read your nightly backup script, you are unbelievably screwed. They’re now not only pwning your production database server, but they have access to your remote backup server too and any historical data might as well be kissed good bye.</p>
<p>I wanted to be defensive and consider this scenario a “when” and not an “if”. My solution is nothing new, but it’s something I don’t see suggested much: <font color="#95caff">Make the backup server PULL from the production database server using private/public ssh keys . For example: backup server has crontab entries that tell it to login to your production systems and copy the same databases you were previously telling the production servers to worry about. Also you can limit any commands the backup user’s login is allowed to issue on the production side. The backup server should also be behind a firewall, on a private network, isolated away from the outside world except for outbound connections in the direction of the production server.</font></p>
<p>Now not only do you have a happy database, you have an isolated backup server with absolutely no references to where or how the backups are stored.</p>
<p>An added benefit is that if you need to deploy any new production servers, all of their backup requirements can be centralized instead of adding multiple crontab entries to multiple new server at each deployment state. (It’s also a pain if your backup strategy changes greatly as you’d have to maintain many distributed references to your backup infrastructure.)</p>
<p>Obviously this is primarily for smaller scale systems. If you’re running Oracle 10g and have the infrastructure to support distributed RAID arrays full of redundant backups with offline tape libraries, well you’re probably here by accident then. However, if you’re running PostgreSQL or MySQL on a VPS somewhere, I hope this has been thought provoking at the least.</p>
<p>(Later I’ll post some actual How To code/commands to implement this.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2009/08/13/isolate-backups-to-a-remote-linuxbsdosx-server-via-pull-over-ssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extremely Useful Free Windows Software</title>
		<link>http://www.volved.com/index.php/2007/07/07/extremely-useful-free-windows-software/</link>
		<comments>http://www.volved.com/index.php/2007/07/07/extremely-useful-free-windows-software/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 17:16:43 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.volved.com/2007/07/08/extremely-useful-free-windows-software/</guid>
		<description><![CDATA[3 pieces of software that I&#8217;ve never really seen mentioned anywhere that I simply can not live without:
XnView
Free image browser/organizer with every feature of ACDSee and Adobe Bridge and many more. Just look at the operating systems it runs on: Windows, MacOS X, Linux x86, Linux ppc, FreeBSD x86, OpenBSD x86, NetBSD x86, Solaris sparc, [...]]]></description>
			<content:encoded><![CDATA[<p>3 pieces of software that I&#8217;ve never really seen mentioned anywhere that I simply can not live without:</p>
<h4>XnView</h4>
<p>Free image browser/organizer with every feature of ACDSee and Adobe Bridge and many more. Just look at the operating systems it runs on: Windows, MacOS X, Linux x86, Linux ppc, FreeBSD x86, OpenBSD x86, NetBSD x86, Solaris sparc, Solaris x86, Irix mips, HP-UX, AIX &#8211; that&#8217;s dedication right there. I really do use this tool every single day, it&#8217;s simply that amazing. The Windows Shell extension alone is wonderful &#8211; instant thumbnail on the right-click menu of any supported file type. I don&#8217;t know why more people aren&#8217;t aware of this tool.<br />
<a href="http://www.xnview.com/">http://www.xnview.com/</a></p>
<h4>CloneSpy</h4>
<p>This brilliant tool lets you find (and automatically delete, if you wish) duplicate files in 2 or more locations on your system. You can do a full byte-for-byte compare, or simply rely on the filenames. You can also designate &#8220;pools&#8221; so only files listed in say Pool 2 will have the duplicate files deleted, should you wish to maintain any copies found in Pool 1 for example. A truly invaluable tool that&#8217;s saved me many, many hours of time and vast quantities of disk space!<br />
<a href="http://www.clonespy.com/">http://www.clonespy.com/</a></p>
<h4>RED (Remove Empty Directories)</h4>
<p>This tool is fairly similar in function to CloneSpy above, except it works on empty directories and/or empty files. You specify a path for it to scan and it quickly goes through and presents a color-coordinated set of empty directories which it will happily remove with a confirmation click. It&#8217;s also smart enough to remove parent directories if after deleting empty sub-directories, said parent is also now entirely empty.<br />
<a href="http://www.jonasjohn.de/lab/red.htm">http://www.jonasjohn.de/lab/red.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2007/07/07/extremely-useful-free-windows-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Media Wrangling with Smart Playlists</title>
		<link>http://www.volved.com/index.php/2006/11/29/itunes-playlists/</link>
		<comments>http://www.volved.com/index.php/2006/11/29/itunes-playlists/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 19:00:40 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[media storage]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.volved.com/2006/11/29/itunes-playlists/</guid>
		<description><![CDATA[UPDATE: It appears, at least in iTunes 7.0.2 that isntead of creating some big, cumbersome playlist with lots of &#8220;is not&#8221; entries as mentioned in the first link below, you can simple do &#8220;Playlist, is, Music&#8221; or &#8220;Playlist, is, TV Shows&#8221; &#8211; yay!
iTunes has some awesome features, but some odd deficiencies.
One such is the inability [...]]]></description>
			<content:encoded><![CDATA[<p><b>UPDATE</b>: It appears, at least in iTunes 7.0.2 that isntead of creating some big, cumbersome playlist with lots of &#8220;is not&#8221; entries as mentioned in the first link below, you can simple do &#8220;Playlist, is, Music&#8221; or &#8220;Playlist, is, TV Shows&#8221; &#8211; yay!</p>
<p>iTunes has some awesome features, but some odd deficiencies.</p>
<p>One such is the inability to build a Smart Playlist that contains ONLY music, or ONLY TV shows for example.</p>
<p>Although a handy solution is within your grasp. A useful feature of these Smart Playlists is to read OTHER playlists, so basically you create a big ol&#8217; big list that excludes -for example- all TV, Movies, Podcasts, etc. then include that in your Music-only playlists going forward.</p>
<p>A handy guide explaining the aformentioned music-only base playlist:<br />
<a href="http://www.43folders.com/2006/11/09/music-only-playlists/">http://www.43folders.com/2006/11/09/music-only-playlists/</a></p>
<p>Some other excellent iTunes wrangling tips of all varieties:<br />
<a href="http://www.43folders.com/2006/11/10/smart-playlists-for-packrats/">http://www.43folders.com/2006/11/10/smart-playlists-for-packrats/</a></p>
<p>Good luck and god speed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2006/11/29/itunes-playlists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scrybe organiser</title>
		<link>http://www.volved.com/index.php/2006/10/22/scrybe-organiser/</link>
		<comments>http://www.volved.com/index.php/2006/10/22/scrybe-organiser/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 13:07:47 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.volved.com/2006/10/22/scrybe-organiser/</guid>
		<description><![CDATA[This looks fairly impressive. At times it appears as though they&#8217;re using Flash or Flex, but at others it&#8217;s hard to tell. In any case, it should be fun to see. I&#8217;m particularly impressed with the couple of different printing options mentioned, and the smooth integration of timezones. I&#8217;m not so enamored with the Offline [...]]]></description>
			<content:encoded><![CDATA[<p>This looks fairly impressive. At times it appears as though they&#8217;re using Flash or Flex, but at others it&#8217;s hard to tell. In any case, it should be fun to see. I&#8217;m particularly impressed with the couple of different printing options mentioned, and the smooth integration of timezones. I&#8217;m not so enamored with the Offline support as I think it&#8217;ll have many limitations, unless they&#8217;re definitely using Flex&#8230; hmmm</p>
<p>Teasing details and a beta email signup available at: <a href="http://www.iscrybe.com/">Scrybe site</a></p>
<div>
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/1u3ekzwnYxw"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/1u3ekzwnYxw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2006/10/22/scrybe-organiser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Recovery</title>
		<link>http://www.volved.com/index.php/2006/04/22/media-recovery/</link>
		<comments>http://www.volved.com/index.php/2006/04/22/media-recovery/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 04:00:52 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[media storage]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.volved.com/wordpress/2006/08/12/media-recovery/</guid>
		<description><![CDATA[The bane of having an awesome media server, regardless of whether it houses audio, video, photos or all-of-the-above is that you have to rely on physical devices somewhere to store the data&#8230;
Having recently had yet another hard drive decide to begin spewing bad sectors, I went on the hunt for recovery information for the overly [...]]]></description>
			<content:encoded><![CDATA[<p>The bane of having an awesome media server, regardless of whether it houses audio, video, photos or all-of-the-above is that you have to rely on physical devices somewhere to store the data&#8230;</p>
<p>Having recently had yet another hard drive decide to begin spewing bad sectors, I went on the hunt for recovery information for the overly complicated LVM2 system I was running. The immediate prospect of having to mirror the entire ~2TB filesystem before being able to run a repair made my head hurt. After acquiring a replacement disk for the 1 in poor health, I was tempted to try the standard Linux command &#8216;dd&#8217; with some ignore errors and pad blocks options, but then I happend to stumble upon <a href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk</a> which sounded extremely versatile and useful. However, what I was most impressed with was their extremely informative MediaWiki-based site and in particular, the Damaged Hard Disk area with references to two different versions of &#8216;dd rescue&#8217; tools, in particular <a href="http://www.gnu.org/software/ddrescue/ddrescue.html">Antonio Diaz&#8217;s ddrescue utility</a>. Essentially after you tell it the bad disk, and somewhere (file or other disk) to write the data, it&#8217;s fully automated. If you make sure to use the logfile feature, it can even resume and pick-up where it left off if your recovery process is interrupted for any reason.</p>
<p>If you&#8217;ve had hard disk/CD/DVD failures for whatever reason, I strongly suggest looking at the TestDisk page as it runs across >6 operating systems and supports >17 different filesystems derivations &#8211; oh and their site is very helpful. Have at it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2006/04/22/media-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>media server software rant update (mini review)</title>
		<link>http://www.volved.com/index.php/2006/02/06/media-server-software-rant-update-mini-review/</link>
		<comments>http://www.volved.com/index.php/2006/02/06/media-server-software-rant-update-mini-review/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 04:00:28 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[media storage]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.volved.com/wordpress/2006/02/06/media-server-software-rant-update-mini-review/</guid>
		<description><![CDATA[It appears that the sorry state of UIs in media server software doesn&#8217;t extend to the Mac platform. I&#8217;ve been surfing around reading a few obscure articles this week and although the software isn&#8217;t very mature, I&#8217;ve been quite impressed with several Mac projects. Namely: MediaCentral, CenterStage, iTheatre, and CoverFlow. The best part is that [...]]]></description>
			<content:encoded><![CDATA[<p>It appears that the sorry state of UIs in media server software doesn&#8217;t extend to the Mac platform. I&#8217;ve been surfing around reading a few obscure articles this week and although the software isn&#8217;t very mature, I&#8217;ve been quite impressed with several Mac projects. Namely: <a href="http://www.equinux.com/us/products/mediacentral/">MediaCentral</a>, <a href="http://www.centerstageproject.com/">CenterStage</a>, <a href="http://www.itheaterproject.com/">iTheatre</a>, and <a href="http://www.steelskies.com/coverflow/">CoverFlow</a>. The best part is that unlike some of the Windows appliations, these three for the Mac are free! (Try saying that ten times fast.)</p>
<p>Although <a href="http://www.equinux.com/us/products/mediacentral/">MediaCentral</a> is quite text-based for navigation, its presentation is definitely a lot sharper and more refined than any of the others. <a href="http://www.centerstageproject.com/">CenterStage</a> is intersting and has a lot of potential, but better be careful not to &#8216;over utilize&#8217; available space. It&#8217;s definitely the most mature of the projects. My main gripe is that if I&#8217;m browsing a bunch of movie covers (which BackStage &#8211; the <a href="http://www.centerstageproject.com/">CenterStage</a> backend component sucsessfully downloaded for me), why do I need a text title underneath them? I don&#8217;t; it simply wastes space. Also the cover browsing section seems awfully small, but as I didn&#8217;t poke too deeply, one might be able to turn off the preview area to the right (that would be handy). <a href="http://www.itheaterproject.com/">iTheatre</a> is at RC1 currently and has quite a few pieces of missing functionality, but could be nice although is heavily text-based like MediaCentral. <a href="http://www.steelskies.com/coverflow/">CoverFlow</a> is purely for browsing your music but it is such a simple, obvious UI that it merits mentioning. Hopefully its ideas can be intergrated into a more encompassing media browser.</p>
<div align="center">
<div>
<table width="340">
<tr>
<th>MediaCentral</th>
</tr>
<tr>
<td><a target="_blank" href="http://files.volved.com/images/articles/mediacentral_01_lg.jpg"><img width="320" height="180" border="0" align="middle" src="http://files.volved.com/images/articles/mediacentral_01_sm.jpg" /></a></td>
</tr>
<tr>
<td align="center">(<a target="_blank" href="http://files.volved.com/images/articles/mediacentral_01_lg.jpg">lg</a>, <a target="_blank" href="http://files.volved.com/images/articles/mediacentral_01_xl.jpg">xl</a>)</td>
</tr>
</table>
</div>
<div>
<table width="340">
<tr>
<th>CenterStage</th>
</tr>
<tr>
<td><a target="_blank" href="http://files.volved.com/images/articles/centerstage_01_lg.jpg"><img width="320" height="180" border="0" align="middle" src="http://files.volved.com/images/articles/centerstage_01_sm.jpg" /></a></td>
</tr>
<tr>
<td align="center">(<a target="_blank" href="http://files.volved.com/images/articles/centerstage_01_lg.jpg">lg</a>, <a target="_blank" href="http://files.volved.com/images/articles/centerstage_01_xl.jpg">xl</a>)</td>
</tr>
</table>
</div>
<div>
<table width="340">
<tr>
<th>iTheatre</th>
</tr>
<tr>
<td><a target="_blank" href="http://files.volved.com/images/articles/itheatre_01_lg.jpg"><img width="320" height="180" border="0" src="http://files.volved.com/images/articles/itheatre_01_sm.jpg" /></a></td>
</tr>
<tr>
<td align="center">(<a target="_blank" href="http://files.volved.com/images/articles/itheatre_01_lg.jpg">lg</a>, <a target="_blank" href="http://files.volved.com/images/articles/itheatre_01_xl.jpg">xl</a>)</td>
</tr>
</table>
</div>
<div>
<table width="340">
<tr>
<th>CoverFlow</th>
</tr>
<tr>
<td><a target="_blank" href="http://files.volved.com/images/articles/coverflow_01_lg.jpg"><img width="320" height="180" border="0" align="middle" src="http://files.volved.com/images/articles/coverflow_01_sm.jpg" /></a></td>
</tr>
<tr>
<td align="center">(<a target="_blank" href="http://files.volved.com/images/articles/coverflow_01_lg.jpg">lg</a>, <a target="_blank" href="http://files.volved.com/images/articles/coverflow_01_xl.jpg">xl</a>)</td>
</tr>
</table>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2006/02/06/media-server-software-rant-update-mini-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RDP over SSH</title>
		<link>http://www.volved.com/index.php/2006/01/19/rdp-over-ssh/</link>
		<comments>http://www.volved.com/index.php/2006/01/19/rdp-over-ssh/#comments</comments>
		<pubDate>Thu, 19 Jan 2006 04:00:54 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.volved.com/wordpress/2006/01/19/rdp-over-ssh/</guid>
		<description><![CDATA[I&#8217;d been having some annoyances with RDP (Remote Desktop) over SSH. The primary source of annoyance stemmed from the Win2k/XP client not allowing you to connect to your local IP regardless of port, forwarded or otherwise. Luckily,  it isn&#8217;t actually clever enough to know that the 127.0.0.2 address is also tied to the loopback [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d been having some annoyances with RDP (Remote Desktop) over SSH. The primary source of annoyance stemmed from the Win2k/XP client not allowing you to connect to your local IP regardless of port, forwarded or otherwise. Luckily,  it isn&#8217;t actually clever enough to know that the 127.0.0.<strong>2</strong> address is also tied to the loopback device (one of Microsoft&#8217;s little liberties that turns out to actually be handy &#8211; who knew?!). So, here&#8217;s a solution that&#8217;ll save you time struggling and cash from buying an application such as WiSSH that is entirely unnecessary.</p>
<p><span id="more-33"></span></p>
<p>You&#8217;ll need to go and get <a href="http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe">plink.exe</a> from <a title="A Free Telnet/SSH Client" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>, but that&#8217;s about it.</p>
<p>To open the tunnel, run the following:</p>
<div class="code"><code>plink.exe -ssh -2 -batch -v -L 127.0.0.2:<<em>any available local port to listen on</em>>:<<em>IP address of machine running RDP behind SSH server</em>>:3389 -pw <<em>password</em>> -P <<em>port SSH is listening on [default is 22] </em>> <<em>user</em>>@<<em>SSH server IP address or hostname</em>> "sleep 30"</code></div>
<p class="noteItalic">NOTE: The first time you run this, do <strong>not</strong> include the &#8220;-batch&#8221; parameter or the &#8220;sleep 30&#8243; command on the end because you have to manually accept the SSH server&#8217;s key so it gets added to your Windows registry for future use, and then type &#8220;exit&#8221; to disconnect.</p>
<p>For example, the command looks like this for me:</p>
<div class="code"><code>plink.exe -ssh -2 -batch -v -L 127.0.0.2:<strong>3390</strong>:<strong>192.168.0.100</strong>:3389 -pw <strong>feedmepie</strong> -P <strong>2222</strong> <strong>wibbles</strong>@<strong>volved.com</strong> "sleep 30"</code></div>
<p><code class="codeSmall">"sleep 30"</code> is required (including quotes) as this keeps the channel open for 30 seconds, which should be long enough for you to open your RDP connection with 127.0.0.2:3390 as the server address.</p>
<p>Use the following command to open your RDP connection from a batch file, or the Start->Run dialog (the parameters in bold are for screen Width and Height, and obviously optional):</p>
<div class="code"><code>mstsc.exe /v:127.0.0.2:3390 <strong>/w:1280 /h:1024</strong></code></div>
<p>Here&#8217;s a screenshot of what the plink.exe command looks like. On the last line, it&#8217;s indicating that it has just run the <code class="codeSmall">sleep 30</code> command and then it sits waiting for the open port forwarding to be used:<br />
<img class="screenshot screenshotPadTopLeft" src="/images/rdp_over_ssh.png" /></p>
<p>To simplify all of this, I cleaned-up a VBS script I <abbr title="I wish I could remember where...">found</abbr> that prompts for all of the parameters in turn so you don&#8217;t have to keep them saved in an insecure batch file or anything. Grab a copy of <a href="/rdp_connect.vbs">rdp_connect.vbs</a> and put it in the same directory as <a href="http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe">plink.exe</a> and after connecting, it&#8217;ll automatically run the RDP client and attempt to connect for you. To create a shortcut to this script, you&#8217;ll want to prefix it with the <code class="codeSmall">wscript</code> command as simply double-clicking a .vbs file does nothing but open a text editor (not entirely helpful really).</p>
<div id="footerNotes">
<hr width="30%" size="1" noshade="noshade" align="left" />Further information about the terms used in this article can be found at <a href="http://www.wikipedia.org/">Wikipedia.org</a>: <a href="http://en.wikipedia.org/wiki/Ssh">SSH</a>, <a href="http://en.wikipedia.org/wiki/Remote_Desktop_Protocol">RDP</a>, <a href="http://en.wikipedia.org/wiki/PuTTY">PuTTY</a>, <a href="http://en.wikipedia.org/wiki/VBScript">VBS</a>, <a href="http://en.wikipedia.org/wiki/Loopback">Loopback</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2006/01/19/rdp-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rant regarding media servers</title>
		<link>http://www.volved.com/index.php/2006/01/03/rant-regarding-media-servers/</link>
		<comments>http://www.volved.com/index.php/2006/01/03/rant-regarding-media-servers/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 04:00:53 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[media storage]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.volved.com/wordpress/2006/01/03/rant-regarding-media-servers/</guid>
		<description><![CDATA[I was originally commenting on an article on Engadget but felt like expanding it a bit here.
Ok, what everyone has to remember is that the User Interface of whatever is presenting you with your >1,000 DVD library has to not just be good, but has to be GREAT. The only GREAT interface I&#8217;ve found is [...]]]></description>
			<content:encoded><![CDATA[<p>I was originally commenting on an article on <a href="http://www.engadget.com/2005/10/16/niveus-ice-vault-200-dvd-changer/">Engadget</a> but felt like expanding it a bit here.</p>
<p>Ok, what everyone has to remember is that the User Interface of whatever is presenting you with your >1,000 DVD library has to not just be good, but has to be GREAT. The only GREAT interface I&#8217;ve found is from <a href="http://www.kaleidascape.com/">Kaleidascape</a> but sadly that&#8217;s only inside their $20k media server (nuts!). In looking at the <a href="http://www.niveus.com/">Niveus</a> and <a href="http://www.escient.com/">Escient</a> screenshots, they look like rejected 80s MTV visuals&#8230; Don&#8217;t even get me started on <a href="http://www.mythtv.org/">MythTV</a>, <a href="http://www.meedio.com/">Meedio</a>, <a href="http://www.cinemaronline.com/dvdlobbypro.html">DVD Lobby</a> or the like; goodness.</p>
<p>Although not leaps and bounds better, I am very happy with  Xbox running <a href="http://www.xboxmediacenter.com/">Xbox Media Center</a>. I have my 2TB library ripped to my file-server and the <a href="http://www.xboxmediacenter.com/">Xbox Media Center</a> software is by far the most friendly and elegant for access. However, even this isn&#8217;t a match to the Kaleidascape UIs. Frankly, I&#8217;ve given-up and settled for writing my own interface in <a href="http://www.macromedia.com/software/flex/">Flex</a>. Not sure when it&#8217;ll be released, but it&#8217;ll definitely be free when it&#8217;s done.</p>
<p>Just wanted to add my thoughts to this debate in the hopes of tempering all these new product announcements lately and remind people that a >1,000 DVD library is really pretty useless when you can only see ~9-12 covers on screen at a time&#8230; Oh and the Sony XL-1 Digital Living System does look quite impressive, but is still bound by the Microsoft MCE2005 limitations. Sony did have some UI screenshots of a different media server but I can&#8217;t seem to locate them right now &#8211; more on that later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2006/01/03/rant-regarding-media-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox session extension</title>
		<link>http://www.volved.com/index.php/2005/11/17/bonjour/</link>
		<comments>http://www.volved.com/index.php/2005/11/17/bonjour/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 04:00:11 +0000</pubDate>
		<dc:creator>volve</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.volved.com/wordpress/2005/11/17/bonjour/</guid>
		<description><![CDATA[As it caused me some effort to actually locate, I wish to share with you this awesome Firefox Extension entitled SessionSaver. The below description does not do the usefulness justice. The version at the link below works with Firefox version 1.0.x and 1.5. Recently the Mozilla team have implemented automatic session restoring upon a Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>As it caused me some effort to actually locate, I wish to share with you this <em>awesome</em> Firefox Extension entitled SessionSaver. The below description does not do the usefulness justice. The version at the link below works with Firefox version 1.0.x and 1.5. Recently the Mozilla team have implemented automatic session restoring upon a Firefox crash (maybe even simply a quit) for the 2.0 version, which is excellent. I&#8217;ve always loved Opera&#8217;s ability to remeber everything a user was doing when the browser was closed &#8211; definitely a step in the right direction.<br />
Download SessionSaver from: <a href="http://adblock.ethereal.net/alchemy.cgi/SessionSaver">adblock.ethereal.net</a><br />
[Description from the <a href="http://Addons.Mozilla.org/">Addons.Mozilla.org</a> page]:</p>
<blockquote><p>&#8220;SessionSaver restores your browser -exactly- as you left it, every  startup, every time. Not even a crash will phase it. Windows, tabs,  even things you were typing &#8212; they&#8217;re all saved. Use the menu to add +  remove sessions; right, shift, or middle-clicking will delete. &#8220;Simple  mode&#8221; for peace of mind, or &#8220;Expert mode&#8221; for advanced flexibility.  Just Click. Install. Rad.</p>
<p>Added  TextSaver: everything you type, saved (even in frames). Added  RemoteSync: session-syncing between browsers (syncs Adblock, too).  Added intelligent postData-restore. Added various patches + bugfixes,  per discussion in the official support thread.&#8221;</p></blockquote>
<p><a title="Get Firefox - Web browsing redefined." href="http://www.getfirefox.com/"><img width="178" height="60" border="0" alt="Get Firefox" src="http://www.mozilla.org/products/firefox/buttons/getfirefox_large2.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.volved.com/index.php/2005/11/17/bonjour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

