sitespeed.io

A great open source tool for measuring website performance Run in one line to get a report for your site: docker run –rm -v “$(pwd)”:/sitespeed.io sitespeedio/sitespeed.io:8.9.0 https://www.sitespeed.io/

Using pfsense / OpenVPN client access and can’t reach your internal LAN?

Remember to create a route from your internal LAN machines to your pfsense / OpenVPN network. ie if internal lan is 192.168.10.0/24, pfsense is on 192.168.10.3 & your OpenVPN client lan is 192.168.20.0/24, you’d want something like route add -net 192.168.20.0/24 gw 192.168.10.3

Disable fsync!

libeatmydata is a small LD_PRELOAD library designed to (transparently) disable fsync (and friends, like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. DO NOT use libeatmydata on software where you care about what it stores. It’s called libEAT-MY-DATA for …

Continue reading ‘Disable fsync!’ »