memory: sync session state 2026-06-19 (redacted for Forgejo)

- MEMORY.md: current index with latest status entries
- project-kitestacks-migration.md: full updated history — kscloud1 SSH
  restored, Forgejo+BookStack SSO fixed, 2-connector active-active confirmed
- project-kitestacks-services.md: monk Forgejo on shared PG, OSTicket SMTP
  live, no pending items
- project-a-plus-core2.md: quiz log updated with OS-1/OS-2 results

IPs, passwords, and API tokens redacted per Forgejo security policy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kenpat 2026-06-19 02:51:26 -05:00
parent 92cb104838
commit c780c8c97b
4 changed files with 80 additions and 497 deletions

View file

@ -23,6 +23,7 @@ metadata:
| 2026-06-11 | Started Core 2 study, 9:15 PM | Took Sybex diagnostic practice exam — scored 50% (50/100) |
| 2026-06-17 | LAB 5 theory (Malware types & removal procedure), LAB 6 theory (BitLocker, UAC, Firewall, EFS) | 1hr 8min session, 9:5711:06 PM CDT. Checkpoint answers all correct. Hands-on LAB 5 & 6 scheduled Friday. SEC-6 quiz scheduled for June 18. |
| 2026-06-18 | SEC-6 quiz + OS-1/OS-2 quizzes scheduled | Hands-on LAB 5 & 6 scheduled for this Friday. |
| 2026-06-19 | OS-1/OS-2 quiz (Windows Editions, Install & Boot, Troubleshooting) — taken cold, before studying | **10/12 correct + Scenario A.** Part 1 (Windows Editions): 6/7 — missed Q1 (Home can't join domain, Pro is minimum). Part 2 (Install & Boot): 5/5 perfect. Part 3 (Troubleshooting): 1/2 — missed Scenario B ("OS Not Found" = `bootrec /rebuildbcd`, not `chkdsk`). |
## Planned Tests
- **This week (started 2026-06-11):** Professor Messer practice exam (diagnostic — taken cold first)
@ -37,9 +38,12 @@ metadata:
- Day 16: Weak area review only
- Day 17 (June 28): Exam
## Key Weak Areas to Watch (common for homelab/Linux users)
- Windows command line tools (sfc, DISM, chkdsk, bootrec, diskpart)
## Key Weak Areas to Watch
- **`bootrec` vs `chkdsk`**: "OS Not Found" = boot sector problem → `bootrec /rebuildbcd` (or `/fixmbr`, `/fixboot`). `chkdsk` is for file system corruption, not missing bootloader.
- **Windows edition domain join**: Home cannot join AD domain or use Group Policy. Pro is minimum. Memorize: Home = no domain, no GPO, no BitLocker, no RDP host.
- **Windows 11 upgrade requirements**: TPM 2.0 + Secure Boot (UEFI required, not legacy BIOS).
- Malware types and removal procedures (pure memorization)
- Windows command line tools generally (sfc, DISM, chkdsk, bootrec, diskpart)
## Resources
- Professor Messer A+ Core 2 (YouTube + paid practice exams)