This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From -> https://forum.synology.com/enu/viewtopic.php?t=98124 | |
| 1. Go to your console ( https://console.developers.google.com/ ) and create a project. | |
| 2. Create a bucket in Storage -> Cloud Storage -> Storage Browser | |
| 3. Go to Storage -> Cloud Storage -> Storage Access and enable Interoperability | |
| 4. Generate access key | |
| 5. Now go to DSM 5.2 and install Hyper Backup if you havent already. | |
| 6. Pick S3 storage | |
| 7. The input next to the label "S3 Server" is both text input and drop-down. This is where you write "storage.googleapis.com" | |
| 8. Enter key and secret. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Before running this script, make sure you have sysbench installed: | |
| # sudo apt-get install sysbench | |
| # | |
| # This script helps you check if your Raspberry pi is correctly powered. | |
| # You can read more about Raspberry pi powering issues here: https://ownyourbits.com/2019/02/02/whats-wrong-with-the-raspberry-pi/ | |
| # If you're pi is correctly powered (stable power supply and quality cable), after running the script, you should get something like: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| btrfs fi show -d | |
| (/dev/mapper/vg1000-lv) | |
| syno_poweroff_task -d | |
| (or: umount /volume1) | |
| (or2: umount /volume1 -f -k) | |
| Check to see if all us unmounted: | |
| df -h |
OlderNewer