If you’re using MythTV 0.28 on Ubuntu 16.04 …
June 2, 2016
… you’ll want to know about this bug. Put the following string in the end of your /etc/mysql/conf.d/mythtv.cnf ;
random notes, guides, and thoughts…
June 2, 2016
… you’ll want to know about this bug. Put the following string in the end of your /etc/mysql/conf.d/mythtv.cnf ;
June 2, 2016
I’d like for the VMs I’m deploying to be entirely headless (that is, no virtual graphics card at all, serial console only). Turns out that you can do ISO-based installations of CentOS-7, headless, without having to unpack the ISO and mess with stuff. Enter virt-install, the swiss army knife of KVM O/S installs;
May 31, 2016
Messing with KVM as a replacement for my Microserver setup at home. With KVM, you can define a thin-provisioned VM image file (a qcow2 file), which is a sparse file on the filesystem. You can then configure the guest O/S so that TRIM support works, and it can then unmap unused blocks by the guest FS and have those blocks get unmapped the whole way down the stack (released from the sparse file, and ultimately trimmed from the underlying SSD if there is one).
May 31, 2016
I picked up a few LoLin NodeMCU v3 boards the other day (you can read a comparison of the various NodeMCU dev boards here). However, I had a hiccup with it.
April 30, 2016
Last post I mentioned how I got an ESP8266 board. Well, I’ve put together that with a DHT11 and MQTT to create a widget that senses temperature and humidity, then posts that on a regular basis to your MQTT message broker. The data comes out in JSON format for ease of use. I’ll cover the hardware later, once I get the rest of my prototype boards.
April 29, 2016
The ESP8266 is a ridiculously cheap ($2 or so from China), WiFi equipped breakout board which has a 32-bit microcontroller and Flash (1MB) onboard. It comes in a bunch of different versions (mine is an ESP-01), and all with different Flash capacities. The pinout of the one I have appears below;