I have just finished the work on the latest MonoDevelop packages. Quite a bit has changed in the build process, so it needed some work to make the build from tarball finish successfully again. See this thread on the mailinglist: http://lists.ximian.com/pipermail/monodevelop-list/2014-May/016077.html
Creating an OpenSUSE LXC container on Ubuntu 12.04
I thought it would be good to create an OpenSUSE container on my Ubuntu LXC machine. I am using the existing OpenSUSE template in /usr/lib/lxc/templates/lxc-opensuse, and some SUSE packages built by Thomas-Karl Pietrowski for Ubuntu from https://launchpad.net/~thopiekar/+archive/zypper, and the build scripts from
Installing Demo Version of Kolab 3.1 with Docker
This describes how to install a docker image of Kolab. Please note: this is not meant to be for production use. The main purpose is to provide an easy way for demonstration of features and for product validation. This installation
Building a Docker container for Kolab on Jiffybox
Preparation I am using a Jiffybox provided by DomainFactory for building a Docker container for Kolab 3.1 running on CentOS 6. I have installed Ubuntu 12.04 LTS on a Jiffybox. I am therefore following Docker Installation instructions for Ubuntu for
LXC Linux containers on JiffyBox running CentOS on Ubuntu
This post covers several topics at once: I have got some experience with OpenVZ, and was looking how LXC could satisfy the requirements that I am used to. Especially how to install several Linux distributions on one LXC host. I
Install MonoDevelop on OpenSUSE remote workstation
My testing environment is a workstation running on a JiffyBox, using X2Go Here are the steps that I use to setup my machine with OpenSUSE 12.3: zypper install -t pattern kde4 kde4_basis findutils-locatezypper install -t pattern kde4 kde4_basis findutils-locate Install
Building the latest Mono and MonoDevelop on OBS
In this blog post, I want to describe some of the workarounds I need to do to release the latest mono and monodevelop packages on OBS. For more details on this project from a using perspective, see: Easy installation of
Easy installation of current Mono and MonoDevelop for all major Linux Distributions
This blog post is a repeat of an email that I sent to the Mono mailing list back in July 2013: http://lists.ximian.com/pipermail/mono-list/2013-July/050114.html The problem is that there are no recent packages for the major Linux distributions offered at http://www.go-mono.com/mono-downloads/download.html and http://monodevelop.com/Download I personally
Install OpenPetra on Linux
Installing OpenPetra on Linux should be fairly easy. Please note that the server works fine on Linux, but the client is not yet fully reliable. But the more interest and fixes it gets, the chances are higher that the client
Contributing to Kolab documentation via github/sphinx
The new Kolab 3.1 documentation is written in reStructuredText, using a tool called Sqhinx which was originally created for the Python documentation. It is much easier to edit than the Publican notation used before for the Kolab 3.0 documentation. The