Plex Server Migration

A couple of years ago, I took the plunge, bought an Intel NUC, a ton of external storage, and built a Plex server for all my media (literally hundreds of DVD’s and Bluray discs). It has been chugging along well, dishing up what I want, when I want it.

But, I took the easy route when I set it up originally. I installed Ubuntu desktop on my then new NUC, as that made the configuration trivial. Setting up Wifi? Easy peasy. All the published tutorials on getting Plex up and running. Boffo.

Continue reading →

More on Linux – the new media server

As I am assembling my Plex media server, I have been semi-seriously using Linux for this purpose for about 3 weeks now, and here are some more observations.

First, I have been running it on two systems, an old desktop system with an Intel Core i7-920 CPU, 6 gigs of ram, and several disks (1 SSD for booting, and two quick 1TB WD drives, and a BD/DVD/CD rom drive), and the second system, an Intel NUC with a modest 7th generation i5 cpu (two core, 4 thread), onboard video, and ample connectivity.

The version of Linux I hae been using is the current LTS version of Ubuntu, 16.0.4. I did play with the 17.10 version, but it had some interesting bugs. Like turning off the monitor (a Samsung 24″ unit with HDMI) would cause the display manager to crash and restart.

As mentioned in a prior post, I am impressed by how well everything works. Not quite as pain free as Mac OS-X, but vastly superior to my prior experience of about 6 years ago. Upon installation the installer detected my wireless chips, the bluetooth, and the Intel graphics chips. I did need to be sure to get a version 4.1 or later kernel to fully support the CPU, but that wasn’t difficult. Continue reading →

More notes on Linux

I have been goofing around with Linux on the desktop for a few weeks now. The prime reason is to build a media server for Plex, but there are a few other projects that it will get leveraged for, including hacking around with my Mojo board.

the good

Installation – it was a bit convoluted to initially install. The PC I set it up on was old enough that it didn’t support booting from a USB stick, so I had to dig out a DVD burner to burn a boot DVD. Continue reading →

Linux Observations – 2017

A follow-on to my last post. Having last fiddled with linux (on the desktop, not as a hosting solution) was a VM running under vmware workstation probably 7 years ago. Back then it was just a fancy, enough to get my feet wet.

Last weekend, I resurrected an old PC (the one that I ran VMWare Workstation on, surprisingly), and the Windows 7 installation was borked. As good a time as any, I grabbed a Linux iso (Ubuntu) burned a DVD (alas, this machine is old enough that booting from USB is not supported) and I was off to the races.

Amazingly, one of my gripes in the past was the lack of out of the box support for a lot of hardware. This system installation it found and properly setup all my hardware. Even the cheap wifi card in this system (it is a small PCI board with two antennae and supporting only 2.4GHz radio). Continue reading →

Upgrade Shenanigans – 16.04 LTS

For a few months, every time I log into my droplets I get a banner advising me to upgrade to the new ubuntu 16.04LTS. I had hesitated as I worried that there would be repercussions.

My first attempt, on a very simple droplet with an nginx webserver with a simple Ghost blog installed. It was a flipping disaster. nodes.js failed, the install broke the nginx, and after 4 hours of messing with it, I punted and restored the snapshot I took.

Before the second attempt, I created a new droplet and built a fresh Ghost instantiation, and installed it from scratch. This time, I learned the proper install and setup. How to configure nginx properly, how to setup and install the Ghost package, and the big change in linux, the systemd.  Continue reading →