Yesterday I was trying to deploy a Jenkins on a Linux machine. From my past experience, the official Jenkins Docker image works very well, I
CircleCI and Coveralls integration
Spent 2 hours to figure out how to automate Coveralls checking in CircleCI, the online articles are really outdated and not working… Solution You will
Jenkins user gets permission denied for using docker or docker-compose
Error message When you run docker-compose up -d in your pipeline script, the following error is thrown. The APPDATA variable is not set. Defaulting to
Read MoreJenkins user gets permission denied for using docker or docker-compose
Kibana create index pattern, error Forbidden
First time tries to create an index pattern in Kibana, after creating an index in elasticsearch, making sure the index name is correct, the ‘creating
Rider does not resolve generated code
If you are using protobuf and Rider is not able to resolve generated .cs files in Rider, here is a little bit help. Where is
A quick tip on debugging ts-node in WebStorm
Use ts-node to run typescript NodeJS project ts-node saves time to build ts project to js and use node xxx.js to run, it compiles the
Inno setup insists to copy files to SysWOW64
I’m trying to copy a file to system32 folder, I use {sys} constant provided by Inno Setup. First failure The script for this file looks
Force CLI tool to use SOCKS5 on macOS
Background A coder can’t live without Google but things get difficulty in China… Google, Facebook, Instagram etc. I don’t know how our dear computing students