this post was submitted on 27 Mar 2025
1003 points (90.7% liked)
linuxmemes
24236 readers
1316 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
The weirdest thing for me is when people complain about terminal when there is a meme how much easier it is to do something on Linux compared to windows or MacOS.
Terminal is the easiest way to highlight that for a meme.
Ironically, in Linux, if I ever see a Terminal, it's because I opened it. If I'm doing stuff in GUI, terminals never pop up.
In Windows, doing stuff in GUI a blank terminal opens up and goes away during GUI interaction, or while executing background tasks occasionally.
If only windows and macos included a terminal...
I hate powershell so much
Why does it have to be so verbose
It is really weird, yeah. Half the commands are actual sentences. Tbf most of the common ones have shorter aliases (test-netconnection -> tnc, clear-itemproperty -> clp, get-content -> cat, etc).
The killer feature of PowerShell imo is the -WhatIf flag. I wish all shells had something like that, it's fantastic for testing scripts without risk of damaging anything.
I love its Verb-Noun system and verbose parameter names. It's easy to understand what command or parameter does just by the name. Get-MailboxPermission probably retrieves mailbox permissions, Stop-Process stops process, Remove-ADUser deletes AD user etc. If there would be no auto complete I might find it irritating, but once you get a hang of it, it's a breeze.
Ofc they do. But most users don't use it at all. Even most windows admins (based on my experience) don't know PowerShell which doesn't mean they know how to use CMD.
They must be some pretty shitty admins then. PowerShell is essential for managing more than a handful of windows boxes. If you're running server core (which you should be in most cases) PowerShell and rsat are the only way to manage your boxes
Another example is Exchange where all Admin Center (GUI) operations are calling PS commands underneath. Not everything is in Admin Center so you must use PS eventually. Not to mention that you cannot perform batch tasks without scripting.
Another example is boot or login scripts that run on all the servers/desktops to make environment changes you can't handle with group policy. This person is talking nonsense, they don't know any windows admins.
They chose to be windows admins.
Sounds to me like they chose to be helpdesk. It's nearly impossible to be a windows admin without using PowerShell, unless you're super old school and use vbs for everything.