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 […]
Checking for Python version and Vim version in your .vimrc
Recently I’ve had to adjust a bunch of my dotfiles to support some old (Centos 5) systems which means that I am using a Vim that has Python 2.4 build in… needless to say, it breaks some of my dotfiles 😉 So here’s some tips on patching Vim version issues. First, checking if you have […]
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 […]
Recent Comments