Bias Analysis
Detected Bias Types
windows_first
windows_tools
missing_linux_example
Summary
The documentation page demonstrates Windows bias in several ways: Windows VM instructions are consistently listed before Linux equivalents, with more detailed steps and troubleshooting links for Windows (e.g., Windows Firewall, RDP, WinHTTP proxy, SAN policy, Windows Update). Linux instructions are brief and lack comparable detail. Windows-specific tools and patterns (e.g., Windows Firewall, RDP, WinHTTP proxy, SAN policy) are mentioned without Linux analogs. There are no Linux-specific troubleshooting links or examples for post-failover connectivity issues.
Recommendations
- Provide Linux instructions with equal detail, including steps for configuring SSH, Linux firewalls (e.g., iptables, firewalld, ufw), and handling common Linux post-failover issues.
- Include Linux-specific troubleshooting resources and links, similar to those provided for Windows RDP issues.
- Mention Linux tools and patterns (e.g., SELinux/AppArmor, systemd services, SSH configuration) where relevant.
- Alternate the order of Windows and Linux instructions or present them in parallel to avoid Windows-first bias.
- Add examples for Linux-specific failover scenarios, such as handling pending package updates, persistent routes, or network configuration issues.
Create Pull Request