this post was submitted on 14 Oct 2023
25 points (79.1% liked)

Selfhosted

39206 readers
353 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 1 year ago
MODERATORS
25
submitted 11 months ago* (last edited 11 months ago) by kapx132@lemmy.world to c/selfhosted@lemmy.world
 

Im looking for free entry-level materials about self hosting and network architecture in general. I know that some professors put presentations for free on their websites. im looking for: e-books,lectures,tutorials,videos.

Thanks in advance. -kapx132

all 15 comments
sorted by: hot top controversial new old
[–] cosmic_slate@dmv.social 7 points 11 months ago (1 children)

So first, what is your objective? What do you want to learn? Self-hosting is extremely open ended.

Now if you're wanting an avenue into learning entry-level networking, you can try finding Network+ study materials. Unfortunately I haven't touched this in over 14 years so I don't have any direct links, but literally any study book or guide, even if its a few years old, should help get you started.

[–] krash@lemmy.ml 4 points 11 months ago (2 children)

Learning the fundamentals first (such as networking) is a good way forward. You will propably need to learn many other subjects along the way, such as how system services are handled, permissions in linux, linux system administration in general and so on.

If you just want the fundamentals of networking, these resources are pretty good:

And my favorite:

Feel free posting to this community with questions or try finding someone who can be your ballplank. Getting started can be very challenging before you've grasped the basics.

[–] PipedLinkBot@feddit.rocks 2 points 11 months ago

Here is an alternative Piped link(s):

https://www.piped.video/watch?v=6hPMdpk9qA4&list=PLTk5ZYSbd9Mi_ya5tVFD8NFfU1YZOyml1&index=1

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] losttourist@kbin.social 1 points 11 months ago* (last edited 11 months ago)

DigitalOcean's guides in general are pretty good for all sorts of things, whether it's a generic discussion of a concept like the ones you've posted, or a step-by-step guide for installing and configuring specific systems or software. Even if you're not using DO as a host, much of what they suggest is still very useful.

[–] cron@feddit.de 2 points 11 months ago

Not free, but there are courses in udemy starting from 15€ for new customers. But be warned, these "basic" courses are between 15 and 25 hours of video. Network is not a topic you can teach yourself in one day.

[–] Decronym@lemmy.decronym.xyz 2 points 11 months ago

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
HTTP Hypertext Transfer Protocol, the Web
HTTPS HTTP over SSL
IP Internet Protocol
SSH Secure Shell for remote terminal access
SSL Secure Sockets Layer, for transparent encryption
TCP Transmission Control Protocol, most often over IP
VPN Virtual Private Network

[Thread #219 for this sub, first seen 16th Oct 2023, 20:15] [FAQ] [Full list] [Contact] [Source code]

[–] SheeEttin@lemmy.world 2 points 11 months ago
[–] adamwon@yiffit.net 2 points 11 months ago

FWIW Coursera will generally let you take courses for free if you apply for their financial aid. It's annoying the first time because you have to write a couple short essays but I've just written them once and use the same ones over and over without issue

[–] Max_P@lemmy.max-p.me 1 points 11 months ago

I learned everything by experimenting with it. Back in the days, that was running my own local Apache for development on Ubuntu 7.10. And then I slowly started toying with different services, eventually got my own VPS, learned to firewall and lock things down. Eventually I got into VMs which got me to learn networking and how bridges work. Later on, I played with VPNs and as my needs grew the network and routing grew as well.

You can learn from tutorials but the real learning is the hands on experience.

VMs are free and cheap to run these days, make a VM, play with it, mess it up however you want, try to fix it, reinstall it as necessary. Try to find ways a bad actor could get to it and how to prevent it.