SOGo: backend on Debian, Web frontend on NetBSD

       416 words, 2 minutes

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...


flashcode, vous allez aimer vous faire flasher.

       543 words, 3 minutes

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...


Debian Linux, from DHCP to static IP

       48 words, 1 minutes

Switching from DHCP to static IP on a Debian system requires only a few steps:

Continue reading...


Debian Lenny on NetBSD/xen

       249 words, 2 minutes

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...


Chroot Apache 2.2 on NetBSD

       100 words, 1 minutes

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 /htdocs

Continue reading...


70 / 89