Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fogti/zs-apc-spdu-ctl
Zscheile APC Switched PDU control
https://github.com/fogti/zs-apc-spdu-ctl
Last synced: 26 days ago
JSON representation
Zscheile APC Switched PDU control
- Host: GitHub
- URL: https://github.com/fogti/zs-apc-spdu-ctl
- Owner: fogti
- License: mit
- Created: 2018-04-04T19:49:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T13:16:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-21T21:53:12.652Z (almost 2 years ago)
- Language: Nix
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# apc-spdu-ctl
## License
The most parts of this project are licensed under the MIT license, but we use code parts from [net-snmp](docs/COPYING.net-snmp).
We also call the 'fping' command using 'system()', look at [COPYING.fping](docs/COPYING.fping).
## improve git diff
add the following to [.git/config](https://tante.cc/2010/06/23/managing-zip-based-file-formats-in-git/):
```
[diff "zip"]
textconv = unzip -c -a
```