Recent Posts

git: find out which files are ignored and why

less than 1 minute read

i had a very large global ignore list (tex/vim/linux/python specific stuff) and in this one repo git didnt add one specific folder. as it turned out the glob...

backups with rsnapshot

2 minute read

a centralized backup server can easily be set up with rsnapshot. This program can pull specified remote folders with rsync. install rsnapshot edit the confi...

RPi: automount USB drives via fstab

less than 1 minute read

for mounting external usb drives one can use fstab. each column has its specific meaning (see here for definitions). for external usb drives it is important ...

Ubuntu/Mint/Debian: Install current TeXstudio

less than 1 minute read

one can include the ppa from opensuse for the most current texstudio version: add the ppa's key to your keychain: $ wget -nv http://download.opensuse.org/re...

Install firefox nightly on ubuntu/mint

less than 1 minute read

for the nightly builds of firefox do the following: just include the following ppa:$ sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa update and install...