My first thought was, 16 years supporting Linux systems, all command line, and I've never heard of this command. Then I started watching and was like, isn't this just netstat. I'm glad someone below mentioned it's a new replacement for netstat. Thanks for the video, succinct and covers the important stuff. You got a new subscriber.
@gjermundification2 ай бұрын
iproute2 was there in 1998, ss is from 2004.
@Jaabaa_Prime2 ай бұрын
Nice CLI summary. Another really useful one is "sudo ss -ltp" -> Which process (-p) is listenening (-l) on which TCP (-t) ports
@rephlexc2 ай бұрын
oh, i like this one too.
@vk2amv2 ай бұрын
I use ss -lntup all the time with my work. Normally the second command I run after ps -auxwf if I am trying to troubleshoot a service not responding on a server.
@willrun4fun2 ай бұрын
Somehow I've never heard of this command in the past 25 years.
@Jaabaa_Prime2 ай бұрын
It replaces "netstat"
@Ali4s-3212 ай бұрын
I thought that the last time the ss command was used was in Germany in 1945 🙈
@provocativecheesecake2 ай бұрын
@@Ali4s-321That was awful. I approve.
@Ollital2 ай бұрын
me2 TIL
@sauraabh2 ай бұрын
And I thought I was the only one
@whywhyzeemark2 ай бұрын
Great quick howto for the ss command. Learned lots. Took notes. Ran it on Ubuntu 24.04.1 LTS on a new Linode instance. Got same results except for some stuff that leads me to other questions about 24.04 that I will research.
@peterjansen48262 ай бұрын
A program/command which I never use, nice, I can learn. By the way, I will share this playlist with LInux-novices.
@jamessmith42292 ай бұрын
Clear and concise. Thank you.
@Ju13n1s2e92 ай бұрын
Now it is wroted down into my Linux dictionary - using the very useful Cherrytree app for having control on that.
@friedrichdergroe96642 ай бұрын
Very informative. Thanks.
@Parendinate2 ай бұрын
Thank you its an amazing tutorial!
@maxwellsmart31562 ай бұрын
I started using Linux in '94 and now when I want to spin up a quick Linux instance I feel like ripping my hair out when doing network config or anything else and I get 'Command not found'. I might go back to Slackware. Nobody thought about throwing in an alias or wrapper so the intermittent old guys could fade away gracefully.
@toddratson75262 ай бұрын
I feel your pain. I miss the days when you configed an ip and hostname and f'ing computer would keep it till the end of time.
@mariusstark2 ай бұрын
You are outstanding at explaining even the small details. I really like listening and learning from you about linux in general. Can you make a video about hyperland in Arch Linux?
@CaribouDataScience2 ай бұрын
What about uucp?
@mathieuberthalay212 ай бұрын
Thank you for your video 🤩
@AliensInc.2 ай бұрын
Ah nice, thinlinc used this for years
@EmperorTerran2 ай бұрын
good stuff but for people who dunno it ti will be lost in a vacuum, needed some practical example. Like you want to spin a minecraft server using docker and crafty and when you run it you get message that port XXXX is already in use, or better example is pihole and you get message that port 53 is in use.. well darn it who uses port 53, how do I find out? sudo ss -tulpn | grep 53 oh what do you know,, systemd-resolve
@emmanuelulu58782 ай бұрын
Thanks
@jeffshowalter72 ай бұрын
ss -tulpn
@clementihammock75722 ай бұрын
How does it compare to "lsof"?
@ronm65852 ай бұрын
Thank you.
@GantzStoltz2 ай бұрын
2:06
@CocolinoFan2 ай бұрын
`ss -s`: Total: 2259 - TCP: 1193 (estab 925, closed 215, orphaned 5, timewait 213). That's a lot of connections :/ Makes me feel uncomfortable.
@avinashsridhar71242 ай бұрын
the ss commands you.
@s.p.sanjay42532 ай бұрын
Sir could you tell me ,how to become a linux administrator, which topics i mainly focus to learn from scratch in Linux....
@eightsprites2 ай бұрын
Learn networking. And how to install/update linux. Both used for server work.
@s.p.sanjay42532 ай бұрын
@@eightsprites thanks bro
@Easymoney7782 ай бұрын
Try this book bundle, has basically all you need to learn Linux for a super good deal
@Easymoney7782 ай бұрын
Great low-cost bundle for learning Linux, crazy amount of value for a relatively low price
@kamurashev2 ай бұрын
Cool
@uuu123432 ай бұрын
This apparently was a thing. I'm ashamed I never knew about this
@uuu123432 ай бұрын
Oh this is basically an official "tcpdump", representing "socket statistics", interesting
@Rai_Te2 ай бұрын
Just my 2cts ... #1 I had added, that 'ss' is the replacement for the older 'netstat' command from the net-tools package that is no longer installed by many distibutions. #2 is more an cosmetical thing ... light grey characters on black background in your terminal screen is not really easy to read. May be you personally like this color-combo ... however to produce youtube content, you might consider to use a combination with more contrast ... I might suggest to you the use of black characters on white background ... we use this combination as a mandatory setting for all teams/zoom/etc meetings where someone is presenting something using a terminal session. (No more complaints since we moved to that).
@CommanderKappa2 ай бұрын
Does this command commit unspeakable atrocities in eastern europe?
@thetenthplanet2 ай бұрын
No explanation of what the output means and how to interpret it. That felt like a rushed video, Jay. Not your normal work.
@SearchFinger2 ай бұрын
It was not so useful as it was not explained what those columns of figures mean. smh
@johnhawthorne5848Ай бұрын
This video doesn't contain much more than glancing at the man page. It also contains far too much intro, sponsorship info and merchant info. Waste of time.
@GooogleGoglee2 ай бұрын
I mean, making a video on something so simple that can be found in documentation at first glance.... Such a waste of resources and time.
@ohwow20742 ай бұрын
That's a very shallow argument. I for instance had never heard about this command.
@GooogleGoglee2 ай бұрын
@@ohwow2074 good for you
@Jaabaa_Prime2 ай бұрын
To read it in the documentation you first gave to know of it's existence. Many experienced users use the "old" commands, like netstat, ifconfig and nslookup. Not knowing that ss, ip or dig even exist.
@GooogleGoglee2 ай бұрын
@@Jaabaa_Prime I am not experience but I am experienced enough. This command is a must since netstat and others are not recommended. So basically the concept here is that Linux and Unix are systems where you are supposed to be curious, read documentation, and get your own experience. If you didn't know about 'ss' then you are not one of those. Again the specific approach is bad. After all a video will never tell you enough. If you feel touched by what I said, don't. It is not directed specifically to you
@GooogleGoglee2 ай бұрын
@@ohwow2074 good for you!
@natural_stupidity_2 ай бұрын
Would have been more useful if you had explained the output a bit, like what each column is showing. Good helpful video though.
@whywhyzeemark2 ай бұрын
The output varies a bit depending on your lab setup for any given day.