Recent Posts

HOWTO: AutoVivification in python

less than 1 minute read

```python class AutoVivification(dict): “"”Implementation of perl’s autovivification feature.””” def init(self,arg,**kw): super(AutoVivific...

HOWTO: recover data from RAID1

1 minute read

Scenario: two or more HDs configured as RAID1. One of them gets broken and the computer doesn’t boot for any reason. Problem: access data in the partition to...

useful git aliases

less than 1 minute read

Copy and paste the following code into ~/.gitconfig