Filtering email with imapfilter

Since some time ago, email filter management was not scaling for me as I was using server-side filtering, I had to deal with the web-based interface which was missing some elements like drag&drop reordering of rules, cloning, etc. As I was already using offlineimap to sync from the remote mail server to my system into a maildir folder, I had almost all the elements I needed. After searching for several options imapfilter seemed to be a perfect fit, so I started with a small set of rules and start integration with my email process....

August 28, 2015 · 6 min · Pablo Iranzo Gómez

Install RHEL7/Centos/Fedora on a software raid device

Installing Linux on a RAID has lot of advantages, from using RAID1 to enjoy protection against drive failures or RAID0 to combine the size of several drives to create bigger space for files with all the smaller disks we have. There are several RAID level definitions and may have different uses depending on our needs and hardware availability. For this, I focused on using raid1 for the system disks (for greater redundancy/protection against failures) and raid0 (for combining several disks to make bigger space available for non important data)....

March 28, 2015 · 4 min · Pablo Iranzo Gómez

Podcasts with flexget and transmission

Some podcasts are available via RSS feeds, so you can get notified of new episodes, so the best way I’ve found so far to automate this procedure is to use the utility flexget. Flexget can download a RSS feed and get the .torrent files associated to them and store locally, which makes a perfect fit for later using Transmission’s watch folder, to automatically add them to your download queue. In order to do so, install flexget either via pip (pip install flexget) or using a package for your distribution and create a configuration file similar to this:...

March 16, 2015 · 1 min · Pablo Iranzo Gómez

duplicity for managing backups

A few days ago, I was checking a friend’s system for backing up. It was based on rsync at the Linux side and rsync server on a windows machine he uses for storing information generated by other software. The solution with rsync worked pretty well for him until he started to put several strange characters in filenames which rendered the backup unusable to certain point. After being asked for alternative backup software that was available on several platforms, I’ve ended testing duplicity....

June 27, 2011 · 1 min · Pablo Iranzo Gómez

Firsts steps with Fedora 15 pre-alpha

Today I’ve decided to give it a try to F15-prealpha (expected to release tomorrow). The upgrade performed in the unsupported way (getting and forcing install for newer fedora-release from a mirror then start issuing several yum upgrades) when reasonably good. Only some minor dependency problems et voilà, system started fine. Problems so far: Firefox 4 has a few approved extensions, I used the “nightly tester tools” to disable version check and enable most of the ones I had with 3....

March 7, 2011 · 2 min · Pablo Iranzo Gómez
This blog is a participant in the Amazon Associate Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.