" cat /etc/NetworkManager/system-connections/[SSID] | grep psk= "
lspci | egrep -i --color 'network|ethernet'
sqlite3 ~/.mozilla/firefox/*.[dD]efault/places.sqlite "SELECT strftime('%d.%m.%Y %H:%M:%5',visit_date/1000000, 'unixepoch'.'localtime'),url FROM moz_places,moz_historyvisits WHERE moz_places.id=moz_historyvisits.places_id ORDER BY visit_date;"
find . -name '*sh' -exer bash -n {} ;
ls -d */
lsof -i
/[command]
fuser -k [filename]
find -not -empty =type f -printf "%s\n" | sort -rn | uniq -d | xargs - I{} -n1 find -type f -size {}c -print0 | xargs -0 md5sum | sort | uniq -w32 -all-repeated-separate
translate(){ wget -q0- "https://ajax.googleapis.com/ajax/servces/language/translate?v=1.0&q=$1&langpair=$2|${3:-en}" | sed 's/.trasnlatedText":"([^"])".*}/\1\n/';}