https://github.com/firefly-cpp/shell-scripts-and-configurations
https://github.com/firefly-cpp/shell-scripts-and-configurations
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firefly-cpp/shell-scripts-and-configurations
- Owner: firefly-cpp
- License: cc-by-sa-4.0
- Created: 2023-02-18T09:11:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T20:57:55.000Z (5 months ago)
- Last Synced: 2025-02-02T21:27:55.195Z (5 months ago)
- Language: Shell
- Size: 225 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
shell-scripts-and-configurations## 🔍 About
The repository hosts a collection of shell scripts and several configuration files I use on my machines and clouds for system administration or data science pipelines.
Shell scripts:
- [Run python scripts](https://github.com/firefly-cpp/shell-scripts-and-configurations/blob/main/run-all-python-scripts-in-folder.sh)
- [Transfer file via SFTP](https://github.com/firefly-cpp/shell-scripts-and-configurations/blob/main/transfer-file-via-sftp.sh)Configuration files:
- [Deploy web.py on Lighttpd webserver](https://github.com/firefly-cpp/shell-scripts-and-configurations/tree/main/deploy-webpy-on-lighttpd-ubuntu)
- [Deploy Nginx on Fedora](https://github.com/firefly-cpp/shell-scripts-and-configurations/tree/main/deploy-nginx-on-fedora)
- [Run Forgejo container on Fedora](https://github.com/firefly-cpp/shell-scripts-and-configurations/tree/main/run-forgejo-container-on-fedora/Forgejo.md)Makefiles:
- [makefile for C++ project](https://github.com/firefly-cpp/shell-scripts-and-configurations/tree/main/makefiles/makefile_c++)
- [CMakeLists.txt for C project](https://github.com/firefly-cpp/shell-scripts-and-configurations/tree/main/makefiles/CMakeLists.txt)Containers:
- [Alpine Linux container for data science](https://github.com/firefly-cpp/alpine-container-data-science)
- [Fedora Linux container for data science](https://github.com/firefly-cpp/fedora-container-data-science)
- [Nia{Py, AML, Class, ARM} container](https://github.com/firefly-cpp/nia-container)Nix:
- [A basic reproducible data science experiment based on a Nix environment](https://github.com/firefly-cpp/nix-reproducible-experiment)## 🔑 License
Material in this folder is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg