Skip to content

Gather facts (CPUs, RAM, storage, etc.) about hardware automatically with an ISO

License

Notifications You must be signed in to change notification settings

cscosu/gather-facts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gather facts

Create ISO images with a startup script to gather facts about CPU, RAM, storage, etc., and send the facts back to another computer.

Usage

Create an ISO with a wormhole code baked in

WORMHOLE_CODE=123-my-s3cr3t-code nix build .#packages.x86_64-linux.gather-facts --impure

Boot off of the created iso image (found in result/iso), then listen on any other computer to download the facts about the computer you booted off of.

wormhole receive 123-my-s3cr3t-code --accept-file

(optionally, use a compatible wormhole client like Warp instead)

About

Gather facts (CPUs, RAM, storage, etc.) about hardware automatically with an ISO

Topics

Resources

License

Stars

Watchers

Forks

Languages