The Lone C++ Coder's Blog

The Lone C++ Coder's Blog

The continued diary of an experienced C++ programmer. Thoughts on C++ and other languages I play with, Emacs, functional, non functional and sometimes non-functioning programming.

Timo Geusch

2-Minute Read

<p>I’ve been using Samba with the <code>time machine</code> setting for years to back up the couple of Macs I own. I’ve recently been running into issues with Time Machine backups erroring out with <code>"The network backup disk does not support the required capabilities"</code>. Poking around the Internet didn’t really point at an obvious culprit until I found some mumblings about this potentially begin a disk space issue.</p>

Timo Geusch

5-Minute Read

<p>I may have mentioned this before - I do run my own virtual servers for important services (basically email and my web presence). I do this mostly for historic reasons and also because I’m not a huge fan of using centralised services for all of the above. The downside is that you pretty much have to learn at least about basic security. Over the 20+ years I’ve been doing this, the Internet hasn’t exactly become a less hostile place. Anyway, Elliptic Curve Certificates, what…

Timo Geusch

5-Minute Read

<p>In <a href="https://www.lonecpluspluscoder.com/2020/01/16/building-an-openbsd-wireguard-vpn-server-part-2-unbound-dns-setup/">part 2</a>, I reconfigured my WireGuard VPN to use an Unbound DNS server on the VPN server rather than rely on a third party server I had used for the original quick and dirty configuration. It was important for me to set up a validating DNS server, which I did in that part.</p>

Timo Geusch

1-Minute Read

<p>If you haven’t heard about the bash “shellshock” bug yet, it may be time to peek out from underneath the rock you’ve been under ;). While bash isn’t installed as standard on FreeBSD, there’s a very good chance that someone either installed it because it’s their preferred shell or because one of the ports lists it as a dependency. Either way, now would be a really good time to check if your machine has bash installed if you haven’t done so…

Timo Geusch

4-Minute Read

<p>Back in 2009 I built a “slightly more than NAS” home server and documented that build on my old blog. I’ve migrated the posts to this blog, you can find them <a href="https://www.lonecpluspluscoder.com/2009/06/14/reblog-home-nas-part-1/">here</a>, <a href="https://www.lonecpluspluscoder.com/2009/06/27/reblog-building-a-new-home-nashome-server-part-ii/">here</a>, <a href="https://www.lonecpluspluscoder.com/2009/07/03/building-a-new-home-nashome-server-part-iii/">here</a>, <a…

Recent Posts

Categories

About

A developer's journey. Still trying to figure out this software thing after several decades.