#
alias uuid-hds='blkid -o full -s UUID'
# NB 20.05.15 alias myip='lynx --dump --source http://www.ipchicken.com/ | sed -ne "s/^.*[^0-9]\(\([0-9]\{1,3\}\.\)\{3\}[0-9]\{1,3\}\).*$/\1/p"'
-alias myip='lynx --dump --source http://nicolas.boisselier.free.fr/myip/'
alias dpkg-sort-size="dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1nr"
alias password-gener='apg -m 12 -x 12 -a 0 -M L|head -1;'
alias mysqlshow-view="mysql -e \"SHOW FULL TABLES WHERE TABLE_TYPE LIKE 'VIEW'\""
#alias Head='lynx --head -dump'
alias Get='curl -sk'
alias Head='curl -sk --head'
+alias myip='Get http://nicolas.boisselier.free.fr/myip/'
# NB 15.07.15 function nbGet() {
# NB 15.07.15 declare host port uri
# NB 15.07.15 eval $(perl -ne 'm,^\s*\w+://([^/:]+)(?::(\d+))?(/.*)?\s*$, and print qq|host=$1 port=$2 uri=$3\n|' <<< "$@")