Before I had my DroboFS I was using my local MSI Wind Desktop for my subversion repositories, but after some reading I found that you could install subversion on the DroboFS. The idea of having all of my repos on the DroboFS seems to be a great idea, after all its redundant while my server is not.
The README that comes with the subversion install for the DroboFS lacks a lot of detail for getting it up and running properly. I thought I detail my install process to hopefully help others get it up and running with little to no troubles. Continue Reading…
Archives For Code
Posts that have code snippets in them.
I always seem to misplace this little piece of code, so I thought I would make my own post on it. Prevents those pesky .DS_Store files that OS X creates. Just run it from the OS X Terminal and you are all set.
| 1 | defaults write com.apple.desktopservices DSDontWriteNetworkStores true |
So I got into this kick with gathering data and graphing it, I have been playing with flot for a bit and wanted to see what else I could graph.
I run hddtemp on my fileserver and while living in Vegas it gets pretty hot out, and my AC kicks on and off all day. I decided there has got to be a way for me to database the temp change on my hard drives through the
Continue Reading…
The other day I was looking for a backup solution for two laptops. While I was unable to get the exact results I was looking for I did create a nice bash script that detects the network, and if on my local network it will mount the share from my Airport Extreme and then rsync the data over. I am sure there is plenty of room for improvement on this script, but it works quite well. Continue Reading…







