Search found 88 matches

by Mike R
Fri Jul 24, 2026 3:38 am
Forum: Synology
Topic: start stop service via SSH
Replies: 0
Views: 11

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 ...
by Mike R
Thu Jul 23, 2026 2:53 pm
Forum: Synology
Topic: SSH to different port
Replies: 0
Views: 7

SSH to different port

Code: Select all

ssh -p port_number user@IP
Simple enough, but difficult to remember. :idea:
by Mike R
Sat Apr 25, 2026 3:29 pm
Forum: Synology
Topic: How-to Install WinXP in the Virtual Machine Manager (VMM)
Replies: 0
Views: 48

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 ...
by Mike R
Fri Apr 24, 2026 7:33 pm
Forum: Raspberry PI4/PI5
Topic: Shrinking SD card ISO
Replies: 0
Views: 36

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 ...
by Mike R
Sat Apr 04, 2026 2:47 pm
Forum: Tek Tok
Topic: Merge PDF Files
Replies: 0
Views: 36

Merge PDF Files

Who knew??
Already installed on my machine is pdfunite. Code below if you don't.

Code: Select all

sudo apt install poppler-utils
Simply cd into the folder with the files and

Code: Select all

pdfunite file1.pdf file2.pdf output.pdf
Bam! Done!
by Mike R
Wed Mar 18, 2026 7:59 pm
Forum: Synology
Topic: Import Data from another Synology Spreadsheet
Replies: 0
Views: 47

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 ...
by Mike R
Wed Mar 11, 2026 7:32 pm
Forum: Synology
Topic: Kernel support for Active Backup for Business
Replies: 0
Views: 41

Kernel support for Active Backup for Business

Read here:

https://github.com/Peppershade/abb-linux-agent-6.12

Code: Select all

sudo bash install.run
Uninstall if needed:

Code: Select all

sudo dpkg --remove synosnap 2>/dev/null; sudo dkms remove synosnap/0.11.7 --all 2>/dev/null; true
by Mike R
Wed Mar 11, 2026 7:19 pm
Forum: Synology
Topic: Download Station Waiting
Replies: 1
Views: 81

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 ...
by Mike R
Sat Jan 03, 2026 1:09 am
Forum: Synology
Topic: Download Station Waiting
Replies: 1
Views: 81

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 ...
by Mike R
Sat Nov 22, 2025 4:24 am
Forum: Whatever sticks together.
Topic: Build Grip Strength
Replies: 0
Views: 178

Build Grip Strength

Taken from Cliffy's Substack
https://clifhigh.substack.com/p/aw-just-get-a-grip

### 1. Dead Hangs (The Foundation)

- **Why it works**: Pure isometric forearm endurance — exactly what the longevity studies measure.

- **How-to**:

– Grab a pull-up bar (overhand or neutral grip)

– Hang with ...