CompTIA Security+ Certification
World Holidays, but mostly U.S. holidays 👻
Look at disks and devices
- sudo fdisk -l
- fdisk for creating, deleting, resizing, changing, moving partitions on a hard drive
- f stands for fixed disk or format disk
- /dev/sda are device paths or available DISKS
- dev stands for device paths
- sd is short for SCSI mass Storage Device
- Under each will be partitions
Single Loss Expectancy (SLE)
- How much loss is experienced during one negative incident?
- Multiply Asset Value (AV) by the exposure factore (EF)
- $24,000 * 12.5% = $3,000
Annualized Rate of Occurrence (ARO)
- Expected number of yearly occurrences
Annualized Loss Expectancy (ALE)
- Total yearly cost of b
- How much loss is experienced during one negative incident?
- Multiply Asset Value (AV) by the exposure factore (EF)
- $24,000 * 12.5% = $3,000
Annualized Rate of Occurrence (ARO)
- Expected number of yearly occurrences
Annualized Loss Expectancy (ALE)
- Total yearly cost of b
Group of words with a meaning not deducible from those individual words
Scale and chord patterns for major, natural minor, harmonic minor, and melodic minor scales.
2. SC-Connector: SC is short for Subscriber Connect is one of the most frequently used conn
        Epic
          |
Story - Task  -  Bug
   \       |       /
      Sub-Task
😀
Epic - Goal or large user story
Story - Typically development work and focused on the user's perspective ("User Stories")
Task - Often maintenance and operations work
Bug - Defect in
Su
          |
Story - Task  -  Bug
   \       |       /
      Sub-Task
😀
Epic - Goal or large user story
Story - Typically development work and focused on the user's perspective ("User Stories")
Task - Often maintenance and operations work
Bug - Defect in
Su
Famous people's birthdays.
# shared model methods( callbacks, validates, scopes, associations) - instance and class module Item extend ActiveSupport::Concern # instance associations, scopes, validations, callbacks, methods, private methods included do belongs_to :user has_many :collaborations, as: