<phrase> in all PDF files (case insensitive, e.g.: .pdf, .PDF) in the current directory (.).
find . -iname "*.pdf" -exec pdfgrep145.23.12.30 there is open port 8080nmap -p 8080 145.23.12.30du -sh */ | sort -hrmp4 files from current directory (.) and paste into ~/Music.find . -name '*.mp4' -type f | xargs -I '{}' mv '{}' ~/Musichttp://127.0.0.1:9000wrk -t12 -c400 -d10s http://127.0.0.1:90008.8.8.8 and when it's back (and I did not notice) I want to be informed by "beep" sound.while true; do
if ping -c 1 8.8.8.8 &> /dev/null; then
printf "%s %s\n" "$(date -u +"%Y-%m-%dT%H:%M:%SZ")" success && afplay /System/Library/Sounds/Funk.aiff
else
printf "%s %s\n" "$(date -u +"%Y-%m-%dT%H:%M:%SZ")" fail
fi;
sleep 5;
doneE45: 'readonly' option is set (add ! to override). Next you, try again, and again, and nothing... Then you remember about "force" and check saving with w!, but this also not work...:w !sudo tee %sudo tee which enable a proper saving privileges for sudo user.openssl and generate random 12 characters password.
openssl rand -base64 12[a-z0-9] (no special chars)
LC_ALL=C bash -c 'head /dev/urandom | tr -dc a-z0-9 | head -c30'htpasswd and generate given sample password 123 and save to auth file with john key name.
$ htpasswd -c auth john
$ cat auth
john:$apr1$VqXa9gLG$pAIL.jm6Ts48QH4RKlX6k0
install pdfgrep
install wrk