NGINX Install fails on Ubuntu 22.04 Jammy-Jellyfish if IPv6 is disabled

Just a quick post to save others some hunting. If you have grub set to disable IP v6 with the command ipv6.disable=1 you will see your Nginx install fail with the fairly opaque messages below. The fix is to: Edit the default nginx site Rerun the nginx install Run sudo apt install nginx

Lessons Learned: Windows 2012 R2 Boot from iSCSI

Recently I had the “opportunity” to play with boot from iSCSI SAN with Windows 2012 R2. This wasn’t the original design but sometimes you have to roll with the punches…and there were a lot of punches on this project.   This will not be a “How To” as most of the steps are outlined in […]