Skip to content
daniel@cosenza:~/blog
SRE & DevOpsFix July 5, 2026 3 min read

Fixing Terraform Provider Version Conflicts

terraform init fails with incompatible provider version constraints, or plan produces unexpected changes after an update. Here's how to read the constraint error and pin versions correctly across a team.

#fix#terraform#providers
Read more
FreeDOSFix July 5, 2026 2 min read

Fixing DOSLFN Long Filename Problems on FreeDOS

Long filenames show up truncated to 8.3 format in some programs but not others, even with DOSLFN loaded. This is expected, driver-specific behavior — here's how to tell which programs actually support it.

#fix#doslfn#filenames
Read more
FreeBSDHow-To July 5, 2026 2 min read

How to Set Up a Web Server on FreeBSD with nginx

A complete walkthrough installing nginx, enabling it as a proper rc.conf-managed service, and serving a first site — the FreeBSD-idiomatic way, not a generic Linux tutorial adapted.

#howto#nginx#webserver
Read more
WindowsFix July 5, 2026 2 min read

Fixing Windows Activation Errors

Windows reports it isn't activated, or a specific error code appears after a hardware change or reinstall. Here's how to read the error code and apply the right fix instead of guessing.

#fix#activation#licensing
Read more
SRE & DevOpsNews July 4, 2026 2 min read

HashiCorp's License Change Sparks the OpenTofu Fork

HashiCorp moved Terraform to the Business Source License on August 10, 2023; within six weeks, a community fork called OpenTF (soon renamed OpenTofu) had gathered 33,000 GitHub stars and joined the Linux Foundation.

#news#terraform#opentofu
Read more
FreeDOSNews July 4, 2026 2 min read

FreeDOS Turns 25, and Jim Hall Tells the Origin Story Again

Marking a quarter-century since the June 1994 announcement, FreeDOS's 25th anniversary in 2019 brought renewed attention from Slashdot, Opensource.com, and Linux Journal to a project still actively releasing new versions.

#news#freedos#anniversary
Read more
FreeBSDFix July 4, 2026 2 min read

Fixing pf State Table Exhaustion on FreeBSD

New connections start silently failing on a busy firewall, and pfctl reports the state table is full. Here's how to confirm it and size the table correctly for real traffic levels.

#fix#pf#firewall
Read more