• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • that workflow seems fine if it works for you. seems overkill for debian but if it works i don’t see anything wrong with it.

    one way I do it is dpkg - l > package.txt to get a list of all install packages to feed into apt on the new machine then to setup two stow directories one for global configs. when a change is made and one for dot files in my home directory then commit and push to a personal git server.

    Then when you want to setup a new system it’s install minimal install then run apt install git stow

    then clone your repos grab the package.txt run apt install < package.txt then run stow on each stow directory and you are back up and running after a reboot.















  • yeah that’s what I’m talking about it’s nice to be able to still run a windows 95 or OG redhat 6 distro on period hardware if nothing else for learning and museum.

    people still do it today in the retro space all the time and it’s a hell of a lot harder to do on windows and Mac than Linux since every kernel is still archived. I mean am I that old to remember the 2.6 split. it’s not the same thing since that was maintained but it doesn’t mean someone in the retro space couldn’t do a back port if needed.

    I was at VCF this year and people were still writing new code for PDP11s. it may not be productive in a work sense but preserving computing history is something of value and not ewaste.