Get rid of syslog (or a journald log filter in ~100 lines of Python)
We’ve recently switched the host behind the siosm.fr domain and thus decided it was time we dropped syslog logging entirely and use journald only. We used to...
We’ve recently switched the host behind the siosm.fr domain and thus decided it was time we dropped syslog logging entirely and use journald only. We used to...
I’ve finally found the time to make my first program in Rust and I definitely enjoyed it!
This post is a reply to the latest article on the EWONTFIX blog: Broken by design: systemd. Update (2014-04-26): I rewrote part of this article to include m...
I must confess: I’ve almost never used Google Reader as I’ve only been using Akregator as far as I remember. I didn’t want to rely on anyone to host my feeds...
I needed a way to synchronize my bookmarks in Firefox across three computers, and doing it manually wasn’t an option anymore, so I turned to sync-like extens...
Update: Comments are now handled by a custom webapp written in Rust. I have disabled new comments until I find the time to complete it. This blog now has in...
Martin Peres and I gave a long talk about the X.org security at XDC 2012 in Nuremberg. Michael Kerrisk wrote a really good article for LWN summarizing the ta...
Important note: Wayland and Weston have been moved to community/extra! Thus this How to is no longer necessary. I’m just keeping it here for reference. I may...
Update: Using rc.local is not the good way to do thing and may not work at all. Use the recommendations from the Power saving page on the Arch Wiki instead. ...
I recently had to setup cgit with nginx on Arch Linux for https://siosm.fr/git and it took me quite some time as I was not familiar with cgi, fcgi, fcgiwrap,...