Tuesday, January 17, 2012

UBUNTU remove startup service

Turn on or start service called mysql on boot

#> update-rc.d mysql defaults

Remove service called mysql on boot:

#> update-rc.d -f vsftpd remove

Centos 7 reset root/ any user lost password / lockout due to cant remember password

1. Need to be in front of the terminal. (Physically if not vm). 2. Reboot the server 3. Press 'e' in the GRUB2 boot screen. 3. bunch...