Auto domain redirect on Cloudflare - Main domain url shortener

Oh boy did this make me pull some hair. Today we’re going to see how, with a shortened domain, we can redirect every request to our main domain. Preface In my example I’m going to use gerosalorenzo.com, the website you’re visiting right now, and grlo.me, a shortened version that I’ve just bought in the hope of hosting a personal url shortener (not in my homeserver as I wouldn’t want that dependent on my ability to keep my infrastructure up, just like this static website). ...

How to flash UZG-01 PoE Zigbee coordinator firmware

Install the drivers Those are usually pre installed, but you might have to do so manually. Download them here, extract the zip then click install after right clicking on the “silabser.inf” file (these are the instructions for windows). After doing that reboot your pc. Flashing I chose to install XZG but I’m pretty sure it works with the UZG page too. Open one of the links above with a Chrome based browser. Hold down the reset button on the back of the uzg-01 poe. Plug it in a usb port of your pc (still holding the button down), I used a port directly on the motherboard and not one on the front IO, I think it was part of the problem why it wasn’t working. Then, while still keeping the button pressed, press on install and select your device from the dropdown. Press “Install XZG firmware” If you’re only seeing the “Preparing installation” text for 30s or more it probably failed, if it goes to “Erasing data” after a few sec it should be going well. Wait a couple of minutes until it finishes and then you can unplug it Enjoy the new fresh install. ...

Use Gmail to send mail through a custom Cloudflare email address

I’ve made this to avoid paying Google Workspaces (6 a month) or to use and external free service since I have this domain already. Cloudflare Go to email routing, add a destination mail (your primary one that you want to use to control all the others). Setup a custom address that you want to use to sign up to services, in my example it’ll be [email protected]. Gmail Go to the cog wheel in the top right, select all settings and go to “Accounts and imports”. ...

Static IP in Proxmox Docker VM from helper script

I’ve chose to use the Docker VM helper script for Proxmox as it gives me ease of mind to be able to use backups and migrate machines whenever. Also the separation of concerns about different things in my home makes it easier to mantain (I’ve got a different vm for each kind of service, one overall, a 3dprinting one, a cloud/file hosting one so I can make brake stuff in one but not affect all the others). ...