New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 14:53, 25 April 2024Cloud Sync No longer works, owner changed (hist | edit) ‎[1,447 bytes]Bacchas (talk | contribs) (Created page with "The settings are stored in an SQLite database and can be modified there. I took the following steps. 1*Stop the cloud sync service from the package manager Connect through ssh to your diskstation or open a terminal console window go to the volume where the configure for cloudSync sits. and there into the config folder. for me that was `cd /volume1/@cloudsync/db` before we open the sqlite database to modify it we need to look up what the user id and group id of our new u...")
  • 14:51, 25 April 2024How do I sign in to DSM with RSA key pairs via SSH? (hist | edit) ‎[861 bytes]Bacchas (talk | contribs) (Created page with "'''Generate Key pair on local computer''' *Sign in to DSM as an administrator. *Go to DSM File Station > home. *Create an sub-folder named .ssh. *Upload the public key id_rsa.pub to the .ssh folder. '''Sign in as an administrator''' *Sign in to DSM as an administrator via SSH (refer to this article for detailed instructions, but do not run sudo -i). *Run a cd command to switch to the .ssh folder you previously created. *cd ~/.ssh *Append the public key to a new file b...")
  • 18:24, 7 March 2024Update Windows From PowerShell (hist | edit) ‎[177 bytes]Bacchas (talk | contribs) (Created page with "**Install Windows Update Module - Install-Module PSWindowsUpdate. **Check and Download the latest updates - Get-WindowsUpdate **Install the latest updates - Install-WindowsUpdate")