- https://www.linuxtrainingacademy.com/systemd-cheat-sheet/
- https://www.linux.com/training-tutorials/understanding-and-using-systemd/
- https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
- https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal
- https://www.youtube.com/watch?v=ZUX9Fx8Rwzg&index=9&list=PLCq0ZVVxGP0Y-xlum2pnhqwsrIf61J6Ka
- https://www.youtube.com/watch?v=AtEqbYTLHfs
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
| from os import environ, path | |
| from glob import glob | |
| import certifi | |
| # Even if we have trusted certs in our system ca certificates, requests uses it's own | |
| # Mine happen to live in /usr/local/share/ca-certificates | |
| # DON'T update the existing bundle becuase updating requests will overwrite it | |
| cert_dir = "/usr/local/share/ca-certificates" | |
| pwd = path.abspath(path.dirname(__file__)) |
- AWS Account
- AWS API User API Key/Secret
- Bitbucket Account
- Create or update an existing Bitbucket repo
- Open https://bitbucket.org/USERNAME/REPO/addon/pipelines/deployments
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
| #!/bin/bash | |
| # start vault | |
| VAULT_UI=true vault server -dev -dev-root-token-id=root -dev-listen-address=127.0.0.1:8200 | |
| # login as root - DO NOT DO THIS IN PRODUCTION | |
| vault login root | |
| # write some secrets | |
| vault kv put secret/test color=blue number=eleventeen |
Goal - centralized UI, and scheduler, for managing automated builds
- Terraform Enterprise - HashiCorp
- Jenkins - Cloudbees
- TravisCI
- CircleCI
- Bamboo - Atlassian
- The CISSP is a "mile wide and an inch deep." Don't learn everything. Focus on concepts. Only exception to this rule is Crypto and Physical security. Memorize that stuff.
- The easeiest way to understand the test is to follow the domain structure and use it as a mental scaffolding with which you hang knolwedge.
- I used a version of this book: https://www.amazon.com/Official-ISC-Guide-CISSP-Press/dp/1482262754
- Reading the book is super dull and you will hate yourself if you try and read cover to cover. In fact just about every review says the same thing. The point they miss is that this book has EVERYTHING YOU NEED. That's why you should not read it all.
- Take out some paper, open the book and go through each domain creating an outline of the domain > paragraph headings > 3-5 spaces for bullet points.
- Leave the spaces for later. You can fill it in after your first practice exam.
- After I completed outlining the book, I took a full 150 question practice e
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
| ```zshrc | |
| #βββββββββ βββββββββ ββ ββ βββββββββ βββββββββ | |
| #βββ βββ βββ βββ βββ βββ βββ βββ βββ βββ | |
| # βββββ βββ ββ βββ βββ βββ βββ βββ ββ | |
| #ββββββββββ βββ βββββββββββββ βββββββββββ βββ | |
| # βββββ β ββββββββββββ βββββββββββββ ββββββββββ βββ | |
| #βββββ βββ βββ βββ ββββββββββββ βββ ββ | |
| #ββββ ββ ββ βββ βββ βββ βββ βββ βββ βββ | |
| #ββββββββββ ββββββββββ βββ ββ βββ βββ βββββββββ | |
| # βββ βββ |