Wiki source code of One-liners

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

Hide last authors
Jan Rhebergen 1.1 1 Page with simple one-line commands which are too cumbersome to remember:
2
3 reset nextcloud user password:
4
5 (% class="box" %)
6 {{{cd /opt/nextcloud
7 docker-compose exec --user www-data app php occ user:resetpassword wouter_terhaar}}}
8
9
10 get the windows product key from Linux using:
11
12 (% class="box" %)
13 {{{strings /sys/firmware/acpi/tables/MSDM}}}
14