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 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.

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.

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

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’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.

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).

C:\mklink /D C:\tomato “C:\Users\tonyscha\My Dropbox\tomato”

Now my tomato bandwidth logs are saved hourly!

Enjoy

Dropbox for linux

September 5th, 2008 | Posted by tonyscha in Technology - (0 Comments)

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. 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.

Here you can see after you install it and right click on the dropbox icon.

Here is a screenshot of the folders that it synced up

And the overall screenshot of how it displays on the desktop

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.

Here are the links from dropbox

http://dl.getdropbox.com/u/68834/Blog%20Test/dropboxrightclick.png

http://dl.getdropbox.com/u/68834/Blog%20Test/dropbox%20folder.png

http://dl.getdropbox.com/u/68834/Blog%20Test/dropbox.png

If you have had the chance to test it, Drop me a lineĀ  and tell me what you think.