23 Mar 2020
Windows 10 guest best practices
23 Mar 2020
introdução ao traefic v2
23 Mar 2020
docker cheat sheet
23 Mar 2020
executar um comando num contentor:
docker exec -it xana_nginx cat /etc/sysctl.d/00-alpine.conf
determinar o ip de todos os contentores:
docker ps -q | xargs -n 1 docker inspect --format '{{ .Name }} {{range .NetworkSettings.Networks}} {{.IPAddress}}{{end}}' | sed 's#^/##';
https://gist.github.com/ipedrazas/2c93f6e74737d1f8a791
scripts logon
3 Mar 2020
Run a time server in an LXC container
3 Mar 2020
Native encryption of zfs root possible?
26 Feb 2020
Linux Capabilities and how to avoid being root
21 Feb 2020