Dev2

From Bitpost wiki

For ig vscode + docker + python debugging, ooof. Requires HUGE amounts of drive space, but seems to keep up with two vscode sessions (repo + vscode attached to docker container). Originally cloned from Abtdev1.

Migration to Ubuntu 24.04

This was the first GUI migration to 24.04, which includes wayland. It seems to be running my i3 on X just fine though with no real adjustments by me.

The migration disables all non-Ubuntu apt repos. I added these back in:

  • vscode
  • brave
  • docker
  • dbeaver
  • albert (manuelschneid3r)

This involved several cleanup steps:

  • mv *.list.distUpgrade back to *.list for each repo
  • added [arch=amd64] (to brave, dbeaver) to remove stupid warning about no-i386 release
  • updated (docker, dbeaver) from jammy to noble
  • updated (manuelschneid3r) from xUbuntu_22.04 to 24.04
  • I did NOT do any migration to use of .sources (which i believe perhaps I should... but it's working as-is and I don't remember how sources work... so... later!)