Mem handling ps axo %mem,rss ps axo rss,pid,euser,cmd | grep oracle | awk '{ sum+=$1} END {print sum}' Create private key cat id_rsa.pub >> ~/.ssh/authorized_keys rm id_rsa.pub permissions to be:
/etc/ssh/sshd_config RSAAuthentication yes PubkeyAuthentication yes PasswordAuthentication no Disable root login and password based login $ sudo vi /etc/ssh/sshd_config ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no PermitRootLogin no |
Unix >