Articles

Exim commands

List mails in the queue: 1 $ exim -bp View headers of a mail: 1 $ exim -Mvh View body of a mail: 1 $ exim -Mvb Remove a mail from the queue: 1 $ exim -Mrm Remove all frozen mails in the queue: 1 $ exiqgrep -z -i | xargs exim -Mrm …
➟ Read more

How-to export/backup Lotus Notes mails

You are using Lotus Notes as your mail platform. Unfortunately your mailbox has a quota you’ve already reached and you need space. A solution consist in exporting regularly your mails on your local machine to free up your inbox. Here is a little article documenting the export procedure using …
➟ Read more

Subversion commits and mail activity stream in iCalendar

Last week I consolidated all my code in my GitHub repository . I stumble upon an old script I haven’t published yet: svn2ical.py  . This is a simple hack which get commit metadata out of a Subversion repository and generate an iCalendar file containing all commits of a given author …
➟ Read more

Commit history reconstruction with Git

Here is something I wanted to do for 3 years. I wanted to migrate my code repository from this: to a proper revision control system , like Subversion. And I wanted to reconstruct the commit history with all the proper dates. That’s something I can’t do with SVN. Then …
➟ Read more

Le Duc live at Happy Farm Fest 2010

Here is an unedited video of Le Duc , a band I shot last week at Happy Farm Fest 2010 with my Canon 7D and a Sigma 30mm f/1.4 EX DC HSM wide open: https://www.youtube.com/watch?v=mrHZ4Wh9sCY This was shot in 1080p at 25 fps …
➟ Read more