Configure a svn repository on SourceForge to allow changing a log message

I tend to make typos in the log messages to SubVersion commits and it is always embarrassing when I later come across these typos. Svn can be configured to allow changing log messages by adding a server hook, but that's not the default. The now defunct OSDN, which was based on an old version of … Continue reading Configure a svn repository on SourceForge to allow changing a log message

Prevent the Proxmox Terminal UI installer to switch to graphics mode

I wanted to try Proxmox VE on one of the BMAX B6 mini PCs we recently bought - the ones which turned out to not meet the Windows 11 minimum requirements - and ran into an unexpected problem: Regardless whether I selected the graphical or Terminal UI installer, after a few seconds the display went … Continue reading Prevent the Proxmox Terminal UI installer to switch to graphics mode

When setting sshd PasswordAuthentication to no has no effect

After setting up ssh authentication via public/private key for my user account on my Ubuntu 22.04 server, I wanted to disable authentication via password for security reasons. So in /etc/ssh/sshd_conf I changed the entry PasswordAuthentication from yes (the default) to no: [plain] # To disable tunneled clear text passwords, change to no here! PasswordAuthentication no … Continue reading When setting sshd PasswordAuthentication to no has no effect

Using two factor authentication for ssh with Ubuntu 22.04

Since many of the instructions I found on the internet seem to be flawed or at least outdated, here is how I managed to enable two factor authentication (2fa) with (time based) OTP in Ubuntu 22.04 using the Google Authenticator PAM plugin. Note: When using ssh private/public key based authentication, no OTP prompt will be … Continue reading Using two factor authentication for ssh with Ubuntu 22.04

When changing your password in a Samba NT domain does not work

I recently set up a Samba Server using Ubuntu 22.04 as an NT domain controller (not Active Directory!). After quite some time fiddling with the settings and finally getting external help it worked. I could successfully add a Windows 10 computer to the domain and then log into it using any of the configured domain … Continue reading When changing your password in a Samba NT domain does not work