Killing zombie process & emacs Copy paste in putty Note down a few tricks, 1, killing zombie process, first find out the zombie process by ps or top command, top # ps aux | awk '{ print $8 " " $2 }' | grep -w Z or ps aux | grep 'Z' 2, by kill command to kill the zombie process, kill -9 PID no.
proftpd usage in AWS Ubuntu (LAMPP) I started a new AWS ec2 instance, it is “Ubuntu Server 14.04 LTS (HVM), SSD Volume Type”, note down a few points here, 1, use the same key pair to access to the AWS EC2 instance, as import the private key file into the putty and WinSCP. Continue Reading →