Tired of having to prefix command-line tasks with ‘sudo’ on Ubuntu?
sudo make
sudo make install
rm -Rf *
After logging in with your normal user account then type
sudo su – root
And type in the password.
Proceed at your own risk.
Tired of having to prefix command-line tasks with ‘sudo’ on Ubuntu?
sudo make
sudo make install
rm -Rf *
After logging in with your normal user account then type
sudo su – root
And type in the password.
Proceed at your own risk.