Some Batch File Wizardry for Automated Builds

At work and also on my private computer I am maintaining multiple Delphi projects that are (currently) managed in subversion repositories. They have a general structure like this: projectname \- buildtools (-> svn:external) \- src (project sources) \- libs \- dzlib (-> svn:external) \- some other libraries, all svn:external Being a lazy bastard (deutsch: faule … Continue reading Some Batch File Wizardry for Automated Builds

Multiple Batch Files in Pre-/Postbuild Events in Delphi / msbuild

Since version 2007 Delphi supports pre- and postbuild events for projects. If you only want to start programs or one batch file it's a simple matter of adding the call to the respective section of the project options dialog. I use it to manage version numbers in the program resources and manifest files in prebuild … Continue reading Multiple Batch Files in Pre-/Postbuild Events in Delphi / msbuild

Bittorrent Sync, a secure DropBox alternative

The company I work for recently had the requirement to securely exchange files between several computers, some on site, several others off site. This data consisted in part of sensitive data which is covered by the German Bundesdatenschutzgesetz. Somebody suggested using DropBox because it is so simple to use. I had to deny this request … Continue reading Bittorrent Sync, a secure DropBox alternative

Installing Ubuntu Server

This is just a list of URLs I found useful while installing an Ubuntu 12.04 server. Ubuntu Network Configuration - needed for changing the IP address to static and configuring DNS Installing Webmin on Ubuntu BTRFS Fun That's it for now, I'll expand this list as I run into other issues.