Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troian/dmidecode
dmidecode for Darwin and *nix
https://github.com/troian/dmidecode
Last synced: 27 days ago
JSON representation
dmidecode for Darwin and *nix
- Host: GitHub
- URL: https://github.com/troian/dmidecode
- Owner: troian
- License: mit
- Created: 2019-12-15T18:29:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T20:35:29.000Z (about 5 years ago)
- Last Synced: 2024-05-01T17:28:36.405Z (9 months ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmidecode
Decode DMI output into Golang structs and/or json
This library requires `dmidecode` executable## Install dependencies
### MacOS
```bash
brew install cavaliercoder/dmidecode/dmidecode
```
### Debian based distributives
```bash
sudo apt-get install dmidecode
```# Examples
Some minimal is [here](https://github.com/troian/dmidecode/blob/master/example)# Note
This library is for `*nix` hosts only### License
Distributed under the [MIT License](https://rem.mit-license.org)