Linux
From MgmtWiki
Full Title
Some useful sites for Linux especially when run from a Windows VM.
Context
- Linux Windows Kernel comparisons. Mark Russinovich You Tube presentation (2004).
Shell
- Shell Commands.
- Environmental variables of interest.
File System
- Changing file permissions.
- Using rsync from Windows includes some pretty fancy shell scripting stuff.
Installing on Windows
Windows has had WSL -
- Put "C:\ProgramData\Docker" on a different drive
- Move WSL 2 Safely to another Drive
- Install Docker Desktop and add the following junctions: (after creating those target directories and copying any existing data into them.)
mklink /j C:\ProgramData\Docker D:\ProgramData\Docker Junction created for C:\ProgramData\Docker <<===>> D:\ProgramData\Docker mklink /j C:\ProgramData\DockerDesktop D:\ProgramData\DockerDesktop Junction created for C:\ProgramData\DockerDesktop <<===>> D:\ProgramData\DockerDesktop