Skip to content

Instantly share code, notes, and snippets.

@xtqqczze
xtqqczze / distro-kernel-glibc.md
Last active April 20, 2026 00:03 — forked from richardlau/distro-kernel-glibc.md
Linux distributions to kernel and glibc versions map
Distro kernel glibc
Debian 7 3.2 2.13
Debian 8 3.16 2.19
Debian 9 4.9 2.24
Debian 10 4.19 2.28
Debian 11 5.10 2.31
Debian 12 6.1 2.36
Debian 13 6.12 2.41
RHEL 7 3.10 2.17
@xtqqczze
xtqqczze / user-profile.psm1
Created December 6, 2018 13:43
PowerShell functions to create a new user profile
<#
.Synopsis
Rough PS functions to create new user profiles
.DESCRIPTION
Call the Create-NewProfile function directly to create a new profile
.EXAMPLE
Create-NewProfile -Username 'testUser1' -Password 'testUser1'
.NOTES
Created by: Josh Rickard (@MS_dministrator) and Thom Schumacher (@driberif)