Recent posts

AEM - Adobe Experience Manager (6.3)

less than 1 minute read

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...

VM export on VMware Fusion (OSX)

less than 1 minute read

/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...

CLI - Top 10 Prozesse anzeigen lassen

less than 1 minute read

die 10 Prozesse mit der meisten CPU-Load anzeigen lassen (sortiert) ps -Ao user,uid,comm,pid,pcpu,tty --sort=-pcpu - head -n 10