Bias Analysis
Detected Bias Types
windows_first
windows_tools
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias in several ways: Windows instructions (such as registry edits and firewall settings) are presented first and in greater detail, with explicit references to Windows-specific tools and patterns (e.g., Windows Firewall, RDP, registry keys). Linux instructions are brief, lack detailed steps or troubleshooting guidance, and do not mention equivalent Linux tools or commands. Troubleshooting and connectivity sections focus on Windows scenarios and resources, with less parity for Linux users.
Recommendations
- Provide Linux examples and instructions with equal detail, including specific commands for configuring SSH, firewall (e.g., iptables, firewalld, ufw), and user permissions.
- Include troubleshooting steps and links for Linux connectivity issues after failover, similar to the Windows RDP troubleshooting section.
- Mention Linux tools and configuration files (e.g., /etc/ssh/sshd_config, SELinux/AppArmor settings) where appropriate.
- Present Windows and Linux instructions side-by-side or in parallel sections to avoid implicit prioritization of Windows.
- Ensure that all steps (such as preparing accounts, configuring firewalls, and checking diagnostics) have Linux equivalents and are described with actionable detail.
Create Pull Request