<?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>SudoSeth &#187; Technical Notes</title>
	<atom:link href="http://www.sudoseth.com/blog/category/computers/technical-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SSHFS in Windows via Samba and Virtualbox</title>
		<link>http://www.sudoseth.com/blog/2012/01/sshfs-in-windows-via-samba-and-virtualbox/</link>
		<comments>http://www.sudoseth.com/blog/2012/01/sshfs-in-windows-via-samba-and-virtualbox/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:14:45 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technical Notes]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=558</guid>
		<description><![CDATA[My fileserver has an SSH server, so I&#8217;ve always been able to remotely connect to it via WinSCP. Recently this has gotten a bit tedious because I would have to wait for a file to finish downloading on my client before I could use it. Recently I finally went through the trouble of figuring out [...]]]></description>
			<content:encoded><![CDATA[<p>My fileserver has an SSH server, so I&#8217;ve always been able to remotely connect to it via WinSCP. Recently this has gotten a bit tedious because I would have to wait for a file to finish downloading on my client before I could use it. Recently I finally went through the trouble of figuring out a better way. Since I&#8217;ve been using Virtualbox with an Ubuntu virtual machine I figured that I could mount my remote directory via SSHFS in the virtual machine and then share it out via a samba server to my &#8220;host&#8221; machine running windows. This would allow me to securely (and relatively easily) get native(ish) mounting in windows. I&#8217;m going to assume that you&#8217;ve worked with some of that stuff before, so I&#8217;ll skip the step-by-step.</p>
<p>Here&#8217;s the answer to the tricky part:</p>
<p><span id="more-558"></span></p>
<p>Fuse is a little special (I&#8217;m sure for good reason) in that it doesn&#8217;t like other people running it. Whenever I would mount the remote directory via SSHFS it would work fine for the virtual machine, but I could never successfully share it out via Samba. It turns out that Fuse wasn&#8217;t letting Samba gain access because Samba runs as a different user than the user that mounted the file system.</p>
<p>The fix:</p>
<p>Edit /etc/fuse.conf so that the line &#8220;user_allow_other&#8221; is uncommented (or, if the file isn&#8217;t there, touch it and then add the line).</p>
<p>Then mount the SSHFS to the directory that you are sharing via Samba. The key part is that you must use the &#8220;allow_other&#8221; option.</p>
<p>For example: $ sshfs example.com:/media/alpha /media/remotessh/ -o allow_other</p>
<p>That fixed it for me. If that still doesn&#8217;t work, double check your samba config file to make sure the permissions, passwords, etc are all configured properly and that your user account is added to the &#8220;fuse&#8221; group. For reference: My server is running Ubuntu 10.10 and my client VM is running Ubuntu 11.04. Good luck!</p>
<p><a href="http://www.wynia.org/wordpress/2007/02/sshfs-on-windows-via-samba-shares-on-ubuntu-vmware">http://www.wynia.org/</a> was a great help for me figuring this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2012/01/sshfs-in-windows-via-samba-and-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth Monitoring in Linux</title>
		<link>http://www.sudoseth.com/blog/2009/06/bandwidth-monitoring-in-linux/</link>
		<comments>http://www.sudoseth.com/blog/2009/06/bandwidth-monitoring-in-linux/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 22:24:31 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Technical Notes]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=338</guid>
		<description><![CDATA[I travel to frequently and as such need to be able to keep an eye on my servers. I use SSH extensively for this purpose. I&#8217;ve been looking for some tools to keep track of bandwidth usage using the command line for a while and recently found some that do exactly what I want. I [...]]]></description>
			<content:encoded><![CDATA[<p>I travel to frequently and as such need to be able to keep an eye on my servers. I use SSH extensively for this purpose. I&#8217;ve been looking for some tools to keep track of bandwidth usage using the command line for a while and recently found some that do exactly what I want.</p>
<p>I found <a href="http://www.ubuntugeek.com/bandwidth-monitoring-tools-for-linux.html">a list</a> that introduced me to a bunch of different tools. Two of my favorites are <strong>bmon</strong> and <strong>bwm-ng</strong>. Both of these command line tools can be installed in Ubuntu by using apt-get. technical </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/06/bandwidth-monitoring-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

