How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
How to install grunt on Ubuntu 14.04
Grunt is a Javascript task runner that can be used to compile Sass, run JSHint,…
Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern