This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ANSIBLE_CALLBACK_PLUGINS=/usr/local/lib/python2.7/dist-packages/ansible/plugins/callback/:/usr/local/lib/python2.7/dist-packages/ara/plugins/callbacks/ | |
DISPLAYA=`echo $SSH_CLIENT | awk '{ print $1}'` | |
#export DISPLAY=$DISPLAYA:0 | |
alias topmem="smem -s rss -r -t -p | head -10" | |
alias zombie="while true; do clear;date; ps auxf | awk '{if($8=="Z") print $0;}'; sleep 1; done" | |
alias waiting="while true; do clear;date; ps auxf | awk \'{if\($8==\"D\"\) print $0;}\'; sleep 1; done" | |
alias fuck='sudo $(history -p \!\!)' | |
alias pf='sudo ps -ef | grep -v grep | grep' | |
alias vik='sudo vi' | |
alias ll='ls -lha --color' |