Category Tech

Technology Related

Python youtube downloader

First update pip Then install pytube On mac system there is an SSL Certificate error, navigate to your Python folder and run the following command to install the Certificate Finally you can use pytube to downlaod YouTube videos.

2bay NAS 2022 Price List

Synology NAS

Item Price Synology DiskStation DS720+ 2Bays NAS HK$3,575.00 Seagate 2TB IronWolf NAS HK$500.00 Seagate 4TB IronWolf NAS HK$713.00 Seagate 8TB IronWolf NAS HK$1,380.00 Professional Installation Configuration and Migration HK$500.00

Run docker with sudoer group in Synology

SSH into your Synology box Create a docker user group (sudo synogroup –add docker) Change the owner group of the docker.sock file (sudo chown root:docker ) Add your user to the new docker group (sudo synogroup –member docker $USER)