Technical notes about Programming, Linux and Development

Synchronizing between devices

Synchronizing data, files between devices should not be a pain. IN the past I used to do it via rsync, sshfs and other shenanigans

1 Minutes Feb 6, 2025 LastMod: Feb 6, 2025 142 Words

Convert images using the commandline (WEBP)

The smaller an image is, the more disk space and bandwidth it can save. You can easily convert images to a more efficient form with the command line by using open source tools.

2 Minutes Jan 23, 2025 LastMod: Jan 23, 2025 258 Words

Self Hosted File Synchronization with Syncthing (android, pc etc)

Syncthing is a self hosted is decentralized and continuous file synchronization program. Anyone can set it up and use it!

2 Minutes Jan 16, 2025 LastMod: Jan 16, 2025 236 Words

Solve golang glibc not found on old servers

Golang’s cross compilation and static linking is amazing . But running a binary on older servers often gives this dreadful error:

2 Minutes Jan 16, 2025 LastMod: Jan 16, 2025 336 Words

GoBlog and using MY website as the center of digital existence

I’ve relaunched my website with GoBlog . Saying 👋🏻hello to all GoBlog users out there!

2 Minutes Jan 15, 2025 LastMod: Jan 15, 2025 422 Words

Back to Hugo and Golang

TL;DR; I migrated to using Hugo for building my static website and I’ve embraced the golang programming language after being a huge fan of Elixir for the past almost 7 years.

3 Minutes Nov 25, 2024 LastMod: Nov 25, 2024 566 Words

Webhook Webaplication Tunnel

In this tutorial I’m going to show you how you can tunnel any kind of application, including web application to a subdomain. BONUS you will get automatic SSL You don’t need NGORK or other expensive proprietary systems to just tunnel an app.

2 Minutes Mar 18, 2024 LastMod: Mar 18, 2024 325 Words

Do you really need a mobile app?

Original Written date: 2023

Everyone is building mobile applications nowadays. All startups have an amazing idea for a mobile app. What’s even more annoying is when you go to a shop they always ask “do you have the app installed for points”? 10 years ago it was “cards” now it’s “mobile apps” The Important question for a developer and company is: Do you really need a mobile app?

4 Minutes Jan 28, 2024 LastMod: Jan 28, 2024 676 Words
Subscribe to my Newsletter

Receive emails about Linux, Programming, Automation, Life tips & Tricks and information about projects I'm working on