暂无描述

Brad Poulton ac09c822c0 try it sparky 5 年之前
AFS ServiceNow AWS Account Request.pdf b9c6d3b6da init 5 年之前
MDR AWS New Account Setup Notes.md 7a4e194973 rename extension 5 年之前
MDR AWS New User Setup Notes.md 7a4e194973 rename extension 5 年之前
MDR AWS Notes.md 7a4e194973 rename extension 5 年之前
MDR Atlantis Notes.md 7a4e194973 rename extension 5 年之前
MDR Customer Decommision Notes.md 7a4e194973 rename extension 5 年之前
MDR FedRAMP Notes.md 7a4e194973 rename extension 5 年之前
MDR Fluentd Notes.md 7a4e194973 rename extension 5 年之前
MDR Full Drive Notes.md 7a4e194973 rename extension 5 年之前
MDR GitHub Server Notes.md 7a4e194973 rename extension 5 年之前
MDR GovCloud Notes.md 7a4e194973 rename extension 5 年之前
MDR Jenkins Notes.md 7a4e194973 rename extension 5 年之前
MDR Migration to Sensu Go Notes.md 7a4e194973 rename extension 5 年之前
MDR Okta Notes.md 7a4e194973 rename extension 5 年之前
MDR OpenVPN Notes.md 7a4e194973 rename extension 5 年之前
MDR POP Node Notes.md 7a4e194973 rename extension 5 年之前
MDR Packer Notes.md 7a4e194973 rename extension 5 年之前
MDR Packer Salt Master FIPS Notes.md 7a4e194973 rename extension 5 年之前
MDR Patching Notes.md 7a4e194973 rename extension 5 年之前
MDR Phantom Notes.md 7a4e194973 rename extension 5 年之前
MDR Phantom Upgrade Notes.md 7a4e194973 rename extension 5 年之前
MDR Portal Lamba Notes.md 7a4e194973 rename extension 5 年之前
MDR Portal Notes.md 7a4e194973 rename extension 5 年之前
MDR Portal WAF Notes.md 7a4e194973 rename extension 5 年之前
MDR Qualys Notes.md 7a4e194973 rename extension 5 年之前
MDR RedHat Notes.md 7a4e194973 rename extension 5 年之前
MDR Reposerver Notes.md 7a4e194973 rename extension 5 年之前
MDR Salt Notes.md f71688a3f0 example 1 5 年之前
MDR Salt Splunk Whitelisting FedRAMP Notes.md 7a4e194973 rename extension 5 年之前
MDR Salt Upgrade Notes.md 7a4e194973 rename extension 5 年之前
MDR ScaleFT Notes.md 7a4e194973 rename extension 5 年之前
MDR Sensu Notes.md 7a4e194973 rename extension 5 年之前
MDR Splunk MSCAS Notes.md 7a4e194973 rename extension 5 年之前
MDR Splunk NGA Data Pull Request Notes.md 7a4e194973 rename extension 5 年之前
MDR Splunk Notes.md 7a4e194973 rename extension 5 年之前
MDR Splunk SAF Offboarding Notes.md 7a4e194973 rename extension 5 年之前
MDR Terraform Notes.md 7a4e194973 rename extension 5 年之前
MDR Terraform Splunk ASG Notes.md 7a4e194973 rename extension 5 年之前
MDR Vault Notes.md 7a4e194973 rename extension 5 年之前
MDR Vault Prod Refresh Notes.md 7a4e194973 rename extension 5 年之前
MDR VictorOps Notes.md 7a4e194973 rename extension 5 年之前
MDR salt_splunk_HEC Notes.md 7a4e194973 rename extension 5 年之前
MDR sftp Notes.md 7a4e194973 rename extension 5 年之前
MSR Sudo Replay Notes.md 7a4e194973 rename extension 5 年之前
README.md ac09c822c0 try it sparky 5 年之前

README.md

Brads All Encompassing Compendium of the Entirety of XDR Knowledge

Rules

  1. All files MUST follow the naming scheme. MDR <Major Topic> <Minor Topic> Notes.md e.g. MDR 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>
    

    ```

    # MDR 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. 
    ```
    
    1. 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!

    2. When referencing other files use this format See <file name> for more details. e.g. See MDR Salt Upgrade Notes.md for more details.