Managing
Everything on SkillVeris tagged Managing — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 1 library
Study Notes(11)
Modal vs Modeless Dialogs
The difference between MFC's blocking DoModal() dialogs and non-blocking Create()-based modeless dialogs, including lifetime management with PostNcDestroy.
Managing Teams Policies
Learn how to configure and assign messaging, meeting, calling, and update policies in the Teams admin center and via PowerShell to control the user experience…
Managing Secrets Safely
Learn how to store, share, and rotate API keys, tokens, and passwords in Postman using variable scopes, secret-typed variables, and Vault integration without l…
Hooks and Connections
Understand how Airflow Connections store credentials for external systems and how Hooks provide a Python interface to interact with them.
Managing Active Directory with PowerShell
Use the ActiveDirectory module to query, create, and modify users, groups, and organizational units at scale.
Installing and Running Nginx
How to install Nginx via package managers or Docker, and how to manage the running service safely.
Running and Managing Containers
Learn the core Docker CLI commands to start, inspect, stop, and remove containers, plus how to view logs and execute commands inside a running container.
Managing Secrets in CI/CD
CI/CD pipelines need credentials for external systems, so secrets must be stored encrypted, injected at runtime, scoped narrowly, and never committed to source…
Remotes Explained
A remote is a named reference to another copy of a repository, usually hosted elsewhere, that Git uses to synchronize commits, branches, and tags between machi…
Reading and Managing Logs (journalctl, /var/log)
Master the two dominant Linux logging models — the systemd journal and traditional flat-file logs in /var/log — to diagnose issues and manage log retention.
systemd and Managing Services
Learn how systemd manages services, sockets, and timers as units, and how to start, stop, enable, and inspect them with systemctl and journalctl.