alexsup21

joined 5 months ago
[–] alexsup21@szmer.info 2 points 5 months ago (1 children)

but it does take a bit of configuration to get there.

Unfortunately, for most people that's already too much..

[–] alexsup21@szmer.info 1 points 5 months ago

I use this too.. though I had to do some modifications to the wireguard script (it cleared iptables and blocked the SSH port). Other than that it works great.

[–] alexsup21@szmer.info 1 points 5 months ago

In my case it actually does. Recently I stopped journaling my dreams and I can't remember having dream for a while.

[–] alexsup21@szmer.info 1 points 5 months ago (1 children)

That's why I always press tab to autocomplete due to this.

[–] alexsup21@szmer.info 15 points 5 months ago (3 children)

I installed timeshift to have a way to create restore points just in case I mess something up while fiddling with my Archbox.

I used it for a while before I decided to remove it. After that, I realized it didn't remove the "restore points" (I didn't fully understand how it worked) and thought it would be good idea to rm -rf /run/timeshift.

My whole /home was smited (it uses symlinks to create these "restore points"). Before I realized, it removed gigabytes of data.

Lesson learned: always understand how something works and always be careful when using rm -rf.