this post was submitted on 30 Jun 2023
19 points (100.0% liked)

Transprogrammer

983 readers
6 users here now

A space for trans people who code

Matrix Space:

Rules:

founded 2 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] BlueSharkEnjoyer@lemmy.blahaj.zone 3 points 2 years ago (1 children)

You'll want a -a on that cp to preserve permissions.

usermod -l and a symlink is my plan.

[–] emi@lemmy.blahaj.zone 2 points 2 years ago* (last edited 2 years ago)

Nice plan, I used a symlink to quickly heal fixed paths in configs like

ln -s /home/NewAffirmingName/ /home/OldName/

That way if a setting I transferred over is trying to pull a file from /home/OldName/Gamesave instead of ~/Gamesave it will still work... unless it doesn't recognize symlinks... but for a lot of stuff it has been working.

[–] boo_@lemmy.blahaj.zone 2 points 2 years ago

I finally did this earlier today :)

[–] JerkyIsSuperior@lemmy.world 1 points 2 years ago

And Here I was thinking how naming my host "Archbtw" would be super original :(.

[–] CCF_100@sh.itjust.works 1 points 1 year ago

I want to do this but I'm scared of my transphobic parents seeing it

[–] sheemap@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Bit off topic, but what's the purpose of the '.[^.]*’ regex there? Wouldn't a wildcard * character suffice?

[–] Xea@lemmy.blahaj.zone 1 points 2 years ago* (last edited 2 years ago)

Im happy to say, I have zero proper security practices, 90% of my machines run as root >:3 also CONFIG_MULTIUSER=N is something I have done, so I funny enough cannot relate