Dev2: Difference between revisions

From Bitpost wiki
(Created page with "* For ig vscode + docker + python debugging, ooof * Originally cloned from Abtdev1")
 
No edit summary
Line 1: Line 1:
* For ig vscode + docker + python debugging, ooof
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]].


* 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
 
This involved several cleanup steps:
* added [arch=amd64] (to brave, dbeaver) to remove stupid warning about no-i386 release
* updated (docker, dbeaver) from jammy to noble

Revision as of 13:52, 25 February 2025

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

This involved several cleanup steps:

  • added [arch=amd64] (to brave, dbeaver) to remove stupid warning about no-i386 release
  • updated (docker, dbeaver) from jammy to noble