Tech Guides

  • Debian SMB Auto Mount
    One problem I had with running Debian servers is the inability to easily auto mount SMB shares in order to store and backup data to a central NAS. After a while of confusing research, I finally found a way to configure fstab to auto mount my SMB shares. In your fstab file, you can add… Read more: Debian SMB Auto Mount
  • How to Enable PCI Passthrough on Proxmox
    First, enable IOMMU on your motherboard (also known as VT-d for Intel chips), then boot to Proxmox. Access the shell of Proxmox and input the following: Save the changes using Ctrl+O and then exit using Ctrl+X Reboot Proxmox You can verify the commands work by running: In your desired VM settings, you can now pass… Read more: How to Enable PCI Passthrough on Proxmox