Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.