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...
Hardening poorly configured services with Cloudflare workers
It seems that Azure is sending x-powered-by header from asp.net, and also the php version. Removing the asp.net header is easy with web.config changes, but the php is tricker. I decided to remove t...
Blog and Symbian downloads are working again
They have been long gone, but today I finally fixed everything. If you still need these files (surprisingly many people still asks for these) then they are working again.
Configuring Mime types for Azure and WordPress
My blog has been not working so well for quite some time. The Symbian sis file downloads were broken due to broken theme and plugins. After I got the blog working again I wanted to move it into clo...
Serving static pages with a custom domain with Cloudflare and github pages
The idea is pretty cool. You can serve static web-pages for free with your own domain with Cloudflare and Github Pages. The Cloudflare is handling the DNS, page caching, and the TSL certificate. Th...
pfSense Traffic Shaper for prioritizing gaming traffic
This a lot easier, than I originally though it would be. Works really well on my multiWAN setup too! I did everything with the Wizard, that can be found under firewall/traffic shaper. The Wizard ...
Realtime clock data from Alge-timing system
I made all of this stuff into the Finice 2019 ice climbing competition (www.finice2019.com). The idea is to send the clock timing events into web, so we could use them in the results-office, or we ...
Configuring SyntaxHighlighter plugin to StripBrs
I had way too much trouble with the new version of the SyntaxHighlighter Evolved plugin. The default configuration page is missing the option to StripBrs. A quick and dirty solution was to write a ...
Updated my pfSense for LAN-parties
Update to my previous post I added a new WAN port for my pfSensebox. Now we can have a mobile 4G connection shared into LAN from all three Finnish networks (DNA, Telia, Elisa). This is pretty rad.
Routing multi-WAN in pfSense
I just added a third WAN connection into my pfSensebox for LAN parties. However the configuration was pretty tricky and I forgot most of the settings, so I wrote this quick guide to follow for the ...