I hate how some distros (Ubuntu) hides the typical asterisks character when typing passwords. On one hand it's more secure, but on the other the lack of feedback when typing is just too annoying.
To change it, run:
$ sudo visudo
On the open file, change from:
Defaults env_reset
To:
Defaults env_reset,pwfeedback
Top comments (0)