• Using Speedtest-CLI to record speed tests to CSV via CRON

    One of the most common speed testing services for Internet connections is Ookla’s Speedtest, and more often than not your ISP will either throttle your connection, or their network will slow down at peak times. Because of this, I wanted to make sure I am receiving the full connection speed which I am paying for. ...
  • Replacing my router with pfSense with a Qotom Q150P-S08 from AliExpress

    Instead of using the TP-Link TL-R470T+ router at home which I’ve showed in a previous post \[link\], I have decided it’s time to take the plunge and start using proper router software, pfSense. pfSense is open-source router/firewall software. It comes with many advanced features and is often used in the enterprise, it’s probably overkill in ...
  • Sass (SCSS) powered Linear and Radial CSS3 gradients with MS Filters

    I thought i’d share this code, it may be help anyone who wants to have some sort of backward compatibility when using CSS3 gradients with Internet Explorer 7+.   How does this work? Sass mixins and functions helps a lot with the ‘heavy-lifting’ and colour calculations. Let me explain the setup for Linear and Radial ...