An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


shell-scripts-and-configurations


🔍 About
🔑 License

## 🔍 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