music |
| | OSdata.com |
route
summary
This subchapter looks at route, a UNIX (and Linux) command.
route is used to manipulate the network routing tables.
route
This subchapter looks at route, a UNIX (and Linux) command.
route is used to manipulate the network routing tables.
view connections
Type route followed by the -v option to list the routing tables. This is close to the same information reported by netstat -r.
$ route -v
routing commands
The route utility can used for add, flush, delete, change, get, or monitor.
The add command will add a route.
The flush command will remove all routes.
The delete command will delete a specific route.
The change command will change aspects of a route (such as its gateway).
The get command will lookup and display the route for any destination.
The monitor command will continuously report any changes to the routing infrmation base, routing lookup misses, or suspected network partitionings.
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.