Author: Timo Geusch
-
If you get this error from Time Machine on Samba, check available disk space
I’ve been using Samba with the time machine 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 "The network backup disk does not support the require…
-
Don’t forget to set the home directory for Emacs on Windows
I’m currently rebuilding my main Windows machine after it had become close to unusable. Given that I upgraded it multiple times from Windows 7 all the way to Windows 11 without ever reinstalling the OS, this shouldn’t have come as a major s…
-
How to install WSL on Windows 11 without a default distribution
On my Windows machine, I’ve mostly moved from using separate virtual machine products like Hyper-V or Virtualbox to have access to a Linux machine to using WSL. The PC is dual-boot with a separate Linux install anyway, but sometimes I just want t…
-
How to build/upgrade emacs-mac using homebrew
In the time honored tradition of using one’s blog as an Internet-enabled notepad, here’s a quick not on how I build GNU Emacs on macOS using homebrew and the emacs-mac port cask: brew upgrade -s railwaycat/emacsmacport/emacs-mac –with-mac-…
-
Migrating source code from RCS to Mercurial
Version control system migrations are a fact of life for developers in any longer lived codebase. In fact, I’ve had a hand in quite a few migrations as newer, more workable version control systems became available. Also, like a lot of developers,…
-
How can I pin dependent packages when using use-package?
I’ve been trying to up my use-package game recently and converted my hand rolled package check and installer to use-package. I usually prefer to use packages from melpa-stable so I pin the default package source used by use-package to melpa-stabl…
-
Another quick Isso setup tweak
While I was implementing a few more changes on my web server – mostly adding the sorely needed blacklistd configuration for sshd – I noticed that NGINX’s log was showing occasional errors when trying to contact the Isso process. They all had one …
-
Using Elliptical curve cryptography for TLS with Postfix, Dovecot and nginx
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 th…
-
Unborking my ISSO comments system and making it more resilient
First, I apologise for not noticing that the comments had been broken for a while. This was entirely my fault and not fault of ISSO, which I’m still super happy with as a self-hosted comments system. So in this post I’m going to describe wh…
-
Upgrading my OpenBSD WireGuard server to in-kernel WireGuard
I’ve blogged about putting together a WireGuard server using OpenBSD a couple of years back. The main purpose of the server was to ensure a slightly more secure connection when I was on hotel WiFi. Of course thanks to the pandemic, I have barely …
-
Migrating from my trusty 2009 Mac Pro to a 2020 Mac Mini M1
I’ve been using a 2009 cheesegrater Mac Pro for quite a while now. I bought it used quite a while ago – around 2013 if I remember correctly – and it’s been serving as my main photo/video/general programming workhorse, although the latter ta…
-
Wrapping up the NZXT H1 recall saga
As I mentioned in my post from a few months ago, I had received the temporary fix in the form of the nylon screws and nuts from NZXT. At that point in time, NZXT’s customer support was not able to tell me when to expect the “real” fix…
-
Automatically enabling multiple Emacs minor modes via a major mode hook
In Emacs, I usually end up enabling the same set of minor modes when I use one of my “writing modes”, namely modes like markdown-mode and org-mode. Enabling a single minor mode automatically is generally pretty easy via the appropriate mode…
-
TIL that org-mode has an exporter for ODT
I’m by no means an Emacs org-mode power user – in fact, anything but – but I do use org-mode a lot for note taking and also when I need an outliner to try and arrange ideas in a suitable manner. It excels at both, and usually does what I need inc…
-
Turning this particular server into a bit less of a pet
I’m in the middle of a server redo – right now, I’m setting up a replacement server for my trusty Dell T30, plus it was time to give this web server a new home. When I started the migration from my old WordPress site to the new static site,…