https://github.com/code-tool/keepup
https://github.com/code-tool/keepup
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-tool/keepup
- Owner: code-tool
- Created: 2024-12-26T19:11:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-21T17:47:11.000Z (about 1 month ago)
- Last Synced: 2026-04-21T19:44:16.732Z (about 1 month ago)
- Language: Go
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keepup
```
go run main.go
```
```
sudo cat /sys/devices/virtual/dmi/id/product_uuid
0a6e14bf-b17f-4ec5-aec0-35427a1723a1
# https://puppet.com/docs/puppet/7/core_facts.html#dmi
# https://tickets.puppetlabs.com/browse/FACT-234
```
```bash
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
```