One-liners

Last modified by Jan Rhebergen on 2022/01/24 15:57

Page with simple one-line commands which are too cumbersome to remember:

reset nextcloud user password:

cd /opt/nextcloud
docker-compose exec --user www-data app php occ user:resetpassword wouter_terhaar

get the windows product key from Linux using:

strings /sys/firmware/acpi/tables/MSDM
Tags: