Recent Posts

Keeping a logbook

less than 1 minute read

New years, new resolutions. This year I indent to be more organized. One of the targets is to keep a logbook. Idea is from James Routley and it worths a read...

Transfer data from MacOS NTFS

1 minute read

Mac does not support write operation to NTFS (thanks Apple). You need a third party driver for this. There is paid and open source alternatives. You can comp...

Backing up photos from an Android phone on MacOS

less than 1 minute read

My beloved mother’s phone was full of photos eventually and she did not enable cloud syncing. 50GB of photos left no space for system functions and backing u...

Automounting devices to their labels

2 minute read

I had this problem with my raspberry pi: I have several hard drives and watch some videos with Kodi. However, whenever Pi is restarted or I have to plug off ...

Using git hooks to format code before commit

1 minute read

This tutorial will help you format your code before you commit them. You can either use your company or project’s custom .clang-format file or use a predefin...