We can anticipate the hard disk failure based on the different hard disk sounds it is making and we can backup our data before hard disk completely becomes unusable. The datacent.com has collated various hard disk sounds(noise) to identify the possible hard disk failure by listening to the noise hard disk creates. Various noise can be heard here
Root user login in gnome is disabled on Debian system by default for security reasons. If you want to enable it for specific reasons then follow the below steps : 1. Login into Debian system 2. launch the Root Terminal from Applications -> Accessories. 3. Authenticate with password to launch the Root Terminal. 4. Open "/etc/pam.d/gdm3" with vi. #vi /etc/pam.d/gdm3 5. Look for "auth required pam_succeed_if.so user != root quiet_success" , comment it out as below. #auth required pam_succeed_if.so user != root quiet_success 6. Save the modification with Esc+w+q+Enter keystroke. 7. Restart or reboot Debian system. 8. Login with root user in gnome. You should be now able to login successfully.