this post was submitted on 20 Oct 2025
614 points (99.5% liked)
linuxmemes
27783 readers
525 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I never ever had to run my file manager as root.
It's nice to have a GUI for those things sometimes rather than a command line for everything. If you're doing things right, your daily login shouldn't have access to modify system settings or read sensitive logs. But troubleshooting requires that often and ls, vim, cat, tail, etc., can become cumbersome compared to a GUI file manager and proper GUI text editor like Kate or Gedit.
Same here, but I can understand why someone might want to. For many people, even those that are comfortable on the command line, a GUI is a more comfortable experience. And, I have (rarely) needed to do some filesystem management as not my primary user account.
I installed something that I got very disappointed, and wanted to get rid of it
the script itself tried to rm something in a directory but failed, sudo dolphin didn't work, so I found out how to delete stuff from... I think /bin or /usr/local/bin ?
That needed me to run as admin/root so I did it. I deleted 1 file, the leftover artifact of the thing I didn't want installed. I then stopped using dolphin as admin so that I wouldn't break everything forever.
Let me stop you right there altogether!
I'm getting used to it; I customised it to my liking and it even has a terminal built in. what do you recommend instead?
also, what do you recommend that works like VSCode for writing shit into that I never save and leave open forever, and has a search functionality on all open files that can work on any programming language I want (through compiler/interpreter and colour scheme plugins)?
Vscodium.
Or one of the many variants of ol' Sublimetext and Atom (Sublime is paid for, Atom has been abandoned, but there are successors)
I'll check out some atom successors, thanks! Any specific ones you like?
You can use vscode on linux
I know I can, but I want to learn about alternatives and grow.
I'm trying to learn vim so I have neovim with neovim. With this you can do a lot more stuff. Have a lot more functionality, and it's super easy to set up
If your needs are not that complex, you could maybe stick with kde and use kate.
Uhh does Codium not work for you? It's not Vim but it's something
I haven't tried, but I want to learn about alternatives and grow. I don't want vscode with the scummy bits removed, I want to see something that's better and try something new that's similar to something that has solved the problems I stated.
Let me stop you right there!