jueves, 13 de octubre de 2016

:D Very nice





https://en.wikipedia.org/wiki/Cyrano_de_Bergerac#/media/File:Savinien_de_Cyrano_de_Bergerac.JPG 

TODO DE MI TODO


martes, 11 de octubre de 2016

Reset Forgotten Root Password on CentOS/Red Hat

https://dzone.com/articles/reset-root-password-centosred



1. Boot the system and when you see the following message "Press any key to enter the menu"press any key. (You will see the list of available kernel versions.)

2. Press e in order to edit commands before booting.

3. Highlight the list item with vmlinuz in it by using the arrow keys and press e.

4. Now type single or init 1 at the end of the line.

5. Then press enter and b to boot the system with the new argument. (The system will boot into single user mode and you will see bash prompt)

Now it's time to change the password:

6. Type passwd
### Shell Commands ###
passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
7. Type reboot to restart the system.