This is very simple.
apt-get install sudo visudo
username ALL=(ALL:ALL) ALL
This will give total permissions to this user. If you want to know how to limit the amount of permissions, please google it.
~~DISCUSSION~~