this post was submitted on 24 Jul 2024
97 points (97.1% liked)
Linux
47958 readers
1217 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As a German, it's always fun to use the
ss
command. The SS was the organization that did most of the genocide under Hitler. That's a bad name around here, so people are always surprised that a command is named that.But what's even more fun is that we can memorize the standard set of flags as
-tulpn
, because it's basically spelled+pronounced like "Tulpen", which is German for tulips.So, occasionally I get to tell people to type "SS-tulips" into their terminal and it always confuses the hell out of them. 🙃
I think most Americans think of that as well. It's even the first several Google search results for "ss". Bad name choice.
Though we (Americans) didn't get the fun "tulip" bit.
Funny, in the US I just saw a car that was an "SS" model and I thought "Huh, apparently SS doesn't immediately scream Nazis to Americans" (SS => Super Sport apparently, to Chevrolet)
Yeah, the nazi secret police is still the first thing that comes to mind when most Americans hear/see "SS" without context.
There's so many poor names in FOSS but people refuse to change them out of attachment for history. One other example comes to mind: Gimp.
Basically, devs are terrible at naming things.
Unique and Bad names are very memorable
Like WSUS for patching windows machines, very sus indeed :)
And it's used for killing... processes.
On a separate note, I wish such tutorials explained what the commands are abbreviations of. Would make it easier to remember.
Yeah, I hate that, too. I just looked it up:
ss
is "socket statistics".ss -tulpn
was a welcome find for me. I have it memorized for netstat and dislike always having to install it on a new box, very handy toolI’ll remember that.