<?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>Anthony and Kayla Schaefer&#039;s Blog &#187; Dropbox</title>
	<atom:link href="http://akschaefer.com/tag/dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://akschaefer.com</link>
	<description>A technology and personal blog.</description>
	<lastBuildDate>Mon, 19 Jul 2010 00:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tomato Bandwidth Monitor with Windows 7</title>
		<link>http://akschaefer.com/2010/04/11/tomato-bandwidth-monitor-with-windows-7/</link>
		<comments>http://akschaefer.com/2010/04/11/tomato-bandwidth-monitor-with-windows-7/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 01:50:09 +0000</pubDate>
		<dc:creator>tonyscha</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[bandwidth monitor]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[simlink]]></category>
		<category><![CDATA[Tomato]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://akschaefer.com/?p=985</guid>
		<description><![CDATA[I use tomato on one of my routers at home. Its a hacked firmware for select linksys routers. So far it has treated me really well. I have my bandwidth monitor enabled, which keeps track of downloads/uploads in gigabytes. You can backup the logs. That is where I am running into issues. When saving through]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.polarcloud.com/tomato">tomato</a> on one of my routers at home. Its a hacked firmware for select linksys routers. So far it has treated me really well. I have my bandwidth monitor enabled, which keeps track of downloads/uploads in gigabytes. You can backup the logs. That is where I am running into issues. </p>
<p>When saving through cifs on Windows 7 (I am assuming Windows Vista is very similar), I had to do several special things to get it to work properly. </p>
<p>1) First issue I had, is mounting the cifs, you need to use the IP of the machine not the hostname. Since it does require the IP, I made my desktop machine ip static.</p>
<p><img src="http://akschaefer.com/wp-content/uploads/2010/04/cifs-settings.png" alt="" title="cifs settings" width="589" height="254" class="alignnone size-full wp-image-986" /></p>
<p>2) Now you have to share a directory to be able to save the files too. I have mine saved to a dropbox folder as an extra backup. When mounting the cifs you need a user account on the machine and it must have a password. Make sure that user has access to the shared folder. To share a folder you can just right click go to properties->sharing </p>
<p>3) Another issue I had was, the folder had to be in the root of the filesystem for it to work. I am unsure why, but just from looking on google about cifs and tomato that was a suggestion. Since I wanted my logs saved in a different location this didn&#8217;t work for me. So I found out if you make a simlink in the root of your harddrive to the directory where it will be saved it will work. </p>
<p>I created a simlik with the command below (With windows 7 you have to run the command as an administrator, right click on command prompt and so a run as).</p>
<p><strong>C:\mklink /D C:\tomato &#8220;C:\Users\tonyscha\My Dropbox\tomato&#8221;</strong></p>
<p>Now my tomato bandwidth logs are saved hourly! </p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://akschaefer.com/2010/04/11/tomato-bandwidth-monitor-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox for linux</title>
		<link>http://akschaefer.com/2008/09/05/dropbox-for-linux/</link>
		<comments>http://akschaefer.com/2008/09/05/dropbox-for-linux/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 05:11:06 +0000</pubDate>
		<dc:creator>tonyscha</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://akschaefer.com/?p=214</guid>
		<description><![CDATA[Dropbox finally made there linux release available to everyone, if you have an invite or already a member you can download it from this link http://www.getdropbox.com/beta. There is a fedora (rpm) and Ubuntu (deb) install for x86 and x86_64. I installed it, and it started to sync up my files that I uploaded from windows.]]></description>
			<content:encoded><![CDATA[<p>Dropbox finally made there linux release available to everyone, if you have an invite or already a member you can download it from this link <a href="http://www.getdropbox.com/beta" target="_blank">http://www.getdropbox.com/beta</a>. There is a fedora (rpm) and Ubuntu (deb) install for x86 and x86_64.  I installed it, and it started to sync up my files that I uploaded from windows. They even have the source code available if that is more your liking. Below I included a few screenshots so you can see the real deal.</p>
<p>Here you can see after you install it and right click on the dropbox icon.</p>
<p><a href="http://akschaefer.com/wp-content/uploads/2008/09/dropboxrightclick.png"><img class="alignnone size-medium wp-image-212" title="dropboxrightclick" src="http://akschaefer.com/wp-content/uploads/2008/09/dropboxrightclick.png" alt="" width="293" height="180" /></a></p>
<p>Here is a screenshot of the folders that it synced up</p>
<p><a href="http://akschaefer.com/wp-content/uploads/2008/09/dropbox-folder.png"><img class="alignnone size-medium wp-image-213" title="dropbox-folder" src="http://akschaefer.com/wp-content/uploads/2008/09/dropbox-folder-300x259.png" alt="" width="300" height="259" /></a></p>
<p>And the overall screenshot of how it displays on the desktop</p>
<p><a href="http://akschaefer.com/wp-content/uploads/2008/09/dropbox.png"><img class="alignnone size-medium wp-image-211" title="dropbox" src="http://akschaefer.com/wp-content/uploads/2008/09/dropbox-300x240.png" alt="" width="300" height="240" /></a></p>
<p>I uploaded these photos to dropbox to see if everything works, and it did as expected. This release seems to be fairly good. The only complaint I have is the Icon is a little small which can be seen in the third photo.</p>
<p>Here are the links from dropbox</p>
<p><a href="http://dl.getdropbox.com/u/68834/Blog%20Test/dropboxrightclick.png" target="_blank">http://dl.getdropbox.com/u/68834/Blog%20Test/dropboxrightclick.png</a></p>
<p><a href="http://dl.getdropbox.com/u/68834/Blog%20Test/dropbox%20folder.png" target="_blank">http://dl.getdropbox.com/u/68834/Blog%20Test/dropbox%20folder.png</a></p>
<p><a href="http://dl.getdropbox.com/u/68834/Blog%20Test/dropbox.png" target="_blank">http://dl.getdropbox.com/u/68834/Blog%20Test/dropbox.png</a></p>
<p>If you have had the chance to test it, Drop me a line  and tell me what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://akschaefer.com/2008/09/05/dropbox-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
