Uses Google and Stackoverflow to find how to do things on a Unix commmand line
npm install how-2
how2 finds the simplest way to do something in a unix shell.
It's like man, but you can query it in natural language:
npm install -g how-2
if it gives you EACCES errors, you need to fix npm permissions. Or you can just use sudo npm install -g how-2 if you don't care.
After that you can press SPACE to go to the interactive mode, where you can choose a different stackoverflow question/answer.
You can use -l lang to find answers for other languages:
With Ubuntu try holding Ctrl+Alt before you select, or Alt+Cmd if you're in iTerm on Mac.
(thanks to @danielkop for this suggestion).
HTTP_PROXY or HTTPS_PROXY environment variables.For example, you could alias the proxy seetings in your ~/.bash_profile:
alias how2="HTTPS_PROXY='your_proxy:8888' how2"
!XKCD
Taken from https://xkcd.com/1168/