this post was submitted on 12 Jul 2025
50 points (93.1% liked)

Selfhosted

49509 readers
729 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm a good chemist, but not IT advanced. Started using Debian out of the box last year on miniPC. Running Jellyfin only on that local machine. Don't understand coding, but copy/ paste terminal instructions from trusted sites. Have 1TB music, films and documents. Want to move all photos from Google.

you are viewing a single comment's thread
view the rest of the comments
[–] ZonenRanslite@feddit.org 39 points 5 days ago (4 children)

Small advice, document everything.

[–] MrSulu@lemmy.ml 11 points 5 days ago (2 children)

You know what, I've been the guy that didnt in the past. Your reminder is spot on

[–] grue@lemmy.world 6 points 4 days ago

With computer stuff, you can do even better: https://en.wikipedia.org/wiki/Literate_programming

TL;DR: your documentation and your shell script (sequence of console commands you run to accomplish the task) can be the same file.

(Dunno what kind of chemistry you do, but you may have already come across this concept in the form of Jupyter notebooks or something like that.)

While I'm at it, I'd also like to mention Ansible and Git, for when you really want to keep good records and have a reproducible setup. Don't worry about them immediately as it's probably too overwhelming to learn all at once, but keep 'em in the back of your mind for later.

load more comments (1 replies)
load more comments (2 replies)