I am looking to have multiple computers with speakers in multiple rooms. I would like to from one single machine, be able to stream music to the remove host(s) at will, and thus be able to control what music is playing in each room from a central location...
this is simple enough with linux...
stick a linux box in between the DSL modem you the users (you/mom) and then use traffic shaper and/or some other QOS utilities.
I have used traffic shaper before for a QA lab testing our applications over a 56k modem... it is easy to setup and admin.
"> /dev/null" only sends stdout to /dev/null, anytime you have errors, or something that writes to stderr, it will still appear on the screen, as in:
rm -f /etc > /dev/null
rm: cannot remove `/etc': Permission denied
vs
rm -f /etc > /dev/null 2>&1
the 2>&1 says to also send the...
Anyone every have any experience with this?
It is supposed to be its _OWN_ Operating System that allows you to run virtual machines on the same machine.....
Does this really work reliably? Who has run ESX with more than one MS WinX running constantly? (i.e. as a service provider)
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.