Verspielt verspult 🧑‍💻

  • 2 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2024

help-circle

  • I always point people here: https://youtu.be/uPYjJYQEFSg

    Hard to give you hints when we don’t know what your background is, so here is some basics:

    For starting selfhosting I’d recommend getting comfortable with the linux command line at first (this may help: https://www.linuxcommand.org/). Set up a VM in Virt-manager / VirtualBox / VMWare / whatever hypervisor you want, install a Linux image (I’d recommend plain Debian without desktop environment). Now you have a sandbox where you can toy around. If you’re on windows you can use WSL2. If you’re already on a linux desktop, toy around there.

    If you already got some hardware like a raspberry pi or old Laptop, get that up and running with a distro of your choice, plug it into your network and SSH into it, then you have got your playground there. Get the basic commands in like ls, pwd, cat, tail, touch, mkdir, rm, … And some things you can do with them. Check out their respective man-pages.

    After that, install some packages, change configs (I’d recommend nano over vim for starters). From now on, there are no boundaries of what to do. Set up your first basic webserver with apache / nginx / caddy, install docker / podman and containerize / get some images, set up pihole, nextcloud, jellyfin, do whatever you like… Congratulations, you are now “self hosting”.

    Maybe some day switch that Raspberry pi out for a thin client as seen in the picture from OP and install a hypervisor like Proxmox on it. If you got all that, which may take a while, you can consider networking and firewalls IMHO (you could get a cheap router that supports OpenWRT to learn about these things). Don’t open ports to the internet as long as you’re not 100% sure what you are doing. You can set up a VPN with DynDNS on most modems / routers connected to your ISP though, opening up your self hosted services only to you / anyone with access. Or use something like Tailscale / Twingate.

    I could go on, but like I said, self hosting and home labbing is kind of use case / requirement specific.




  • Seems like you forgot the Bild Zeitung, the worst piece of media out there (comparable to the Sun I’ve heard):

    It is the best-selling European newspaper and has the sixteenth-largest circulation worldwide. Bild has been described as “notorious for its mix of gossip, inflammatory language, and sensationalism” and as having a huge influence on German politicians.

    They also bought a lot of other services, see this list, seems like it’s not maintained anymore but still.

    Let’s also not forget the time that Mathias Döpfner stole the German election in 2021 so that the FDP could screw over the coalition, see here:

    Zwei Tage vor der Bundestagswahl soll er Reichelt gedrängt haben: “Please Stärke die FDP. Wenn die sehr stark sind, können sie in Ampel so autoritär auftreten, dass die platzt und dann Jamaika funktioniert.”







  • I actually plan on putting hardware related stuff on an extra pi since I only run a single proxmox node right now. Would be home assistant and nut tools for the ups but I might put pihole and unbound on that as well.

    I am worried about the performance though because of home assistant. And it is pretty comfortable to have everything on one host that is far from being used to capacity anyway.