Select Page

RStudio server on Synology DiskStation

Another use for your Synology NAS and the Docker app: run a docker instance of rocker/RStudio. I just used the following YAML: version: “3” services: rstudio: image: rocker/rstudio:latest container_name: rstudio network_mode: “bridge” restart:...

Fixing Oppo BDP-93 “no disc” error

I happen to own this great Blu-ray player. After many years of flawless operation it has started acting up recently and failing to recognize disks. Eventually it got to a point where it would show “no disc” for every disc… Searching the web for the...

Improved guide to running OpenVPN server on Unifi USG

OpenVPN is one of the most secure (and flexible) Virtual Private Network solutions out there, and it’s sort-of easy to implement on the Unifi USG – even on the lite “3P” version. From various discussions I found on the web I gather that it...

Synology NAS as a Syslog server for Unifi controller

Some time ago I have enabled DPI restrictions on my USG-3P. There was this curious option that I wasn’t sure what it does: “Enable logging traffic…” I checked that, but nothing seemed to change. Nothing – until I figured one day that I...