/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

mathiashueber.com
| | threedots.ovh
4.5 parsecs away

Travel
| |
| | serverascode.com
7.0 parsecs away

Travel
| | A techno-blog for our techno-times
| | willhaley.com
6.7 parsecs away

Travel
| | My instructions are based on this article for getting Arch to support the 88SE6145 SATA II PCI-E Marvell controller. That is one of two SATA controllers used by the Intel BOXD975XBX2KR LGA 775 Intel 975X ATX Intel Motherboard. Here is what we must do. Blacklist the Marvell PATA kernel module. # /etc/rc.conf MODULES=(... !pata_marvell) Enable Marvell AHCI module. # /etc/modprobe.d/modprobe.conf options ahci marvell_enable=1 Update ramdisk config. # /etc/mkinitcpio.conf MODULES="ahci" ... FILES="/etc/modprobe.d/modprobe.conf" Recreate ramdisk.
| | devopsdirective.com
19.7 parsecs away

Travel
| [AI summary] The article explains how to create a maintenance page for a Kubernetes service using nginx and ConfigMaps without requiring a custom container image.