Difference between revisions of "Linux"
From MgmtWiki
(→Context) |
(→File System) |
||
Line 12: | Line 12: | ||
* [https://www.pluralsight.com/blog/it-ops/linux-file-permissions Changing file permissions]. | * [https://www.pluralsight.com/blog/it-ops/linux-file-permissions Changing file permissions]. | ||
* [https://thelinuxexperiment.com/using-rsync-via-the-windows-subsystem-for-linux-to-backup-a-windows-computer/ Using rsync from Windows] includes some pretty fancy shell scripting stuff. | * [https://thelinuxexperiment.com/using-rsync-via-the-windows-subsystem-for-linux-to-backup-a-windows-computer/ Using rsync from Windows] includes some pretty fancy shell scripting stuff. | ||
+ | ==Installing on Windows== | ||
+ | Windows has had WSL - | ||
+ | * [https://github.com/docker/for-win/issues/185 Put "C:\ProgramData\Docker" on a different drive] | ||
==Reference== | ==Reference== |
Revision as of 13:36, 28 August 2022
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 -