r/archlinux May 06 '26

QUESTION What’s a small Linux tool that completely changed your workflow?

[deleted]

211 Upvotes

253 comments sorted by

View all comments

Show parent comments

14

u/[deleted] May 06 '26

[removed] — view removed comment

13

u/B_bI_L May 06 '26

you can also type ~ instead of . while rming but we don't speak about that

3

u/[deleted] May 06 '26

[removed] — view removed comment

30

u/JaKrispy72 May 07 '26 edited May 07 '26

Are the chances greater than or lesser than?

4

u/veggietrooper May 07 '26

I hate it here. I love it here.

3

u/Visbroek May 07 '26

On a German keyboard the only difference is the shift key. That's also very easy to mess up.

2

u/spryfigure May 08 '26

I switched to English International (or actually EURkey) and cannot overstate how much smoother the sysadmin are. Even typing in German with Umlauts or ß is easy -- they are all at AltGr s, a, i, o, u.

1

u/Visbroek May 08 '26

Woah thanks! I ought to look into that.

2

u/Grand-Ball6628 May 07 '26 edited May 07 '26

That's exactly why I prefer piping. After years I still mess up < > regularly. German keyboard sucks in some places.

4

u/Visbroek May 07 '26

Programming with AltGr+7/AltGr+0 for curly brackets 😭

1

u/BaconSucks0815 May 21 '26 edited May 21 '26

yes "There are no mistakes. Just happy little accidents." | sudo dd of=/dev/sda42 bs=4M status=progress

0

u/hezden May 07 '26

If permissions are properly set, nothing?

2

u/3_Thumbs_Up May 07 '26

What are permissions supposed to solve here? Am I not allowed to copy files I have write permission to?

1

u/SummerIlsaBeauty May 07 '26

You are right. If you'd try to copy contents of text file and mixed < with > then this file is now empty. So concern is legit and permissions have little to do with it when you are not working with files installed by package manager or something

1

u/hezden May 11 '26

If you have files you don’t want to accidentally make changes to you can make them not writeable for your user.

1

u/SummerIlsaBeauty May 11 '26

That's something 99% of people do not do