Tool to acquire hard disk drive temperature from the network interface
###### HDDtempNC has now moved to Github ######
###### Please visit the Github project at https://github.com/viharm/HDDtempNC ######
HDDtempNC provides a script to acquire hard disk drive temperature for a target host by querying an existing HDDtemp daemon and then parse the results according to the request.
See project wiki for more details, usage and code.
Script to associate a Unix/Linux login to a numeric UID
This uses the Unix /etc/passwd file to map from a userid to a numerical uid. It accepts a list of userids on the command line, and maps each one. Can be used as a shell script to map usernames to UID's on the fly.