To get an application to automatically start when you boot your Synology NAS: SSH into your synology & login as admin or root $ cd /volume1/application Create “application.conf” file using the following code # only start this service […]
Month: December 2018
Rsync server on Raspberry Pi over Debian
How to configure rsync server on Raspebery over Debian First of all, you have to install rsync package: apt-get install rsync Create and edit RSync configuration file: sudo vi /etc/rsyncd.conf Here is my configuration file: uid=nobodygid=nogroupmax connections=50socket […]