Log Review Cheatsheet Critical Log Review Checklist for Security Incidents
Hardening GPO Reference UT Windows Hardening Checklist
Log Review Cheatsheet Critical Log Review Checklist for Security Incidents
Hardening GPO Reference UT Windows Hardening Checklist
Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)
Hi! This is Oracle Cloud Certification Link-O-Rama. Here you will find a collection of useful links for Oracle Cloud Infrastructure certifications. This is a compilation from Oracle official website and community links. You won't find here any links to exam dumps or commercial websites.
Please DON'T ASK FOR EXAM DUMPS!!!
If you want to add or correct any link or information on this page, please ping me on twitter @homelaber
| OCI Architecture: | |
| ================= | |
| OCI Regions - 21 Available + 15 Planned; Commercial, Govt, Microsoft Azure Interconnect | |
| Region - Localized Geographical area comprised of 1 or more AD | |
| Availability Domains - One or more fault-tolerent, isolated DC located within a region, but connected to each other by low latency, high bandwidth network; Do not share physical infra | |
| Fault Domains - Grouping of hardware and infrastructure with in an AD to provide anti-affinity(logical data center); 3 FD per AD; Do not share SPOHF; change procedures are isolated at FD | |
| One AD Regions - within one year second AD or region will be made available | |
| Choosing Region - Location, Data Residency & Compliance, Service Availability | |
| Avoid SPOF - Design architecture to deploy instances that perform same tasks in different FD or different AD for multiple AD regions | |
| Data Guard - Data replication across AD |
Typing vagrant from the command line will display a list of all available commands.
Be sure that you are in the same directory as the Vagrantfile when running these commands!
vagrant init -- Initialize Vagrant with a Vagrantfile and ./.vagrant directory, using no specified base image. Before you can do vagrant up, you'll need to specify a base image in the Vagrantfile.vagrant init <boxpath> -- Initialize Vagrant with a specific box. To find a box, go to the public Vagrant box catalog. When you find one you like, just replace it's name with boxpath. For example, vagrant init ubuntu/trusty64.vagrant up -- starts vagrant environment (also provisions only on the FIRST vagrant up)