matar phpstorm
kill -9 $(pgrep -f phpstorm)
Excited Echidna
kill -9 $(pgrep -f phpstorm)
kill $(ps aux | grep '[p]hp' | awk '{print $2}')
ps -ef | grep phpstorm
kill $(ps aux | grep '[n]ginx' | awk '{print $2}')
kill $(ps aux | grep '[m]ysql' | awk '{print $2}')