this post was submitted on 24 Mar 2025
442 points (93.2% liked)
linuxmemes
24153 readers
1347 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
A lot of things are easier to do even for experts with gui, as you might need to type 30 lines for what you could do in 1-2 clicks
In the 15 years of me using Linux as my main system both for work and for fun, I have never experienced this situation. Never. I seriously don't know what you guys doing that not only requires you to type 30 lines of commands - insane amount of commands, you can setup a complicated server from scratch with this amount if commands - that can also be accomplished with two clicks.
Give me at least couple of examples, I'm very curious
I don't know if this applies but I did the switch to Linux a coupls weeks ago (To Linux Mint, because beginner friendly).
I'm curious with tech stuff but I'm not tech savvy in any way shape or form.
Thing is, the in way to connect to my Google drive sucked hard. On windows I would install the program and be able to access it like any drive. On Mint there is a GUI way to connect to your Google account, but it is so slow that it took a PDF solid 2 minutes to load each page. So no way to work with that.
So I needed a solution, which I found by installing rclone and setting it up.
That was a stupid amount of work and command lines I realy did not understand at all (this was my time using the console).
Yeah, the way Google doesn't make a Linux version of their product is indeed bad. They say it's because they want us all using their web version, and it would be probably even a valid excuse, but they make their soft for Windows, but not for Linux for some reason.
Thankfully they are in minority, and you can just ditch them and use different, more user-friendly clouds. Or, as you mentioned, cool working tools that community made for free, since Google is apparently incapable.
Edit: back to the previous point, you managed to do it first time without help, which kind of confirms my point. There is a Russian proverb "while the eyes are afraid, the hands are already at work", which is very apt here.
Well there is insync, but it costs money. I'd just stick to rclone.
If a GUI can be built which accomplished something in 1-2 clicks, then there's very likely a CLI which can do the same with 1-2 commands, as CLIs are easier to implement than GUIs...