PostgreSQL 9 install on Windows: “Unable to write inside TEMP environment path.”

In my case the solution was related to NotePad++ being the default application for opening .vbs files. If you have the same situation, here’s an elaborate solution: http://igordcard.blogspot.co.il/2012/03/unable-to-write-inside-temp-environment.html In a nutshell, in the registry, you need to go to HKEY_CLASSES_ROOT\.vbs, and set the (Default) entry back to the string VBSFile.

RabbitMQ fails to start

I faced the same problem and was able to solve the problem following the steps mentioned below. Run the command prompt as Administrator Navigate to the sbin directory and uninstall the service. rabbitmq-service remove Reinstall the service rabbitmq-service install Enable the plugins. rabbitmq-plugins enable rabbitmq_management Start the service rabbitmq-service start Go to “http://localhost:15672/”

Golang HTTP x509: certificate signed by unknown authority error

You are doing this: // NewAPIClient – creates a new API client func NewAPIClient() Client { c := &APIClient{} tr := &http.Transport{ TLSClientConfig: &tls.Config{InsecureSkyVerify: true}, // <— Problem } c.client = &http.Client{Transport: tr} return c } But it is InsecureSkipVerify instead of InsecureSkyVerify. Be careful however, because InsecureSkipVerify controls whether a client verifies the server’s … Read more

Emacs under Windows and PNG files

You have to copy one of these dlls “libpng12d.dll” “libpng12.dll” “libpng.dll” “libpng13d.dll” “libpng13.dll” to your emacs-23.1/bin/ directory. They require zlib1.dll which you have to copy as well. I did the same thing for jpeg62.dll and giflib4.dll and now my emacs supports jpg, gif and png files. For some reason it does not work if I … Read more

Good or evil – SetParent() win32 API between different processes

You can have a parent-child relationship with the windows in different processes. It’s tricky to get it to work right in all cases. You may have to debug various strange symptoms. Normally, windows in separate processes would get their messages from separate input queues using separate message pumps. When you use SendMessage to a window … Read more

Do you need License for OS (Windows) inside Docker

The container images will use the underlying OS license. Microsoft calls it supplmental license. You are licensed to use this Supplement in conjunction with the underlying host operating system software (“Host Software”) solely to assist running the containers feature in the Host Software. The Host Software license terms apply to your use of the Supplement. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)