Home - KineticTheory/Linux-HPC-Env GitHub Wiki
Common Bash patterns
- arrays
- flock - prevent multiple copies of a script from running simultaneously
- getopt - parse command line options
- run with new group credentials - use
sg
(switch group) - bash info
- Emacs
New Windows 11 PC setup notes
New Win10 PC setup notes
- Setup Windows 10
- Git for Windows
- Windows 10 Tweaks
- Installing Store Apps when Store is Disabled
- Using python/pip with a proxy
Setting up Visual Studio and tools on Windows to support Draco development
- Download and install basic tools
- Setup Win32 development environment
- Setup development directories
- Install TPLs needed by Draco (or alternatively TPL installs via vcpkg)
- Notes on mixing VS and MinGW
- Notes on VS 2022
Notes on using Docker
- Docker cookbook recipes - I used some of these commands while creating the docker image used by Draco's Travis CI.