Tag Archives: bsd

FreeBSD : Static IP

This is a simple memorandum. In order to assign a static IP to a FreeBSD computer, just add the following to /etc/rc.conf: ifconfig_sk0="inet 192.168.0.42 netmask 255.255.255.0" defaultrouter="192.168.0.1"

Posted in None | Tagged | View Comments

Simple mail server report

Here is a small script I wrote a few minutes ago. It gather some informations from the local machine and send them by email to the administrator (me). I plays nice with a @weekly rule in Cron. It is easily … Continue reading

Posted in None | Tagged , , | View Comments

Time Machine, FreeBSD and AFP are on a little boat

Okay, I just had set up a backup system from a MacBookPro (let’s say, the client) to a FreeBSD-powered server (quite boringly, the server). I chose Time Machine because of it’s nice and polished interface and its deep integration with … Continue reading

Posted in None | Tagged , | View Comments

FreeBSD : serveur web Lighttpd

Je pars ici sur le fait que vous avez d’une part, les bases d’utilisation d’une FreeBSD (ou de n’importe quelle autre *BSD, voir distribution Linux) et d’autre part un système FreeBSD récent (7 series actuellement) installé, fonctionnel et connecté à … Continue reading

Posted in None | Tagged , , , | View Comments

FreeBSD : serveur DNS Bind9

Je pars ici sur le fait que vous avez d’une part, les bases d’utilisation d’une FreeBSD (ou de n’importe quelle autre *BSD, voir distribution Linux) et d’autre part un système FreeBSD récent (7 series actuellement) installé, fonctionnel et connecté à … Continue reading

Posted in None | Tagged | View Comments

FreeBSD : Serveur Mail

Je viens de trouver un excellent howto (en anglais) concernant la mise en place d’un serveur mail complet (IMAP/SMTP/webmail/antispam/antivirus) avec FreeBSD. Je comptais en écrire un, mais je ne pense pas pouvoir faire mieux (tout au mieux, le traduire en … Continue reading

Posted in None | Tagged | View Comments

FreeBSD, ça le fait

Un petit message rapide pour annoncer deux choses : J’ai enfin fini de mettre en place les serveurs HTTP, DNS, IMAP, SMTP (entre autres) sur mon serveur perso sous FreeBSD. Si il y en a qui sont intéressés, je peux … Continue reading

Posted in None | Tagged , , | View Comments

Installation de FreeBSD

J’ai enfin récupéré une machine pour me servir de serveur. J’aime bien Debian comme système pour serveur, cependant je veux essayer quelque chose de nouveau : FreeBSD. J’entend souvent que cette branche de BSD est très stable et performante. A … Continue reading

Posted in None | Tagged | View Comments