
UDP against routers : hole punching
Hello there! Today, I ran a few tests with UDP networking (yes, my hobbies are really exciting), and my results made me think I could write another article… This is the first one related to networking, hopefully it’ll be understandable…

Quick Postfix setup for email forwarding
In this article, I’ll present a very basic and quick Postfix setup process for those interesting in email forwarding. This might come in handy if you want to create personal email addresses for your team, but don’t want full inboxes…

Lightweight databases in C : GDBM
If you’re a web developer, or some JDBC fan, you probably already used SQL (or similar) systems such as Oracle, MySQL, PostgreSQL, … (so many of them). These engines are called RDBMS, which stands for Relational Database Management System. These…

Basic daemon programming in C
Hello there! As a first C article, I thought I could describe a simple, yet useful, daemon programming process. Let’s quote some definitions first. In multitasking computer operating systems, a daemon is a computer program that runs as a background…

(Another) New blog!
Hello everyone, There you go, here’s another blog of mine! I think it’s the… 5th? 5th time I change my website ! I just can’t keep the same for two long, otherwise I get bored, and I just stop using…