Tags
- ALGOL 68
- Alpha
- apt
- audio
- bash
- buster
- C/C++
- GDM
- GNOME
- grub
- i2c
- jessie
- KDE
- lenny
- lightdm
- lighttpd
- MATE
- micropython
- Minix
- photography
- pygame
- python
- qemu
- Raspberry Pi
- Raspberry Pi 3
- Raspberry Pi Zero W
- retrocomputing
- sensehat
- simh
- squeeze
- ssh
- stretch
- ubuntu
- UFW
- VAX
- video
- VMS
- wheezy
- wireless
- wordpress
- xdmcp
- XFCE
- xrandr
- X windows
- yum
Updated
-
Recent
Popular
- Installing MINIX 3
- Installing GNOME2 on Debian (Lenny)
- Set Linux Console Height and Width
- Display DECWindows on Linux X Server
- Implementing 'cat' in Python (reading a file character by character)
- Coding for Carrots - Solutions
- Rendering SVG graphics in Python
- Networking with SIMH (or QEMU) on Debian (buster)
- Setting the network MTU size
- Configuring a Transparent Tor proxy
Recommended
- 1,008,744 hits
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.
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.
Evolution failed to authenticate
Just posting this here to remind me the next time this error occours.
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+.
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.
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.
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?
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.
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