-
MythTV with HDHomeRuns on VLAN
My kit for this exercise is: SonicWall: TZ 215, (SonicOS Enhanced 5.9.1.10-1o) SonicWall setup This section creates the SonicWall stuff that takes the VLAN from the VMware ESX host and connects it to a SonicWall interface port. To keep everything simple because we are using the SonicWall interface “X2” we will call the zones “HDHomeRunX2”… read more…
-
New Train Driver At Manukau Live Steamers
Manukau Live Steamers, https://manukaulivesteamers.co.nz/ at Centre Park on Robertsons Road Mangere are a great place to go for some fun out for the kids. This club “was formed in 1980 to build a ground level track so members that were building miniature locomotives would have a track on which to run their locos.“ Adults and… read more…
-
Date Problems Converting A Dictionary To JSON
If you want to convert a dictionary object to JSON you would use something like: myJSON = json.dumps(myDict, indent=4, sort_keys=True) read more…
-
Reduce audio noise without video loss
I have a Nikon Coolpix S7000 compact camera that I use for most things. Its showing it’s age and it would be nice to replace it – one day. The other day I learned a painful lesson, this camera has terrible audio, specifically it adds a lot of hiss to recordings. I was using it… read more…
-
Replacing a system disk in Open Media Vault
Fortunately Open Media Vault, OMV, emails warnings when disks are failing. This is also true for the system disk. I have been getting warnings my old system disk is failing and this is what I did to fix it. First shutdown the PC and disconnect the RAID disks – just to ensure you don’t do… read more…
-
Persisting Azure Pipeline Variables
Azure pipelines are great, but a frustration is how to persist variables through phases in build and release pipelines. For two tasks running in the same agent phase you can pass variables a number of ways. If it is a Windows host you can do it through PowerShell or the O/S, otherwise you can drop… read more…
-
Scanning a booklet without an ugly crease
When you try to scan a thick booklet or a book you can often get the above ugly crease around the staples when you try to lay the booklet flat. Less than desirable, the question is how to remove the crease mark. While you can remove the crease after scanning this may not work so… read more…
-
Getting your YouTube videos in full HD
Have you noticed that you can upload a full HD video to YouTube and it’s great quality but when you watch it on YouTube the quality is rubbish. The likely problem is that YouTube is not displaying it in the resolution you uploaded, sometimes quite a low resolution. Google: Low video quality after upload https://support.google.com/youtube/answer/71674?hl=en… read more…