This all started when I opened up the DanskeBank’s mobileapp and I wanted to see what kind of opensource software they are using. I saw that they have software with BSD3-Clause, MIT and ICS-lisence...
Pfsense multiwan rules based on odd / even IP
In this case we’re having two WAN connections that could be shared to the LAN. Insted of setting weight etc on gatewaygroups we’re load balancing the traffic based on the user’s IP (odd/even). One ...
Hacking my baby
Finnish maternetity clinics gives these smiley face posters to every family. The idea is to put the poster next to the baby threatment table, so the baby would focus to the smiley face and relax. ...
Creating a Wordpress plugin with react
This is a quick description how to create a wordpress plugin with create react-app I divided the plugin in two parts, the plugin, and the react-app. The react-app is copyed from build directory in...
Implementing Wordpress related posts funciton
I’m running a corporate blog with only one category for blog-posts. Other categories are used for other stuff, and they are rendered in different way. The blog’s parent theme has its own implementa...
Running Lancache with pfSense in 2022
We started the pfSense journey with SteamCache and pfSense. Few years ago we upgraded into lancache , which is caching Origin, Battle.net, Windows update in addition to Steam. Configuration We’re...
Migrating from Wordpress to Jekyll
I’ve been running this blog since 2008, but I haven’t been updating the blog for a while. I’ve been too busy doing other things. The problem is that Wordpress needs constant care to keep it running...
Routing Steam traffic into sigle WAN (of three)
The newest update for keeping the gaming performance in good shape with pfsense is to put steam-related traffic into the lowest priority, or maybe just put it into single WAN. This can be done wit...
Updated the LAN routing machine
My old esxi was intalled on single USB dongle, which died (I failed). So I upgraded everything. Changed old HDD’s into SSD and upgraded all software too Everything is not hosted on Proxmox instead...
Preventing your site from idling out with Cloudflare workers
Azure might just put your app into idle state if it’s inactive for too long. The always on feature is available only for higher app plans. However, the same functionality can be achieved by just...