Home
Summeli.com
Cancel

Danske Bank's Revelation of Backend Frameworks and Dependencies

In my previous post I complained about DanskeBank’s oss licence violations. Their newest version of the mobile app fixes this issue, but it also leaks a lot of information about their mobile bankin...

pfSense & Lancache 2023 update

Minor 2023 update to my pfSense & Lancache configs. I migrated the ethernet ports for Lancache and pfSense in Proxmox, so I got one more ethernet port for Internet accesss. This could be used a...

Reverse engineering DanskeBank's mobile app for oss-license violations

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...