2023
Debugging a pytest segfault
Debugging a pytest segfault
Migrating from ghost to hugo in 2023
Migrating from ghost to hugo in 2023
2018
duplicity - Backblaze
Configure duplicity-backup.sh to backup to backblaze as well as other cloud services (parallel).
Contributing to Open Source
Why I got into contributing to open source, what I get back from contributing, and how you can get started too.
duplicity backup - going cloud
Overview over duplicity backup post series.
duplicity - multi-site backup
Configure duplicity to backup to multiple remote sites at once using the multi backend handler.
dupicity backup - Dropbox
Setting up and configuring duplicity and duplicity-backup.sh with Dropbox, step by step.
XPS 13 9360R Audio problems
Audio-problems i had with my brandnew Dell XPS 13 9360R
New Notebook
My route to choose a new Notebook, considerations and decision criteria
2017
Why applying https everywhere is important
Realizing that https must be applied for every site, no matter what information it contains.
duplicity backup - IFTTT notifications
Configuring duplicity and duplicity-backup.sh to send notifications (in case of problems) using IFTTT.
duplicity backup - email notifications
Configuring duplicity and duplicity-backup.sh to send notifications (in case of problems) using email.
duplicity backup - Google Drive
Configuring duplicity and duplicity-backup.sh to backup to Google drive.
duplicity backup - Hubic
Configuring duplicity and duplicity-backup.sh to backup to hubic.
duplicity backup - Microsoft Onedrive
Tutorial on running duplicity backup to Microsoft onedrive.
duplicity backup - duplicity-backup.sh
Configuring duplicity backups using the duplicity-backup.sh script.
duplicity backup - remote backup
In this part, we’re going to look at first remote backups using sftp.
duplicity backup - getting started
Getting started with duplicity, setting up GPG Keys for duplicity and running a first (local) backup.
Security considerations while blogging
My views about blogging on the blog setup / infrastructure
Switching keyboard layout - quick update after 5 days
Quick progress update on my keyboard layout switching project
Switching keyboard layout
I recently decided to switch keyboard-layout to english.
Check if shell-script is runing with root permissions (or with sudo)
Some scripts need to run as root (iptables for temporary rules, installer scripts, …). A quick way to check if the shell-script is running as root or with sudo (sudo should be the preferred way) is as follows. if [ ! ${EUID} -eq 0 ]; then echo "Please run as root or with sudo" exit fi this has been tested tested on debian-based and arch-linux, but should also work on most other linux derivates.
Compiling python 3.6 for centos 5.11 with openssl
Compiling a recent python-version with openssl support on a legacy centos system
Using App.xaml in .dll-assembly
I’m currently working on a wpf-application cooperating with another company. We have only part of the sourcecode and therefore only compile a few .dll’s, the main executable however get’s shipped to us as finished product. The application uses style-files that get loaded at startup by the main application from files in a specific folder, therefore we faced a the problem that these styles don’t get applied at design-time, but only at runtime.
hello world
I’ve been thinking long about starting a blog and finally decided to just try and start one. I can’t promise I’ll be posting regularily - however I’ll try to post whenever i have something new or exciting to write about. Most of my interrests are around tech, so the content will be mostly tech. We’ll see where this brings me. so long, Matthias