by Jacob Gardiner-Moon | May 25, 2016 | Linux, Ubuntu
If you have been following my other guides I have created guides for setting up Ubuntu and also setting up Plex on Ubuntu. This is slightly related as you may want to use a NFS server to store your media files. I personally have a ISO NFS share for my vCenter as it... by Jacob Gardiner-Moon | May 24, 2016 | Linux, Ubuntu
You may have seen my previous post regarding setting up Plex on Ubuntu LTS 14.03. I will now explain how you can configure a base Ubuntu machine for this to be installed on. You will initially need to download the correct ISO from the Ubuntu website, you can download... by Jacob Gardiner-Moon | May 23, 2016 | Linux, Plex, Ubuntu
You may have used Plex on a Windows machine or a Windows Server but it may be better to run it on Ubuntu Linux as it has a smaller footprint on your environment. You will need to initially create a Ubuntu machine for this to be installed on. I will be creating a guide... by Jacob Gardiner-Moon | May 23, 2016 | Linux, Plex, Ubuntu
You may need to update your Plex server via Command Line if you are using a Headless Ubuntu machine. This can be completed by following the below steps. You will need to obtain the latest Plex update URL, this can be found here https://plex.tv/downloads You will need... by Jacob Gardiner-Moon | Mar 21, 2016 | Linux, Ubuntu, VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
Insert VMware Tools Installer sudo mkdir /mnt/cdrom sudo mount /dev/cdrom /mnt/cdrom tar xzvf /mnt/cdrom/VMwareTools-x.x.x-xxxx.tar.gz -C /tmp/ cd /tmp/vmware-tools-distrib/ sudo ./vmware-install.pl Accept the default options, however I would recommend enabling the...