uniq_

allow sudo for debian 7 user

# install sudo if not installed already
su -c 'apt-get install sudo'

# grant sudo privileges
su -c 'adduser <yourusername> sudo'

replace with the name of the use who will be given sudo rights.

written by uniq on 2015-02-06