this post was submitted on 11 Sep 2024
14 points (100.0% liked)
Jellyfin: The Free Software Media System
5714 readers
5 users here now
Current stable release: 10.10.0
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What does it mean to ping? Is that a bash command? Sorry if that's a really basic question.
We all start somewhere, and none of us learn without the help of others who've come before us. No need to apologize for that.
ping is a terminal (command line) utility used to check that a different machine is reachable. The name comes from the sound that sonar makes when it strikes a metal ship hull.
Termux is the app to get on Android.
Try it. Open up a terminal emulator / command line and do a ping google.com (or your website or local network address of choice). You'll see the response from the other machine and how long it took to do that.
ping
is terminal or command line command.It works in Windows, MacOS, and Linux.
Go open a terminal and type
ping
then a space, then the IP address of your Android device. If it connects it will give you a latency number. If it doesn't, it will tell you it is not reachable.Windows stops the command at 4 I believe. In Linux and MacOS use CTRL + C to stop the command.
How do I know the IP address of my phone? It's different on an internal network, right? As opposed to the IP address on the internet?
depends on what version of Android but it should be similar.
Also do not delete or modify anything.
Go to Settings -> Network & Internet -> Internet -> (You Network Name Here)
Then click the down arrow for Advanced and under Network Details you will find IP Address.
This Network Details information might be useful later. Remember how you got to it.
Thanks, got it!