Some tools

Why and what

There are lots of nice or great tools on the internet, sometimes I will just forget a possible Silver bullet for a particular situation. So this blog is just an entrance to a nice or clean or amazing world just by small tools.

Windows

Package manager

Once tried command line, it makes you think agree with the agreements -> choose where to install -> next -> next unbearable.

Thanks give to Nodejs

chocolatey

choco install WHAT_YOU_WANT

Or

scoop

scoop install WHAT_YOU_WANT

I find scoop latter, but I think it may be better.

A small shell

Gow

Can be installed via choco or scoop.

Dependence Walker

Dependence Walker:

Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures.