- systemctl list-units | grep .service
- systemctl status ssh.service
- systemctl disable ssh.service
- systemctl enable ssh
- systemctl --failed
- systemctl restart ssh
- systemctl is-enabled ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. to do docker pull/build through proxy: https://stackoverflow.com/questions/23111631/cannot-download-docker-images-behind-a-proxy | |
1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. https://learn.hashicorp.com/terraform/development/running-terraform-in-automation | |
1. https://github.com/gruntwork-io/terragrunt#work-with-multiple-aws-accounts | |
1. https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973 |
- https://github.com/tomwilkie/prom-run (eriodically run a command and exports its return code as a prometheus metric.)
- https://github.com/google/jsonnet (Jsonnet - The data templating language)
- http://xip.io/ http://nip.io wildcard dns for any ip address
- https://keybase.io: Keybase comes with everything you need to manage your identity, create secure chats, and share files privately.
- GitOps facts: https://www.weave.works/technologies/gitops-frequently-asked-questions/
- pre-commit hooks: https://pre-commit.com/
- merging support https://mergify.io/
- https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git/