• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: October 10th, 2023

help-circle



  • A lot of this is personal preference but I will suggest the following strategy. Mount all of your drives into subfolders of /mnt or /media (/mnt is usually used for more permanent storage but either is fine). Then symlink various folders on the system to this mount point. Like maybe you want your home folder downloads on one of these drives so /home/spawnsalot/Downloads is symlinkef to /mnt/drive1/Downloads.

    This lets you pick and choose various places across your system that are actually on the additional drives but also the ability to see everything on the drives in one place.

    Game installation location completely depends on the game itself. Some might install to /usr/bin, others to /opt, etc. You might have to dig around a little after install, move the folder, then symlink it like nothing ever happened.












  • If your plan is to switch to self hosting then I assume you have the ability to design and build the site. If that is the case then something like Linode or Digitalocean server would be perfect. It would make the eventual transition easier.

    As for hardware, that depends on the expected amount of traffic and what your site has on it. If you’re only getting something like 5 requests per second and your site is mostly like text with some images then a raspberry pi running Linux is more than enough. If the expected amount of traffic is more or maybe you’re also serving videos with a lot of images then you will need more.

    Honestly I would personally never self host a public website. Between things like DoS, random hacking attempts and just natural traffic spikes, there is a lot to consider and build out as far as security and hardware. I would stick to cloud but in the very least use the cloud for now to judge your hardware needs for the future.