• 0 Posts
  • 221 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • First off you should realize that the registrar’s and domain name servers don’t have to be the same. Feel free to use any registrar (ex: namecheap, gandi, etc) and host the domain name server anywhere else.

    Secondly, if you want a good API for dynamic updates, I’d recommend looking for something that supports nsupdate, which is bind’s built-in update mechanism. It’s supported almost everywhere, including by let’s encrypt clients like Lego.

















  • You should be good to go. Make sure vfio is loaded in the modules-load.d

    vfio
    vfio_iommu_type1
    vfio_pci
    vfio_virqfd
    

    Make sure the module options are set correctly and the kernel module is blacklisted in /etc/modprobe.d/vfio.conf

    options vfio-pci ids=1000:0097
    blacklist MODULE_NAME
    

    Make sure.IOMMU is enabled in your kernel command line (ex via grub): intel_iommu=on iommu=pt

    This is probably not complete, but it should get you pretty far into allowing you to add the pci device in the hardware config of your vm




  • I’ve been coding since I was around 12. I’ve been doing it for around three decades now…

    On the opposite side of the spectrum, I work for a company that has a pretty strick no assholes policy. We’ve passed on a number of “rock stars” because we knew how personally toxic they were to a team. I do some of the culture fit (which we do first) and tech interviews.

    We don’t care all that much if you get it right or wrong. I mean if it’s all wrong and the candidate has no clue why sure. But sometimes candidates get stressed out being on display, being pressed for time, trying to come up with the most optimized answer instead of just completing. If it’s all wrong and the candidate can tell me exactly why and what they’d need to do to get it right, that’s mostly a pass for us.

    Ultimately wanna see a) how you think, what is your thought process and b) that you can grow.