Category Archives: Ubuntu/Debian

Recommended Ubuntu/Debian

How to Run as Root on Ubuntu/Debian – Avoid Annoying SUDO!

If you are installing many programs using apt-get command in Ubuntu/Debian, you will want to avoid using sudo in front of every command.

To do that it’s rather simple, just type:

sudo /bin/bash

to enter root for good and you won’t have to type sudo in front of every command.

Leave a comment