Recent Posts

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...

Analysis of available Storage Drivers

2 minute read

Storage driver is implementation of a union file system in docker. Currently, 7 storage drivers are supported by Docker, all have their advantage and disadva...