New note taking app: Buno

There’s a new note taking app around the the corner: Buno

The most interesting features are

  • end-2-end encryption
  • a very stylish, minimalistic design

Up to now, only an iOS and an Android app is available. As soon as there is a web client or a native Mac app available, I’ll definitely give it a shot, even though I’m a loyal Evernote user since 2008.

Linux: issues with partially installed packages

I had issues with partially installed packages on my Ubuntu 15.04. This helped

sudo rm -rf /var/lib/dpkg/updates/*
sudo rm -rf /var/lib/apt/lists/*
sudo rm /var/cache/apt/*.bin
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update
sudo dpkg --configure -a

sudo apt-get install -f
or refer to https://wiki.ubuntuusers.de/Paketverwaltung/Problembehebung/#Die-Installation-Deinstallation-von-Paketen-endet-mit-Fehlermeldungen (in German)