philwilson.org

4 posts tagged with "configuration"

See all tags and the latest posts

Setting up colourised svn diffs

27 June, 2019 - 82 words
This is mundane, but something I will no doubt forget, and so for my own posterity: The svn diff is monochrome by default. Let’s install colordiff and change that. sudo apt-get install colordiff vi ~/.subversion/config In the [helpers]

read more

Stop yourself from committing to master with git hooks

03 April, 2019 - 264 words
This is based on the excellent work of Aaron Hoffman which he’s written up here. This process adds two git hooks to your repositories which prevent you from committing or pushing to a branch named master. Add directories Git hooks liv...

read more

Disable system bell in msys

08 February, 2009 - 148 words
I am using Git on the command line in Windows via msysgit. As with all msys installs whenever you press backspace and there is no more text to delete or you press TAB for auto-complete when there are multiple options, your speaker utters an horrendous, ugly beep. To disable this, load msys and find o...

read more

768

03 December, 2003 - 177 words
The Abyss Web Server is tiny, fast, and pretty goddamn amazing. The Windows installer is 144k, and sets itself up, providing a web interface to all of its configuration. Despite its tiny footprint (for example, the executable file size of the Windows version is less than 112 KB); it supports HTTP/1.1, dynamic content generation ...

read more