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

help-circle


  • The point being made is really just the identity of user being tied to [email protected] vs @handle it seems like that concept has died with Web 2.0. Only thing I would improve of the fediverse. If communities could be merged with when a group of instances agree to form a network. Like how IRC does it with channels. I mean yeah there would be netsplits from time to time but it would cut down on duplication and increase the traffic of niche communities like the benefits of central platforms get but it’s still distributed.













  • 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.