https://github.com/xenserver/status-report
Program that gathers data for xenserver host diagnostics
https://github.com/xenserver/status-report
Last synced: 6 months ago
JSON representation
Program that gathers data for xenserver host diagnostics
- Host: GitHub
- URL: https://github.com/xenserver/status-report
- Owner: xenserver
- License: lgpl-2.1
- Created: 2023-04-11T15:04:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T09:04:09.000Z (8 months ago)
- Last Synced: 2025-11-28T09:52:51.856Z (8 months ago)
- Language: Python
- Size: 1.5 MB
- Stars: 2
- Watchers: 11
- Forks: 15
- Open Issues: 12
-
Metadata Files:
- Readme: README-Windows-WSL2.md
- License: LICENSE
Awesome Lists containing this project
README
## Recommendations for local Development on Windows and WSL2
### Using Docker on WSL2/22.04
Ubuntu 22.04 LTS uses `iptables-nft` by default.
Switch to `iptables-legacy` so that Docker will work:
https://crapts.org/2022/05/15/install-docker-in-wsl2-with-ubuntu-22-04-lts/
### Copy selection on selecting test (without need for Ctrl-C)
On traditional X11 and KDE Plasma, selected text is automatically copied
to the X selection/clipboard for pasting it. To use this engrained behavior
on Windows as well, it seems the only reliable way to have it for all apps
is a `AutoHotKey` script:
- https://www.ilovefreesoftware.com/30/tutorial/auto-copy-selected-text-clipboard-windows-10.html
While individual extensions for VS Code, Firefox, chrome do work partially,
they either don't cover the Firefox URL bar, the VS Code terminal and so on:
- https://addons.mozilla.org/en-GB/firefox/addon/copy-on-select
- https://marketplace.visualstudio.com/items?itemName=dinhani.copy-on-select (VS Code)
- https://www.jackofalladmins.com/knowledge%20bombs/dev%20dungeon/windows-terminal-copy-selection/