ADM
How to make Git to ignore file modified by chmod changes. Using core.fileMode git config.
How to stop and remove all Docker containers using two commands. Useful for fresh restart or when you run out of disk space.
How to setup a proxy with authentication for HTTP client in Golang example using http.Transport and http.Client. Simple example calling httpbin.org test server.
How to setup a proxy for HTTP client in Golang example using http.Transport and http.Client. Simple example calling httpbin.org test server.
How to split a string in Java using both variants of the split() method: split(String regex) and split(String regex, int limit).
split(String regex)
split(String regex, int limit)
How to get network interfaces in Java using NetworkInterface class.
How to generate JAXB classes with xjc. Command line: xjc -d src -p com.admfactory.client schema.xsd