Synology Moving Packages Between Volumes DSM 7.0

Stop the application(s) via the Synology package center. Make sure that Telnet/SSH is enabled Login to Synology using SSH and elevate to root. Make sure that the volume you are moving the application(s) to have the following folders: @appstore @apphome @appconf @apptemp If they do not you will have to create them in super user mode “sudo -i” for all of the following commands sudo -i cd /volume2 mkdir /volume2/@appstore…

How to Switch Domain Controller

Find Current Domain Controller You can grab the domain controller that the computer is currently connected to with these steps: Select the “Start” button. Type “CMD“. Hold “Shift” and right-click “Command Prompt“. Select “Run as different user“. Type credentials for a Domain Admin user account. At the Command Prompt, type: nltest /dsgetdc:domainname Switch Domain Controller Command Actually switch the domain controller computer is using with these steps. Select the “Start” button. Type…