Advanced Search
Search Results
493 total results found
Ping Stats Without Quitting
(2019-01-21) Problem I have a long running ping and I want to see where we are without killing the ping. Solution Windows: CTRL-BREAK Linux: CTRL-\ eg: [...] 64 bytes from wiki.xdroop.com (139.60.168.32): icmp_seq=126 ttl=55 time=12.1 ms 64 bytes from wiki.xdr...
Overview
(2026-05-14) $ ntttcp --help NTTTCP for Linux 1.4.0 --------------------------------------------------------- ntttcp: invalid option -- '-' Author: Shihua (Simon) Xiao, sixiao@microsoft.com ntttcp: [-r|-s|-D|-M|-L|-e|-H|-P|-n|-l|-6|-u|-p|-f|-b|-W|-t|-C|-N|-R|-...
WSL: Networking in Mirrored Mode
(2026-07-02) Enable Mirrored Networking Edit .wslconfig Open (or create) the file at: C:\Users<YourUser>.wslconfig Add the following under [wsl2]: [wsl2] networkingMode=mirrored dnsTunneling=true autoProxy=true Copy Save the file. Restart WSL Run in PowerShel...
About wiki.xdroop.com
Hello I wish I could point you at this page as the default page for this wiki. About This is a wiki where I store various things that I learn. It isn't meant to be authoritative, it is more a lab notebook that I leave open so I can refer back to it from arbitr...
Convert VMDK to VHD(x)
(2026-07-07) Problem I have a .ova file that I need to import into Hyper-V. Yadda yadda yadda, I have a .vmdk disk image that I need to convert to .vhd or .vhdx so Hyper-V will inhale it. Solution qemu-img for Windows: PS> qemu-img.exe convert source.img -O vh...
lsof For Windows
(2026-07-07) Sysinternals Install Sysinternals -- it's in the store and puts all the goodies in the path. c:\> handle.exe -a -u "FullPathToYourFile"