MinGW shell cannot find gcc, g++ and others
Tired of fixing PATH every time you run the MinGW shell? Solution is easy. Navigate to %YOUR\_MINGW\_DIR%\msys\1.0\etc and rename fstab.sample to fstab. Rest...
Tired of fixing PATH every time you run the MinGW shell? Solution is easy. Navigate to %YOUR\_MINGW\_DIR%\msys\1.0\etc and rename fstab.sample to fstab. Rest...
This is due to package manager naming issue. Node should be installed as node, not nodejs. All you need to do is link nodejs to node:
Configured openssh server from Cygwin, but you have "Connection closed by ." error. Reason is most probably you have an public key on your client and ssh is ...
You are trying to connect to a web server / your server and get a URL but python is being grumpy. Host is available to your machine but python cannot view it!
Even though it’s a very, very simple problem, it took me a while since I was focusing on a different part of the problem. Here is the code snippet in case an...