Introduction
This page describes the installation of damson, which is my work desktop and backup server.
Procedure
- Back up the following things:
- alexis’s home
- crontabs
- rdw2 database
- /etc/rdw2/rdw2.py
- root’s ssh keypair
- anything important/painful from /scratch (e.g. Firefox profiles; fake GPS directory)
- Remove all USB disks
- Complete Installing Debian 11 on a PM or KVM VM.
- Selectively restore the things backed up earlier.
- Tailor the login environment as per configuring desktop environment.
- Reattach USB disks.
- Restore RDW’s cronjob file and SQLite database and run:
SETS=( laptops multimedia oss user-data ) for SET in "${SETS[@]}"; do rdw2 --check-set $SET done
- Previously, I had added a NAT-and-bridged network using a manual procedure (documented in a page I have since binned) but I suspect that is not needed anymore.
- Complete Finalising a Linux installation.