wviana

u/wviana@lemmy.eco.br
1 posts · 68 comments

Recent posts

No posts.

Recent comments

Fpr tldr I do prefer tealdeer (rust) instead of the node implementation in the post

For tmux there are screen that is simpler, I mostly use in server. In my local I like to use zellij, that is a tmux like implemented in rust.

Don't miss ripgrep. Really awesome/fast replacement for grep.

on *Permanently Deleted* · c/linux · 1 pts · 2y

~ is a "aliás" to your user home directory. If you are anywhere and want to copy something into your documents folder you can do cp file.txt ~/Documents instead of cp file.txt /home/username/Documents

So by typing rm ~ it actually deleted the /home/username directory instead of the ~ file in it.

I think rm '~' does delete the file.

on Distrochooser · c/opensource · 4 pts · 2y

Arch user. Just had a really good experience with Debian on old 32bits hardware. The survey suggested Debian. I'm thinking if I shouldn't use Debian everywhere instead of Arch everywhere.

on *Permanently Deleted* · c/linux · 25 pts · 2y

This one is from a coworker. He noticed there was a file named ~ inside his home. Decided to delete it. So rm -rf ~.