Skip to content

SystemUtilities is a curated toolkit for developers and DevOps engineers working primarily on macOS environments. This repo provides comprehensive cheat sheets, scripts for creating and discovering Python environments, system hardware monitoring, media conversion utilities.

Notifications You must be signed in to change notification settings

JH-UCB/SystemUtilities

Repository files navigation

.
├── cheat-sheets
│   ├── docker-commands.md
│   ├── dockerfile-reference.md
│   ├── fastapi-commands.md
│   ├── git-commands.md
│   ├── kubernetes-commands.md
│   ├── kubernetes-yaml-cheat-sheet v2.md
│   ├── linux-bash-commands.md
│   ├── math-notation-reference.md
│   ├── poetry-commands.md
│   ├── pytest-commands.md
│   ├── sql-commands.md
│   └── statistical-tests-rerence.md
├── create-python-environments
│   └── conda-create-script.sh
├── discover-python-classes
│   └── class-and-function-inspection.ipynb
├── discover-python-environments
│   ├── conda-list-env-details.sh
│   ├── macOS-get-PATH-variables.ipynb
│   ├── macOS-list-python-versions.ipynb
│   └── macOS-pip-dependency-manager.ipynb
├── dump-files-contents.sh
├── media-conversion
│   ├── convert-mov-to-mp4
│   │   ├── convert-mov-to-mp4.sh
│   │   └── README.md
│   └── pdf-converter
│       └── nbconvert.sh
├── media-transcription
│   └── transcribe-media
├── monitoring
│   ├── active-resource-monitor.py
│   ├── active-resource-monitor.sh
│   └── active-resource-monitoring.ipynb
└── README.md

About

SystemUtilities is a curated toolkit for developers and DevOps engineers working primarily on macOS environments. This repo provides comprehensive cheat sheets, scripts for creating and discovering Python environments, system hardware monitoring, media conversion utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published