Tech Tip: Linux password recovery
How many cloud VM you have? Where do you store root credentials? How many time you forgot it? If you run amazon EC2 machine is simple handling password recovery, because…
Tech Tip: docker logs
This tech tip regards logging file handling and its troubleshooting. About docker logging Every container (linux based), places its stdout to a log file located in /var/lib/docker/container/<container_inspect_id>/<file>-json.log . Every time…