Uncategorized
Get Disk Drive Model from the Command Line.
I recently needed to retrieve the disk drive model numbers from several systems and wmic.exe once again came to the rescue. This tool can retrieve a wealth of information about a Windows system. If you’ve never tried it, I highly recommend you take a look ! To get the disk drive model number from the [...]
Missing freeze.py in major linux distributions.
I am working on a couple of minor scripting projects which are required to be written in python but able to be run on a host either without python or an unknown version. After some searching it seemed freeze.py would be ideal however I couldn’t find it by default in two major Linux distributions (Redhat [...]