Przejdź do treści

blog

How to install Unifi Controller on Debian 10 (Buster)

    I run my controller on Debian and had to reinstall the Unifi Controller following a hardware change. Unfortunately, it would not install since I chose to install a Debian Buster and not a Stretch: it was missing java 8 runtime and had mongodb version issues. I’ve run the following commands (as root) to install Unifi on my host, and tested them again in a docker. They should work out of the box for you: 1. Ensure requirements are met apt-get update apt-get install -y –no-install-recommends gnupg curl ca-certificates 2. Add mongodb 3.6 key and package-cloud key apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 58712A2291FA4AD5… Dowiedz się więcej »How to install Unifi Controller on Debian 10 (Buster)

    How to change Lock screen timeout before display turn off on Windows 10

      If you like to see the images and apps status on the Lock screen, but the display goes black in about a minute, then use this guide to change the Lock screen timeout setting on Windows 10.MAURO HUCULAK30 Sep 2016 18 On Windows 10, similar to Windows 8.1, the operating system features a Lock screen before you sign in to your account. The new experience showcases date and time, quick status for apps you choose, and more importantly a background image, which typically, users opt to display personal pictures or those from Windows Spotlight. While the Lock screen provides useful information and… Dowiedz się więcej »How to change Lock screen timeout before display turn off on Windows 10

      How to Use Docker to Create a Linux Developer Environment on Synology NAS?

        You can use the official Synology Virtual Machine Manager app to create a virtual machine, install any Linux distribution, and work on your development projects on the virtual machine. You can do the same in a Docker container using the official Synology Docker app. Although developing on a virtual machine is much more flexible than developing on a container (as a virtual machine is like a full-fledged computer), a virtual machine requires a lot of memory and system resources than a Docker container. If your Synology NAS does not have enough memory or you don’t want to upgrade the memory… Dowiedz się więcej »How to Use Docker to Create a Linux Developer Environment on Synology NAS?

        UNMS on Synology DSM

          How to setup UNMS & Docker on a Synology NAS This guide will show you how to run the oznu/unms docker image on a Synology NAS running DSM 6. Requirements A Docker compatible Synology NAS Disk Station Manager 6+ Installing Docker on Synology DSM You can install the Docker app using the Synology DSM Package Center. 1. Download Docker Image Open the Docker app on your Synology DSM, go to the Registry section and then search for and download the oznu/unms image. Make sure you select the latest tag: 2. Create Container Launch a new container using the oznu/unms image. Name your container appropriately and then click Advanced Settings: Check the box to Enable… Dowiedz się więcej »UNMS on Synology DSM

          Synology: HTTPS-SSL to Your Docker Containers Without Port at The End

            You all loved my series of articles on how to use an HTTPS/SSL certificate to secure your Docker containers and make them accessible from anywhere, like my article Synology: How to Allow BitWarden to Work Over an HTTPS Connection. And, to continue the series, today I have a new and exciting guide that many of you have been requesting for some time: how to remove the port number at the end of your DDNS synology.me address, for example, :5152. Today I will teach you how to add a custom Subdomain to your synology.me DDNS and use a different one for each of… Dowiedz się więcej »Synology: HTTPS-SSL to Your Docker Containers Without Port at The End