Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 336 Bytes

server-metadata

Retrieves version information about the hardware, network, software and services running on the box.

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.