From Peppershade on github
https://github.com/Peppershade/abb-linux-agent/releases
His tweak allows running Active Backup for Business on the newer Linux Kernels
This is good for 7.0.0-30 which I am currently running.
Read the page, then download 'install.run' to wherever.
Run the installer in ...
Search found 89 matches
- Sun Aug 23, 2026 4:04 am
- Forum: Synology
- Topic: Active BAckup for Business - Linux on newer kernels
- Replies: 0
- Views: 1
- Fri Jul 24, 2026 3:38 am
- Forum: Synology
- Topic: start stop service via SSH
- Replies: 0
- Views: 24
start stop service via SSH
Found at This great Site
The Issue
We want to manually/using command to start/stop/restart services in Synology NAS (DSM 7) via SSH/terminal etc.
The Answer
We can use systemctl command
Basic usages
# Start, Restart, Stop services
systemctl start [servicename]
systemctl restart [servicename ...
The Issue
We want to manually/using command to start/stop/restart services in Synology NAS (DSM 7) via SSH/terminal etc.
The Answer
We can use systemctl command
Basic usages
# Start, Restart, Stop services
systemctl start [servicename]
systemctl restart [servicename ...
- Thu Jul 23, 2026 2:53 pm
- Forum: Synology
- Topic: SSH to different port
- Replies: 0
- Views: 11
SSH to different port
Code: Select all
ssh -p port_number user@IP- Sat Apr 25, 2026 3:29 pm
- Forum: Synology
- Topic: How-to Install WinXP in the Virtual Machine Manager (VMM)
- Replies: 0
- Views: 54
How-to Install WinXP in the Virtual Machine Manager (VMM)
Install and configure the Synology Virtual Machine Manager package (you’ll need to enable seeing Beta packages in the Package Manager settings).
Get a WinXP-SP3 ISO from somewhere. MSFT doesn’t offer one to the public. I had one from an old job. You’re on your own here.
You need special drivers ...
Get a WinXP-SP3 ISO from somewhere. MSFT doesn’t offer one to the public. I had one from an old job. You’re on your own here.
You need special drivers ...
- Fri Apr 24, 2026 7:33 pm
- Forum: Raspberry PI4/PI5
- Topic: Shrinking SD card ISO
- Replies: 0
- Views: 40
Shrinking SD card ISO
Based almost entirely on this post found here:
https://askubuntu.com/questions/1174487/re-size-the-img-for-smaller-sd-card-how-to-shrink-a-bootable-sd-card-image
Create smaller version of pi
Two things:
dd
pishrink.sh
Burn an image to an SD card and dial it in appropriately.
Startup, add ...
https://askubuntu.com/questions/1174487/re-size-the-img-for-smaller-sd-card-how-to-shrink-a-bootable-sd-card-image
Create smaller version of pi
Two things:
dd
pishrink.sh
Burn an image to an SD card and dial it in appropriately.
Startup, add ...
- Sat Apr 04, 2026 2:47 pm
- Forum: Tek Tok
- Topic: Merge PDF Files
- Replies: 0
- Views: 41
Merge PDF Files
Who knew??
Already installed on my machine is pdfunite. Code below if you don't.
Simply cd into the folder with the files and
Bam! Done!
Already installed on my machine is pdfunite. Code below if you don't.
Code: Select all
sudo apt install poppler-utilsCode: Select all
pdfunite file1.pdf file2.pdf output.pdf- Wed Mar 18, 2026 7:59 pm
- Forum: Synology
- Topic: Import Data from another Synology Spreadsheet
- Replies: 0
- Views: 55
Import Data from another Synology Spreadsheet
OMG it is possible... :shock: :D This is the game changer!
Import Data from another Synology Spreadsheet
You can import data from another Synology Spreadsheet with the IMPORTRANGE function.
To import data from another Synology Spreadsheet:
Open your spreadsheet.
Enter =IMPORTRANGE into a cell ...
Import Data from another Synology Spreadsheet
You can import data from another Synology Spreadsheet with the IMPORTRANGE function.
To import data from another Synology Spreadsheet:
Open your spreadsheet.
Enter =IMPORTRANGE into a cell ...
- Wed Mar 11, 2026 7:32 pm
- Forum: Synology
- Topic: Kernel support for Active Backup for Business
- Replies: 0
- Views: 48
Kernel support for Active Backup for Business
Read here:
https://github.com/Peppershade/abb-linux-agent-6.12
Uninstall if needed:
https://github.com/Peppershade/abb-linux-agent-6.12
Code: Select all
sudo bash install.runCode: Select all
sudo dpkg --remove synosnap 2>/dev/null; sudo dkms remove synosnap/0.11.7 --all 2>/dev/null; true- Wed Mar 11, 2026 7:19 pm
- Forum: Synology
- Topic: Download Station Waiting
- Replies: 1
- Views: 87
Re: Download Station Waiting
The actual cure for me was turning off Navidrome because it was using up all the things...
Thank you for confirming inotify was the issue.
Tumaraytah@Throomah:~$ sysctl fs.inotify.max_user_watches
fs.inotify.max_user_watches = 8192
Real-world usage is multiples of this but Synology won't ...
Thank you for confirming inotify was the issue.
Tumaraytah@Throomah:~$ sysctl fs.inotify.max_user_watches
fs.inotify.max_user_watches = 8192
Real-world usage is multiples of this but Synology won't ...
- Sat Jan 03, 2026 1:09 am
- Forum: Synology
- Topic: Download Station Waiting
- Replies: 1
- Views: 87
Download Station Waiting
Restarting the NAS actually did it for me, but if that doesn't work...
Found here --> https://community.synology.com/enu/forum/1/post/122178?page=1&sort=oldest
I finally managed to sort this out using advice patched together from different sources. A few people have asked for a step-by-step, so I ...
Found here --> https://community.synology.com/enu/forum/1/post/122178?page=1&sort=oldest
I finally managed to sort this out using advice patched together from different sources. A few people have asked for a step-by-step, so I ...