We will be to try upgrade from 8.5 version to 8.7.
Wednesday, March 10, 2021
Sunday, October 18, 2020
[DevOps] Installation docker and portainer
Hello, portainer it's a web GUI for managing of docker images. Is possible work as a local docker so and as remote.
How run Chrome without CORS security
Hello, it's a script for running chrome without CORS, on MacOSX (write it in one line).
#!/usr/bin/env bash
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args
--user-data-dir="/tmp/chrome_dev_test" --disable-web-security
Subscribe to:
Posts (Atom)