https://github.com/natefoo/misc-scripts
Miscellaneous scripts that I normally throw away
https://github.com/natefoo/misc-scripts
Last synced: 3 months ago
JSON representation
Miscellaneous scripts that I normally throw away
- Host: GitHub
- URL: https://github.com/natefoo/misc-scripts
- Owner: natefoo
- License: mit
- Created: 2017-03-02T19:11:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T19:37:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T19:21:11.149Z (4 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Miscellaneous Scripts
=====================I've written many scripts over the years. Most of them end up in the bit
bucket, but I decided that a few that might occasionally be useful to other
people or that I might want to refer back to some day ought to be preserved.
And here we are.Contents
--------### conda-recreate-envs
[conda-recreate-envs](tree/master/conda-recreate-envs)
I needed to upgrade from miniconda2 3.19 to miniconda3 4.3 and, in the process,
recreate all of the existing envs with all packages and dependencies at the
exact versions of when they were created. Unfortunately, Continuum had removed
some of the necessary packages from their channel, and I had removed some of
the tarballs in `pkgs`, meaning that they had to be refetched (when possible)
and recreated from the unpacked package (when not).### prunesnaps
Prune ZFS snapshots on a rolling basis, keeping snapshots at larger time
intervals as they get older.### slurm-view
Views of slurm probably mostly only useful for me (multicluster environment with shifting partition composition).
### zesty-repos
Automatically build RPMs and maintain up-to-date YUM repos of software.