Comment π§
Uncategorized
45
Posts
36
Posters
0
Views
-
Comment
don't listen to a friend that tells you to log in and type:
> chmod u-rx .
and log out. -
Comment

-
Comment

@itsfoss Use a distro with BTRFS and snapper making automatic snapshots so you can boot into a snapshot and rollback in case something goes wrong. Saved me so much trouble and time.
-
Comment

In a terminal shell, if you want to do a recursive operation on dotfiles only, don't do `.*` -- do `.[^.]*` for example, and test with a non-destructive command like `echo` beforehand. Reason: `.*` includes `..`
-
don't listen to a friend that tells you to log in and type:
> chmod u-rx .
and log out.@ottoflux haha