Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyzyx/server-metadata
Retrieves metadata about the server its running on.
https://github.com/skyzyx/server-metadata
cli linux metadata server
Last synced: 2 days ago
JSON representation
Retrieves metadata about the server its running on.
- Host: GitHub
- URL: https://github.com/skyzyx/server-metadata
- Owner: skyzyx
- License: mit
- Created: 2015-07-09T01:17:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T21:50:05.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T16:07:21.163Z (5 days ago)
- Topics: cli, linux, metadata, server
- Language: Shell
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# server-metadata
Retrieves version information about the hardware, network, software and services running on the box.```bash
sudo wget -qO /usr/bin/server-info \
https://raw.githubusercontent.com/skyzyx/server-metadata/master/get-server-info.sh && \
sudo chmod +x /usr/bin/server-info
```See the wiki for some output examples.