When working at multiple computers during the day there are a few methods of syncing your work. Using something like unison to share the actual code, or just work on the computer remotely through ssh. Since one of my current clients has a few vagrant boxes which are less than trivial to set up and […]
Easily whitelisting/adding self-signed SSL certificates to Chrome on OS X
Since I regularly work on servers with self-signed certificates it’s been quite the hassle to whitelist them properly under OS X. Why Chrome doesn’t use a system comparable to Firefox is beyond me, but this script makes it fairly manageable. Do note that the certificate still needs to be valid in terms of hostname and […]
Creating a ZFS pool in a Sparseimage or DMG on OS X
Since I see regular corruption and filesystem errors on my HFS+ partitions it seemed time to give ZFS on OS X a try. Since there are several ZFS implementations for OS X available you can choose the one you feel most confident that will work. Regardless… here is the script I wrote to automate the […]
Minimum, maximum, average and more – Useful little shell scripts
Just a collection of a bit of sh/bash/awk/zsh scripts to make your life in the shell easier 🙂 Over time I might add some more, but in the mean time don’t forget to checkout my Github Gists where a few of these are: Wolph’s gists Also, my dotfiles collection could be useful here 🙂 Little […]
Batch restoring files in Dropbox recursively (Dropbox Time Machine)
When you are sharing a Dropbox folder with a lot of different people at one point someone will eventually delete the shared folder through his/her file manager instead of dropbox, resulting in having half of the files in the subdirectories being gone. As this got so annoying for my use case I wrote a little […]
Batch adding data to Pocket
For some reason I do not understand, Pocket seems to have no support for batch adding articles to the reading list. After looking around quite a bit it doesn’t even seem possible to get a simple add url so you can add them with a little batch script… Since I still wanted to have my […]
Recent Comments