A couple of weeks ago I spat the dummy with windows and shifted to Linux. I think I am now ready to drink the coolaid.

What I have available currently is an ISP router and a decade-old gaming PC with a failing hdd that used to host games. I also have some budget to spare so that I can set things up nicely or in a way that I can add on it in the future.

Here are my goals are in order:

  1. Proper onsite and maybe offsite backups - my migration to Linux illustrated gaps and I expect in the future I will run VMs that should be backed up
  2. Home security cameras (Which I don’t own yet)
  3. Replacing something like onedrive. I expect this will be NextCloud
  4. Yarr. Sonarr/radarr/jellyfin
  5. Hosting game servers
  6. Block adverts and maintaining privacy
  7. Improve the latency of my steam link to my TV via chromecast
  8. Hosting webscraping and analysis of data off some local websites
  9. Maybe set up some some smart home automation things
  10. I’d like to get solar power and monitor how the whole setup is doing.
  11. Self host my bit warden
  12. I dunno, backup Wikipedia or something. Give me ideas

So where would you recommend I start off with hardware? Simply replace the old pc hdd or look to having a NAS? A better router to handle VLAN? Go all in with Ubiquiti products which I have heard mixed things about? About the only thing I know is that a UPS would be a waste for an aspiring enthusiast like myself.

Any advice or pointing me at wikis or other resources would be greatly appreciated.

  • notagoblin@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    13 hours ago

    Well done for installing Linux! Thats a big list you have there and without knowing what your hardware specs are or your budget, I’d suggest getting a hard-drive to replace the one thats failing. Maybe another one to back it up. If you don’t have a lot to back up then perhaps a usb stick will do that job for you.

    Your list can be very expensive what with Ubiquiti and a NAS. Your router, whatever it is, will probably do for now and you can use up your motherboards spare SATA points for storage or even pop a harddrive into a usb hard drive enclose. Those are cheap. Life is easier if you have more than one computer to hand.

    Definitely learn docker, find the code for Pi-hole and learn to set it up, thats no.6 done. Do the same for vaultwarden no.11 For convenience: All the basic stuff exists on DietPi so look that up, its a bit odd. Most of it will run on a Raspberry Pi 3.0 and up, possibly less. DietPi also runs as an operating system on PC architecture.

    Debian (and most Linux Distros) will run as a server but you might find its a bit harder work to configure. You can run a VM within it.

    If you intend to access your stuff from outside your router, you can run a proxy like Nginx or Caddy or Traefic, but you’ll need to register a domain. Just check with your ISP that they allow that. Alternatives are available.

    Its easy’ish to just setup a VPN server using Wireguard and connect to that via a wireguard client from the outside. You could use Tailscale, Zerotier or Netbird (et al) which will give you more flexibility and security, ie for connection to your cameras, Game server, Nextcloud and Immich, and Home Assistant. This would also allow connections to vaultwarden. If you wanted you could build it yourself.

    Anyway start small. Satisfy your immediate needs, make it work. Re-evaluate, can it be done better?, Next steps, implications of changes on performance, cost and future needs. Knowledge gaps?

    You don’t have to decide now as there is loads of things to read and view, suck up the knowledge and enjoy.

    Edit: Obv. you could just install proxmox and spin up all the bits and bobs you want as you want them.

    This was too long, sorry