/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.tumfatig.net
| | joshua.hu
2.0 parsecs away

Travel
| | [AI summary] The author details a technical guide on enabling webcam functionality on FreeBSD by using PCI passthrough to stream a Broadcom camera via an Alpine Linux VM and the facetimehd driver.
| | it-notes.dragas.net
1.8 parsecs away

Travel
| | I share my experience migrating a client's VMs from Proxmox to FreeBSD, using bhyve and ZFS.
| | freebsd.uw.cz
1.5 parsecs away

Travel
| | In this blog post, I will install and configure FreeBSD/Bhyve to set up a FreeBSD virtualization host. I use FreeBSD 14.3. The installation...
| | joshuarogers.net
15.3 parsecs away

Travel
| Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstream web requests.