Skip to content

Instantly share code, notes, and snippets.

Enterprise: NJVYC-BMHX2-G77MM-4XJMR-6Q8QF
Professional: KBJFW-NXHK6-W4WJM-CRMQB-G3CDH
Keys are generic ones. These are the same from MSDN account.
Product Key : -6Q8QF
Validity : Valid
Product ID : 00369-90000-00000-AA703
Advanced ID : XXXXX-03699-000-000000-00-1032-9200.0000-0672017
@mosjin
mosjin / chpasswdBatch.bash
Created November 21, 2018 08:57
Update user password for same user under many CentOSes
#!/bin/bash
#. update passwrods in batch mode
#. root as yourself
currDir=$(dirname $(readlink -f "$0"))
#echo $currDir
source ${currDir}/commonFuncs.bash
user2change="$1"