Remember when the EU nearly ditched daylight savings before the pandemic paused everything? As a parent, I know how tough the time change can be on kids. This year, I tried something new based on Matthew Walker’s ‘Why We Sleep’. We gradually shifted our bedtimes and wake-up times by 15 minutes per day (half the circadian rhythm’s adjustment limit) combined with smart bulbs that simulated the sunrise. Result? A completely smooth transition.
Here are some other posts you may like
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
Here is a guide for setting up SFTP users who's access is restricted to their home directory. Add the following to the end of the /etc/ssh/sshd_config file: Subsystem sftp internal-sftp # This section must be placed at the very end of sshd_config Match Group sftponly ChrootDirectory %h ForceCommand internal-sftp AllowTcpForwarding…
Today I have been playing around with Varnish, SSL and SPDY in relation to WordPress hosting. Now, one thing that I noticed was that several images were using the http protocol instead of https – which seemed to be caused by wp_get_attachment_url. Luckily we can use the WordPress filters to…