music |
| | OSdata.com |
nice
summary
This subchapter looks at nice, a UNIX (and Linux) command.
nice
This subchapter looks at nice, a UNIX (and Linux) command.
load balancing
Most of the daily work for a system administrator is making sure that system resources arent overloaded so that everythign runs smoothly.
Sometimes a program will hog the CPU. This may be due to an infinite loop, repeatedly forking itself, or other bug, or it may be due to the nature of the processing being done.
In either case, the system administrator can use the nice command to adjust the CPU priority of each runnign process so that the entire system runs smoothly.
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.