暂无描述

Fred Damstra 9b61411e06 Removed XDR Prefix 5 年之前
AFS Forcepoint Neuterage Notes.md ebbf36680a rename to match 5 年之前
AFS ServiceNow AWS Account Request.pdf b9c6d3b6da init 5 年之前
AWS New Account Setup Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
AWS New User Setup Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
AWS Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Atlantis Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Collectd Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Customer Decommision Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
FedRAMP Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Fluentd Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Full Drive Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
GitHub Server Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
GovCloud Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Jenkins Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Migration to Sensu Go Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
New Customer Setup.md 9b61411e06 Removed XDR Prefix 5 年之前
Okta Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
OpenVPN Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
POP Node Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Packer Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Packer Salt Master FIPS Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Patching Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Phantom Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Phantom Upgrade Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Portal Lamba Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Portal Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Portal WAF Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Qualys Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
README.md 9b61411e06 Removed XDR Prefix 5 年之前
RedHat Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Reposerver Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Salt Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Salt Splunk Whitelisting FedRAMP Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Salt Upgrade Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
ScaleFT Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Sensu Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Splunk MSCAS Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Splunk NGA Data Pull Request Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Splunk Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Splunk SAF Offboarding Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Sudo Replay Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Terraform Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Terraform Splunk ASG Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Vault Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
Vault Prod Refresh Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
VictorOps Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
salt_splunk_HEC Notes.md 9b61411e06 Removed XDR Prefix 5 年之前
sftp Notes.md 9b61411e06 Removed XDR Prefix 5 年之前

README.md

Brads All Encompassing Compendium of the Entirety of XDR Knowledge

BAECEXD (pronounced "bake ext") is a set of notes about how to actually get things done in XDR. Since XDR is a rapidly evolving landscape, some of these notes are likely to be out of date, flawed, or just outright wrong. Use at your own risk.

Rules

  1. All files MUST follow the naming scheme. <Major Topic> <Minor Topic> Notes.md e.g. Salt Upgrade Notes.md . The first letter of each word should be capitalized.

  2. All files MUST follow the proper markdown format. ( work in progress )

    # <filename>
    <Description of notes or project>
         
    ## <Section Title>
    <Today's date>
         
    <arbitrary notes>
         
    ## <Section Title>
    <Today's date>
         
    <arbitrary notes>
    
    # Salt Notes.md
    Salt is the configuration management tool
    
    ## Section 1
    02/28/2020
    
    Salt sucks and we should use puppet.
    
    ## Section 2
    03/15/2020
    
    Salt version 2019.2.3 should always be made public on the internet. 
    
  3. To add a newline that is visible in markdown on the github website, add two newlines to the .md file. DO NOT add <br> or \ to the ends of lines. The primary place to view these files is in a text editor not on github website!

  4. Use three backticks to indicate a section of code or terminal output and single backticks to indicate technical commands or terms.

  5. When referencing other files use a link in the format See (file name) for more details. e.g. See (Salt Upgrade Notes.md) for more details.

  6. For PRs, push directly to master unless they are major changes.

  7. Be kind and think about the engineer after you.