Search found 84 matches

by Mike R
Sat Apr 04, 2026 2:47 pm
Forum: Tek Tok
Topic: Merge PDF Files
Replies: 0
Views: 10

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: 11

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

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: 44

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

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

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 shoulders rel ...
by Mike R
Fri Nov 14, 2025 4:29 am
Forum: Tek Tok
Topic: Make a poll, and then make it public by default
Replies: 0
Views: 148

Make a poll, and then make it public by default

Linky --> https://www.phpbb.com/customise/db/mod/phpbb_show_poll_voters_usernames/support/topic/124636 For prosilver In template/posting_poll_body.html Find <dd><label for="poll_vote_name"><input type="checkbox" id="poll_vote_name" name="poll_vote_name"{VOTE_NAME_CHECKED} /> {L_POLL_VOTE_NAME ...
by Mike R
Sun Oct 19, 2025 4:26 pm
Forum: AA Tidbits
Topic: Etiquette Suggestions for Members
Replies: 0
Views: 192

Etiquette Suggestions for Members

I'm quite sure there could be more, but as long as we keep it under Rule 62 I think we're good. :D Avoid Crosstalk It is important to address the group when sharing, rather than addressing another person after they share with the group. When shares are directed to the group, everyone can benefit ...
by Mike R
Fri Oct 10, 2025 7:08 pm
Forum: Tek Tok
Topic: Graphene OS Installation
Replies: 0
Views: 153

Graphene OS Installation

Graphene OS Install Notes via web installer https://grapheneos.org/install/web Have a high quality USB C cable available. Don't cheap out. Tap build number repeatedly to become a developer. Settings > About phone/tablet Enable OEM unlocking. If greyed out, update device OS before beginning ...
by Mike R
Fri Sep 12, 2025 5:35 pm
Forum: Synology
Topic: Active Backup for Business - Delete Backups
Replies: 0
Views: 137

Active Backup for Business - Delete Backups

Found on Reddit... but who cares? ;) https://www.reddit.com/r/synology/comments/198zlqk/delete_data_from_incremental_backups_using_active/ To delete specific backup versions in Active Backup For Business Open Active Backup for Business on the Synology device Click "PC/MAC" (i.e. for that type of ...