Oh no, you!

  • 2 Posts
  • 80 Comments
Joined 1 year ago
cake
Cake day: November 3rd, 2024

help-circle












  • Are you able to ask your ISP customer service to set up port forwarding for you?

    At minimal you want HTTP (Port 80) but you probably want HTTPS (443) as well. If you’re hosting DNS as well you will need port 53 too.

    Have those ports routed to the “inside” IP of the machine you want to use, and the rest of it is basically just setting up the webserver (and possibly DNS) to serve your domain.

    NB: While on the phone with your ISP, ask them what the DHCP lease time is. Ideally you want a static IP for your setup.





  • They can be. Some motherboards come with one built in. But in most cases it refers to its own PCIe card, such as one of the many models from LSI Megaraid.

    The advantage of this is that it can have a small capacitor bank (or a proper battery) to provide emergency power so that if something stupid happens such as motherboard failure, the raid controller will use this power to cleanly write to the disks.


  • Ooh, I did this a while back, except it was hardware Raid5 to Raid6. Turns out one of the servers in a cluster were, for some reason, set up with 11 disks in raid5 + hot spare, except for raid 6 on all raids on all servers. Took me embarrassingly long to realize why storage space was as expected despite one disk being reported as not in an array.

    Storcli and a nice raid controller makes thinks like this easy, as long as you grab enough coffee and read the storcli syntax while taking notes to build the full command string.



  • FYI, Nvidia drivers can be a bit hit and miss. It takes a little bit of fidgeting to find a combination of kernel and Nvidia that works. And when you do, use timeshuft to make a restore point so that in the future you have a functioning setup to work with.

    And when you find a combination that works well, stick to it. The “Omg, new driver is out”-reaction will only cause issues.

    For me, Nvidia 535 is the one that has been working out the best. I think I’m running something newer now, but it’s still alright.