Learn more about SOGo here .
Quickly sumed up, SOGo is a kind of middleware that will provide Web, CalDAV and CardDAV access to you e-mail and web clients. You can check my NetBSD and OpenBSD articles to see how to build the backend Mail/Directory/SQL services. Once this is done, you can plug SOGo on to this architecture and provide E-Mail, Calendar, AddressBook to your users via mobile phones and mail clients.
I’ll describe here how to setup the sogod backend onto Debian GNU/Linux and the Web frontend onto NetBSD.Continue reading...
Non il n’est pas question ici d’excès de vitesse ; encore que.
Un flashcode, qu’est-ce-que c’est ? Dans un premier temps, Flashcode, c’est une marque. Mais bon, on dit tous “j’ai plus rien dans mon frigo”… Le flashcode, c’est une image représentant des informations ; de la même manière qu’un code-barre au dos d’un paquet de céréales.
Ok… et donc, ça sert à quoi ?Continue reading...
Switching from DHCP to static IP on a Debian system requires only a few steps:Continue reading...
Debian Lenny is one of my favorite Linux Distribution (when I have to run Linux… ;) Here’s how to install and run a Lenny domU under a NetBSD/xen dom0 installation.
My dom0 is running NetBSD 5.1_STABLE/amd64 and Xen version 3.3.2.
The domU will be running Debian GNU/Linux 5.0 (i386).Continue reading...
The Apache 2.2.17 package shipped in pkgsrc 2010Q4 comes with a nice <a href="http://httpd.apache.org/docs/2.2/mod/mpm_common.html#chrootdir">ChrootDir</a> directive that allows simple chroot configuration.
First, you will need Apache in at least version 2.2.10. Then:
# vi /usr/pkg/etc/httpd/httpd.conf (...) #DocumentRoot "/usr/pkg/share/httpd/htdocs" ChrootDir "/usr/pkg/share/httpd" DocumentRoot "/htdocs" (...) # ln -s /usr/pkg/share/httpd/htdocs /htdocsContinue reading...