Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DA
Devils69Advocate @lemmy.world
Posts 2
Comments 15

How to Update AWS Access Key and Secret Key for Synology Cloud Sync

I have a Synology NAS and I'm using Cloud Sync to send data to an S3 bucket. I want to rotate the IAM user's Access Key and Secret Key and update that in the Cloud Sync app, but there doesn't seem to be a way to edit the connection in Cloud Sync.

I see "Unlink" in Cloud Sync, but I'm not sure what that does exactly. Does it remove the connection and I'll have to "resync" everything to S3? The documentation says, "Unlink: Remove the connection of your Synology NAS and the public cloud service."

Anyone have experience with this?

0
*Permanently Deleted*
  • I just want to add that Signal is not associated with Facebook. WhatsApp is, but uses the Signal protocol. The creator of Signal actually worked with them to make sure they implemented it correctly. I totally get the aversion from anything Facebook related, but Signal itself, isn't.

  • How do I go back to being myself?
  • The login issues seems to have been fixed with the recent update.

    https://join-lemmy.org/news/2023-07-11_-_Lemmy_Release_v0.18.2

    Have your tried clearing your cookies/cache for your browser and logging in? For your mobile app, remove your account from the app or clear the cache in the app settings.

  • Signal is just a company selling privacy
  • I'll give you not being able to buy SIMs without an ID; I didn't know that. But the rest is not as accurate. You should probably just not use a computer or phone to ensure complete security.

  • Signal is just a company selling privacy
  • What are you talking about? I mean trust in the sense of doing the right thing from a security aspect. Maybe whoever is setting up the server isn't as adept with security and doesn't do all that is required.

  • How can I protect devices on my network from malware?
  • A router or firewall by default will block incoming traffic from the internet; it only allows outgoing traffic. So a computer simply being connected to the network shouldn't just all of a sudden get a virus or malware. Users browsing not safe websites, downloading random things, opening random email attachments, or installing unsafe applications will cause the compromise.

    However, port forwarding will open a port on your router/firewall to allow incoming traffic to whatever device you've forwarded that traffic to. SSH itself is not really the concern, but the strength of the password used for the account.

    The internet is constantly being scanned by bots looking for easy targets. Even if you change the default SSH port to something else, it will eventually be discovered and if your server/device responds in such a way to reveal it's an SSH server, then whatever automated system will start trying common usernames and passwords to get in (brute force).

    If you were going to expose SSH, it's best to change the default port, use an uncommon username (not root, admin, pi, etc.) and don't accept connections from anything other than that username, use key based authentication, and probably install Fail2Ban to block brute force attempts. And if you are only going to be connecting from a known source, like your work, maybe just allow that IP with your port forward.

  • Signal is just a company selling privacy
  • I suppose. You're still putting trust into something. To make sure they're doing the right thing and making the right decisions in regards to security and privacy, and that they wouldn't be pressured by a government or third-party to violate that.

  • Signal is just a company selling privacy
  • I see your point, but what threat and their level of sophistication are you trying to avoid? The number is used just for registration. You can get a burner phone if you're worried about sharing your number.

  • Making a USB desk fan from spare CPU fan

    If I wanted to make a USB desk fan from a spare CPU fan (input: 12V, 0.15A), could I just solder a resistor to the positive lead of the USB wire? I plan on getting an adjustable voltage booster, but I was curious if this was possible. I think I would need a 13 ohm resistor for USB 3.0.

    10