music |
| | OSdata.com |
netstat
summary
This subchapter looks at netstat, a UNIX (and Linux) command.
netstat is used to symbolically displays the contents of various network-related data structures.
netstat
This subchapter looks at netstat, a UNIX (and Linux) command.
netstat is used to symbolically displays the contents of various network-related data structures.
view connections
Type netstat to see the list of all sockets and server connections.
$ netstat
main info
The main information for webserver administration is in the first few lines, so you can pipe to head:
$ netstat | head
routing addresses
Use the -r option to display the network routing addresses.
$ netstat -r
other
In June 2009, Ken Milberg named this command as one of the Top 50 universal UNIX commands at this web page Top 50 Universal INIX commands. Note that this web page requires agreeing to be spammed before you can read it.
comments, suggestions, corrections, criticisms
free music player coding example
Coding example: I am making heavily documented and explained open source code for a method to play music for free almost any song, no subscription fees, no download costs, no advertisements, all completely legal. This is done by building a front-end to YouTube (which checks the copyright permissions for you).
View music player in action: www.musicinpublic.com/.
Create your own copy from the original source code/ (presented for learning programming).
Because I no longer have the computer and software to make PDFs, the book is available as an HTML file, which you can convert into a PDF.
Names and logos of various OSs are trademarks of their respective owners.