Groups
Everything on SkillVeris tagged Groups — collected across the glossary, study notes, blog, and cheat sheets.
17 resources across 2 libraries
Study Notes(16)
Users, Groups, and Computer Objects
The core AD object types — user accounts, security/distribution groups, and computer accounts — and how group scope and type govern permissions.
Thread Groups
How JMeter Thread Groups control the number of virtual users, ramp-up time, and loop behavior that drive load against your system under test.
Permission Levels and Groups
How SharePoint controls who can do what on a site through permission levels, SharePoint groups, and inheritance.
High Availability Basics
Core SQL Server high-availability options — Always On Availability Groups, Failover Cluster Instances, and log shipping — and how they differ.
Backreferences and Groups
Master capturing parts of a match with groups and reusing them via backreferences in both the pattern and the replacement of sed substitutions.
Report Writer Basics
Explore COBOL's Report Writer feature, a declarative way to generate formatted, control-broken reports without manually coding line spacing and totals.
Instance Groups and Autoscaling
Understand how Managed Instance Groups keep fleets of Compute Engine VMs healthy and scale them automatically based on load.
Azure Container Instances
Azure Container Instances (ACI) runs individual containers directly in Azure without provisioning VMs or managing a container orchestrator like Kubernetes.
Auto Scaling Groups
Learn how EC2 Auto Scaling Groups automatically add and remove instances based on demand, using launch templates, scaling policies, and health checks.
IAM Users, Groups, and Roles
AWS Identity and Access Management (IAM) defines who or what can act in your account, using users, groups, and roles as the core identity building blocks.
Security Groups vs NACLs
Compare AWS's two network-layer firewalls — stateful Security Groups and stateless Network ACLs — and learn when and how to use each for defense in depth.
Consumer Groups
How Kafka consumer groups distribute partitions across cooperating consumers to scale reads horizontally, and how rebalancing keeps that assignment correct.
Permissions and Groups
Django's permission system lets you gate actions per-model or per-object using auto-generated permissions, custom permissions, and reusable Groups that bundle…
Transform and Filter on Groups
Learn how groupby's transform() and filter() differ from agg(): transform preserves row shape while filter selects whole groups by a condition.
Dynamic and Nested Form Groups
Build complex forms by nesting FormGroups and using FormArray to add, remove, and validate repeating or conditional sets of controls at runtime.
Users, Groups, and sudo
Learn how Linux organizes access through users and groups, how to create and manage them, and how sudo grants temporary elevated privileges safely and auditabl…