Wednesday, 12 March 2014

How To Make Your Linux Ubuntu is Always on Root Mode (Cara Membuat Linux Ubuntumu Selalu pada mode Root)

haah, it's been long time i don't write in this blog because of my real world including my life in college, that is full of tasks >.< :D
but today i want to write down How To Make Your Ubuntu is Always on Root Mode
some of my friends say this tutorial is the worst idea, please beware :D

OK, let's we go to the tutorial

first, you must unlock your root account, because ubuntu have lock the root account defaultly
and then, type this in your ubuntu's teminal
sudo passwd root
in the first prompt, you must input your used account password, and then is your root password

after that, try to type
su -
and input your root password

taraa, you've been in root mode
do you want always in this root mode from start? so read this tutorial again

next, if you want to login in this root mode, you've to edit lightdm configuration
now move to lightdm directory by type this to terminal
cd /etc/lightdm
and open the file named "lightdm.conf" with your favorite text editor and add this to a new line
greeter-show-manual-login=true

and save it, then try to reboot/logout

when the login screen is appear,
choose login and type your username as root and your password as your root password which have you inputted before

uhuy, after this you'll can login as root and always in root mode

but, you must carefully because you are in root mode, you can do anything without system restriction

hmmm, you want to lock the "Root Mode" again, you can type
sudo passwd -l root

and the last, thank you to read this tutorial, see you again in next tutorial ^_^
###############################
the risks that occur after reading this tutorial isn't the responsibility of the authors, so beware ^_^
###############################