/notasPlanDeEstudio

Aqui guardo el numero de la pagina o el numero de episodo de lo que este estudiando.

notasPlanDeEstudio

Aqui guardo el numero de la pagina o el numero de episodo de lo que este estudiando.

Why this repo?

Here I will save my notes about in what page I'm in or in which episode I leaft the videos that I see when I'm stydding in Platzi about programming.

This is meant to a proof that I'm not just leaving code just because I want, actually I want to show to the world that even if I not writing code, I'm learning something about linux.

Note for myself:

Hi this is a note about how to recover access to linux, just in case you lost the root password.

  1. You must have physical access to the computer

  2. Reboot the computer

  3. Once you see the grub manager, selec the option of your computer (normally it is the first option in the grup manager)

  4. hit "e" in your keyboard.

  5. You'll see and script, inside it you have to look for the word ro

  6. erase the ro and put in there rw init=/sysroot/bin/sh

  7. hit ctrl + x

  8. then continue with the command chroot /syhsroot

  9. then the command passwd root

  10. Once you change the password, always has the root user "#" run the next command touch /.autorelabel

  11. and then exit and reboot.

  12. Login in as a root and you'll have root access again.