Advanced Search
Search Results
29 total results found
Fundamentals
Processes vs Threads Main : Processes are executed by threads Memory Stack Stack allocation called by function Each function gets its own memory for local variables Freed immediately when function ends Too many function calls exceed stack capacity -> ...
C++ Concepts
Resource Acquisition Is Initialization RAII is a design pattern where resource lifetime is bound to object lifetime. When the object is created, it acquires the resource. When the object is destroyed, it releases the resource automatically via the destructo...
C Concepts
Homelab
docs
Homelab Milestone
Homelab v0: Local Docker Stack Goal Learn Dev Ops practices, manage a homelab. Creative learning environment Services Homepage: dashboard Uptime Kuma: monitoring Portainer: Docker management Network localhost : may upgrade to local network later Commands Sta...
Archive
Testing Scripts
diskcheck.sh diskcheck.sh is used to run short SMART health tests against multiple disks on a Linux server. This script appears to have been written for server disk validation, hardware checking, or pre-deployment testing. It automates the process of starting ...
spec-list-old.sh
record_specs.sh Purpose Used to collect and record server hardware specifications. Script Description The script collects hardware information from several system tools and formats the result into one inventory line. It records: Server product name Delivery de...