DNS over HTTPS on macOS

Improve your privacy by using DNS over HTTPS. Look up hostnames privately and avoid giving too much info to your ISP. This is a tutorial for dnscrypt proxy on macOS.…

Install immich in three steps

Quick tutorial to run immich.app, the free and open source google photos alternative. This article is intended to those who don't have much experience using docker. Follow these three steps to have a working immich.app server. Requirements: Ubuntu with root access, internet access, open ports and some storage.…

Deploy Ghost 5 using docker compose and traefik

Have your ghost blog engine running in only a few minutes! Here's our configuration if you want some inspiration. We are using docker compose, traefik, and an SQLite database. Our configuration docker-compose.yml version: '3.1' services: ghost: image: ghost:5.x.x-alpine restart: always volumes: - /data/swag-ghost/content:…

Debunking btrfs

btrfs means no evil! btrfs is awesome! A few weeks ago I listened to one of the Linux Unplugged podcasts about btrfs. It was a reminder that btrfs is great. I have been using btrfs for a few months now, so here is my comment. For those who aren't familiar…

Welcome to the Swag Industries

We made a blog! Maxime V. and Gaby O. have teamed up to found the swag industries, an IT-oriented blog. As we wanted to write our thoughts about computing, help people and make a few short tutorials, we decided to have a blog. So here you are! This is our…