Subscribe:
RSS feed
The Problem I want to configure WGet to go through a proxy server without having to specify that on the command line The Solutions The first solution is easy: I can set a shell variable called http_proxy. Here is an example in bash: Another solution is to place this information in a configuration file called […]
March 30, 2010
The Problem I want SVN to automatically send out notifications every time some one commits. The Solution I have used svn-mailer before and love its ability to configure the email contents as well as subject. This time I am interested in the DIY approach to learn more about SVN, so I did it without svn-mailer. […]
April 14, 2010
0