Steps to reproduce the video tutorial: See full instructions in OpenPetra Wiki Make sure .Net 4 is installed Install SharpDevelop Install NAnt Install 7zip Download and unzip nightly build of OpenPetra Update August 2015: the nightly build is now hosted at
Windows Installer for NAnt
In the OpenPetra project, we completely depend on NAnt, which works out very well for us.But we have had now several problems with permissions for executing nant on Windows, from the Program Files directory. Also the creation of the nant.bat
VPN between 2 networks with same IP address scheme (Windows)
Problem is, the routing does not work. Solution is: On DOS command prompt, type route add 192.168.1.84 MASK 255.255.255.255 192.168.1.160 …1.84 is the number of the computer you want to contact in the other network, …1.160 is the client IP
GIMP, Gaim, GTK
Install gimp 2.0 and gaim 0.79 on Windows, problems with GTK 2.4:according to the gimpwin-users list, do this:Install Gaim’s GTK+- 2.2.4, then Gaim, then uninstall Gaim’s GTK+-, and install GTK+- 2.4.1 and Gimp. Gaim should still work with GTK+- 2.4.1.You
Download websites with dynamically generated content (question mark in URL)
You should use the Windows version of wget, because that converts the ? nicely to the @ character. wget http://www.somewebpage.org –recursive \ –level=5 –relative –tries=1 –convert-links