this post was submitted on 17 Dec 2025
106 points (97.3% liked)

Selfhosted

59897 readers
522 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I tried to study a bit from beej.us and I appreciated the style of teaching, but ultimately thought it wasn't for me as it didn't go much into depth and focused more on creating C programs. Is there some source from where I can learn in a comprehensive yet easy to understand manner the fundamentals of computer networking, at least to the extent that is relevant for selfhosting?

you are viewing a single comment's thread
view the rest of the comments
[–] ClownStatue@piefed.social 21 points 6 months ago (2 children)

Old school recommendation, but the O’reilly book “Network Warrior” is actually a good read. It walks through common networking technologies, explains why they’re needed and how they’re used. Provides an excellent foundation of knowledge.

[–] irmadlad@lemmy.world 15 points 6 months ago* (last edited 6 months ago) (1 children)

If books are more to the OP's liking, some that I've read that I've found useful:

  • Building a Home Cybersecurity Lab
  • Deep Dive into Linux Networking: Configuring Firewalls, VPNs, and Secure Connections
  • The Home Network Manual
  • Home Networking Bible

ETA: One more. This is more of a start to finish kind of course but networking is definetly covered. Takes you from day one with your linux distro and a blank slate, all the way to scripting, all in easily digestible chapters: https://linuxupskillchallenge.org/

[–] non_burglar@lemmy.world 4 points 6 months ago

Ohhhhh, I'd forgotten about this. Good one.