AEM - Adobe Experience Manager (6.3)
Collection of curl commands. User Management Change (Admin-)Password: you’ll need jq for this… #!/bin/sh # get USER_PATH from specific user - this diffe...
Collection of curl commands. User Management Change (Admin-)Password: you’ll need jq for this… #!/bin/sh # get USER_PATH from specific user - this diffe...
Umgebungsvariablen:$RANDOM Ausgeben: echo $RANDOM Zahlen zwischen 0 und 99
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
die 10 Prozesse mit der meisten CPU-Load anzeigen lassen (sortiert) ps -Ao user,uid,comm,pid,pcpu,tty --sort=-pcpu - head -n 10
$ grep --color -E '^|pattern1|pattern2' file name Oder: