How to Use the ss Command (Linux Crash Course Series)

  Рет қаралды 28,323

Learn Linux TV

Learn Linux TV

Күн бұрын

Пікірлер: 57
@wyldfiregames
@wyldfiregames 2 ай бұрын
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.
@gjermundification
@gjermundification 2 ай бұрын
iproute2 was there in 1998, ss is from 2004.
@Jaabaa_Prime
@Jaabaa_Prime 2 ай бұрын
Nice CLI summary. Another really useful one is "sudo ss -ltp" -> Which process (-p) is listenening (-l) on which TCP (-t) ports
@rephlexc
@rephlexc 2 ай бұрын
oh, i like this one too.
@vk2amv
@vk2amv 2 ай бұрын
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.
@willrun4fun
@willrun4fun 2 ай бұрын
Somehow I've never heard of this command in the past 25 years.
@Jaabaa_Prime
@Jaabaa_Prime 2 ай бұрын
It replaces "netstat"
@Ali4s-321
@Ali4s-321 2 ай бұрын
I thought that the last time the ss command was used was in Germany in 1945 🙈
@provocativecheesecake
@provocativecheesecake 2 ай бұрын
@@Ali4s-321That was awful. I approve.
@Ollital
@Ollital 2 ай бұрын
me2 TIL
@sauraabh
@sauraabh 2 ай бұрын
And I thought I was the only one
@whywhyzeemark
@whywhyzeemark 2 ай бұрын
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.
@peterjansen4826
@peterjansen4826 2 ай бұрын
A program/command which I never use, nice, I can learn. By the way, I will share this playlist with LInux-novices.
@jamessmith4229
@jamessmith4229 2 ай бұрын
Clear and concise. Thank you.
@Ju13n1s2e9
@Ju13n1s2e9 2 ай бұрын
Now it is wroted down into my Linux dictionary - using the very useful Cherrytree app for having control on that.
@friedrichdergroe9664
@friedrichdergroe9664 2 ай бұрын
Very informative. Thanks.
@Parendinate
@Parendinate 2 ай бұрын
Thank you its an amazing tutorial!
@maxwellsmart3156
@maxwellsmart3156 2 ай бұрын
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.
@toddratson7526
@toddratson7526 2 ай бұрын
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.
@mariusstark
@mariusstark 2 ай бұрын
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?
@CaribouDataScience
@CaribouDataScience 2 ай бұрын
What about uucp?
@mathieuberthalay21
@mathieuberthalay21 2 ай бұрын
Thank you for your video 🤩
@AliensInc.
@AliensInc. 2 ай бұрын
Ah nice, thinlinc used this for years
@EmperorTerran
@EmperorTerran 2 ай бұрын
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
@emmanuelulu5878
@emmanuelulu5878 2 ай бұрын
Thanks
@jeffshowalter7
@jeffshowalter7 2 ай бұрын
ss -tulpn
@clementihammock7572
@clementihammock7572 2 ай бұрын
How does it compare to "lsof"?
@ronm6585
@ronm6585 2 ай бұрын
Thank you.
@GantzStoltz
@GantzStoltz 2 ай бұрын
2:06
@CocolinoFan
@CocolinoFan 2 ай бұрын
`ss -s`: Total: 2259 - TCP: 1193 (estab 925, closed 215, orphaned 5, timewait 213). That's a lot of connections :/ Makes me feel uncomfortable.
@avinashsridhar7124
@avinashsridhar7124 2 ай бұрын
the ss commands you.
@s.p.sanjay4253
@s.p.sanjay4253 2 ай бұрын
Sir could you tell me ,how to become a linux administrator, which topics i mainly focus to learn from scratch in Linux....
@eightsprites
@eightsprites 2 ай бұрын
Learn networking. And how to install/update linux. Both used for server work.
@s.p.sanjay4253
@s.p.sanjay4253 2 ай бұрын
@@eightsprites thanks bro
@Easymoney778
@Easymoney778 2 ай бұрын
Try this book bundle, has basically all you need to learn Linux for a super good deal
@Easymoney778
@Easymoney778 2 ай бұрын
Great low-cost bundle for learning Linux, crazy amount of value for a relatively low price
@kamurashev
@kamurashev 2 ай бұрын
Cool
@uuu12343
@uuu12343 2 ай бұрын
This apparently was a thing. I'm ashamed I never knew about this
@uuu12343
@uuu12343 2 ай бұрын
Oh this is basically an official "tcpdump", representing "socket statistics", interesting
@Rai_Te
@Rai_Te 2 ай бұрын
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).
@CommanderKappa
@CommanderKappa 2 ай бұрын
Does this command commit unspeakable atrocities in eastern europe?
@thetenthplanet
@thetenthplanet 2 ай бұрын
No explanation of what the output means and how to interpret it. That felt like a rushed video, Jay. Not your normal work.
@SearchFinger
@SearchFinger 2 ай бұрын
It was not so useful as it was not explained what those columns of figures mean. smh
@johnhawthorne5848
@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.
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
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.
@ohwow2074
@ohwow2074 2 ай бұрын
That's a very shallow argument. I for instance had never heard about this command.
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
@@ohwow2074 good for you
@Jaabaa_Prime
@Jaabaa_Prime 2 ай бұрын
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.
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
@@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
@GooogleGoglee
@GooogleGoglee 2 ай бұрын
@@ohwow2074 good for you!
@natural_stupidity_
@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.
@whywhyzeemark
@whywhyzeemark 2 ай бұрын
The output varies a bit depending on your lab setup for any given day.
How to Use the ip Command in Linux: A Beginner’s Guide
16:44
Learn Linux TV
Рет қаралды 16 М.
What's the deal with Flatpak? (Linux Crash Course Series)
15:46
Learn Linux TV
Рет қаралды 53 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Linux Crash Course Series - Using the passwd Command
16:14
Learn Linux TV
Рет қаралды 14 М.
Switching to Linux? Here's the Pros and Cons
20:12
Learn Linux TV
Рет қаралды 59 М.
5 AMAZING terminal applications you didn't know you needed
8:40
Nick Skriabin
Рет қаралды 3,8 М.
7 Apps Better Than The Defaults Your Distro Ships
12:43
DistroTube
Рет қаралды 115 М.
How to use the hostname command (Linux Crash Course Series)
13:12
Learn Linux TV
Рет қаралды 12 М.
10 Common Linux Issues and How to Fix Them
23:45
Learn Linux TV
Рет қаралды 91 М.
Have you ever used the "column" command in Linux?
8:24
Veronica Explains
Рет қаралды 121 М.
Demystifying the Top Command in Linux | Linux Crash Course Series
27:08
Linux Crash Course - Easy Terminal Commands for Inspecting Hardware
19:39
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН