rootpages
rootpages copied to clipboard
Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
As of Windows 8, due to a unified HAL, a full reinstall of Windows is no longer required when changing the CPU and/or motherboard of a computer. https://www.xda-developers.com/you-dont-have-to-reinstall-windows-after-a-cpu-swap/
``` C:\> DISM.exe /Online /Cleanup-image /Restorehealth C:\> sfc /scannow ``` https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e
``` $ docker run --platform linux/ ``` https://forums.docker.com/t/run-x86-intel-and-arm-based-images-on-apple-silicon-m1-macs/117123