diff --git a/README.md b/README.md
index 2576058..46ed623 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ ### Troubleshooting
If you get a "No such file or directory" error check the following:
1. Make sure you downloaded the zip or rar file to a folder on your Synology (not on your computer).
-2. Make sure you unpacked the zip or rar file that you downloaded and are trying to run the syno_app_mover.sh file.
+2. Make sure you unpacked the zip or rar file that you downloaded and are trying to run the syno_hdd_db.sh file.
3. If the path to the script contains any spaces you need to enclose the path/scriptname in double quotes:
```YAML
sudo -s "/volume1/my scripts/syno_hdd_db.sh -n"
diff --git a/my-other-scripts.md b/my-other-scripts.md
index be27b47..b465b69 100644
--- a/my-other-scripts.md
+++ b/my-other-scripts.md
@@ -6,6 +6,7 @@ #### Contents
- [Synology recovery](#synology-recovery)
- [Other Synology scripts](#other-synology-scripts)
- [Synology hardware restrictions](#synology-hardware-restrictions)
+- [How To Guides](#how-to-guides)
- [Synology dev](#synology-dev)
##
@@ -29,6 +30,9 @@ ### Plex
### Synology docker
+- **Synology_Docker_export**
+ - Export all Synology Container Manager or Docker containers' settings as json files to your docker shared folder.
+
- **Synology_ContainerManager_IPv6**
- Enable IPv6 for Container Manager's bridge network.
@@ -56,7 +60,7 @@ ### Synology recovery
- **Synology_DSM_Telnet_Password**
- Synology DSM Recovery Telnet Password of the Day generator.
-
+
[Back to Contents](#contents)
### Other Synology scripts
@@ -64,6 +68,9 @@ ### Other Synology scripts
- **Synology_app_mover**
- Easily move Synology packages from one volume to another volume.
+- **Video_Station_for_DSM_722**
+ - Script to install Video Station in DSM 7.2.2
+
- **Synology_Config_Backup**
- Backup and export your Synology DSM configuration.
@@ -76,6 +83,12 @@ ### Other Synology scripts
- **Synology_Cleanup_Coredumps**
- Cleanup memory core dumps from crashed processes.
+- **Synology_toggle_reset_button**
+ - Script to disable or enable the reset button and show current setting.
+
+- **Synology_Download_Station_Chrome_Extension**
+ - Download Station Chrome Extension.
+
[Back to Contents](#contents)
### Synology hardware restrictions
@@ -105,6 +118,16 @@ ### Synology hardware restrictions
- **Synology_enable_sequential_IO**
- Enables sequential I/O for your SSD caches, like DSM 6 had.
+- **Synology_Information_Wiki**
+ - Information about Synology hardware.
+
+ [Back to Contents](#contents)
+
+### How To Guides
+
+- **Synology_SSH_key_setup**
+ - How to setup SSH key authentication for your Synology.
+
[Back to Contents](#contents)
### Synology dev
@@ -115,4 +138,7 @@ ### Synology dev
- **ScriptNotify**
- DSM 7 package to allow your scripts to send DSM notifications.
+- **DTC_GUI_for_Windows**
+ - GUI for DTC.exe for Window.
+
[Back to Contents](#contents)