Category Archives: Linux

Configuring the Pi Zero USB port as a keyboard

Since the Pi Zero allows you to configure the USB port as a USB slave you can make it behave as like a USB serial interface, network interface, keyboard or mass storage device – all of which can be very … Continue reading

Posted in Linux | Leave a comment

Enabling Two Factor Authentication on WordPress using ‘oathtool’

The solution turned out to be quite a bit easier then I expected.

Posted in Linux, Security | Tagged , , | Leave a comment

Cross compiling ‘C’ programs for CP/M using ‘sdcc’

I have always maintained an interest in programming on CP/M long after it really ceased to be actually useful, and I still have my original copy of the Microsoft FORTRAN compiler that I brought way back when.

Posted in CP/M, Linux, Programming | Tagged , , | Leave a comment

Evolution failed to authenticate

Just posting this here to remind me the next time this error occours.

Posted in Linux | Tagged , | Leave a comment

Installing Debian 12 (bookworm) on a Raspberry Pi 3B+

There are a couple of issues but in the end I successfully managed to get Debian running on a Raspberry Pi 3B+.

Posted in Debian, Linux | Tagged , , | Leave a comment

Finding files based on their modification date

To list any files in the current folder that have been modified today, you need to search for files that are less than one day old.

Posted in Linux | Tagged , | Leave a comment

Connecting to a free WiFi without using a GUI

I don’t tend to use a graphical network manager these days and find it simpler to just configure my wireless connection ‘manually’ by modifying the configuration files as my network configuration is a little complicated.

Posted in Debian, Linux, Networking, Raspbian | Tagged | Leave a comment

Pinning packages with APT

We all know that we should really, really keep our systems up to date so we should always use the latest version of a package right?

Posted in Debian, Ubuntu | Tagged | Leave a comment

Installing Open VMS 9.2-1 on QEMU

Since Open VMS 9.2-1 field test installation media and licences are now available to community members I decided it might be time to upgrade my old MicroVAX and switch to VMS on x86_64.

Posted in Linux, VMS | Tagged , | Leave a comment

QEMU unable to start virtual machine after upgrade

After a routine upgrade I was unable to start any virtual machines that were configured to use a bridge network interface. This did cause a bit of a panic as these days I use a virtual machine when browsing the … Continue reading

Posted in Debian, Linux, Virtualisation | Tagged , | Leave a comment