Bankenstein

joined 2 years ago
MODERATOR OF
[–] [email protected] 4 points 2 years ago

EndeavourOS, formerly pure Arch btw.

[–] [email protected] 23 points 2 years ago (4 children)

Used both. Dislike both. Now on i3.

[–] [email protected] 11 points 2 years ago (2 children)

Der ICE Nummer 7 aus Neustadt-Langarsch fällt heute leider aus.

[–] [email protected] 16 points 2 years ago

"Scan DIN A4"

ich hasse dich, hier hochwähli

[–] [email protected] 21 points 2 years ago (1 children)

This supports my claim that EndeavourOS is a just-works custom Arch install, and a brilliant one at that.

[–] [email protected] 5 points 2 years ago

"Lipa" ist tatsächlich ein slawisches Wort für "Linde".

[–] [email protected] 15 points 2 years ago

Back in the day when a lot of things things were capped at 8 characters, my uncle used to work for a company where they had (first 7 letters of last name) + (first letter of first name).

At least until they hired a woman named Margaret Manspera. Luckily, [email protected] was spotted in advance, and she was given [email protected] instead.

[–] [email protected] 3 points 2 years ago (1 children)

Klingt wie etwas von heute.

[–] [email protected] 11 points 2 years ago* (last edited 2 years ago) (1 children)
[–] [email protected] 6 points 2 years ago

es gäbe ja auch lieber eine Polizei als keine

[–] [email protected] 10 points 2 years ago (1 children)

Move all your heavily modified config files into a git repository and host it somewhere. Then symlink all your config files to where they should be with ln -s ~/.config/whatever ~/gitrepo/whatever. That's how you preserve your important configs.

You can easily get a list of your installed packages (which you can keep in your repository) with apt list --installed > packages.txt. You can then format that list to one you can install from with sed -e "s-/.*$--" <packages.txt (or something, i don't have apt, can't test it fully).

In fact, if someone here is more familiar with apt, please find a way to filter out packages that were not explicitly installed and reply to this comment with your solution.

view more: ‹ prev next ›