Tag: synology
-
Make a Bridge of your Synology Ethernet ports
If you have Synology NAS with 2 (or more) Ethernet ports (like mine, DS916+), you can pair them in the Bridge. In the following steps I will show you how to bridge your second Ethernet port (LAN 2, or eth1) to your first Ethernet port (LAN 1, or eth0), so LAN 1 will be your…
-
Bulk git clone for BitBucket repositories of your team or user
If you need to clone all your Git repositories in bulk, I’ve prepared some bash script in this article which should help you to make it possible.