Tag: bash

Why I use losetup instead of udisksctl

Accessing raw filesystem image partitions without the need to specify the offset and size manually # udisksctl sudo pacman -S udisks2 man 1 udisksctl # losetup sudo pacman -S util-linux man 8 losetup udisksctl Root permissions are not required udisksctl loop-setup --read-only -…

How to update Google Calendar with pre-push git hook

With my online course building journey, I had to keep track of the slides it has. My coach has set me goal and it looked like a really hard one to reach, but it seemed doable. I wanted it to be a challenge. By some numbers I got from the previous month, I came up to the conclusio…

How to migrate BitBucket repositories to Gitea

Have you ever wondered what is the reason people run self-hosted solutions, even though they copy or imitate services or tools thay are battle hardened, proven to work well and mostly free? There is something really powerful behind such endeavour. It always takes some time to set…