Changes

no edit summary
This howto is adapted from [https://www.slsmk.com/how-to-install-universal-media-server-ums-on-ubuntu-in-headless-mode/ this article] describing how to install an older version of UMS on an older version of Ubuntu.
''<pre style="color: red">*This article assumes the hostname of your server is MyMediaServer</pre>''
=Install UMS=
#Install the necessary packages by running the following commands <pre>sudo apt-get install software-properties-common&#10;sudo apt-get update&#10;sudo apt-get install openjdk-8-jre openjdk-8-jre-headless&#10;apt-get install mediainfo dcraw vlc-bin mplayer mencoder</pre>