2023년 6월 23일 금요일

Ubuntu Tips – Display Asterisks When Typing Your Password in Terminal

 terminal

sudo visudo 

Make a new line:

Defaults        pwfeedback

under the line:

Defaults        env_reset

 

Now save the changes. Press Ctrl+X, type y to answer yes, press Enter to accept default file name.

 

source : https://ubuntuhandbook.org/index.php/2014/08/ubuntu-display-asterisks-when-typing-password-terminal/

댓글 없음:

댓글 쓰기

After today's update to 24.04 LTS, thumbnails no longer being created

  Steps to fix it: Relax the security restriction (immediate fix): Open your terminal and run: sudo sysctl -w kernel.apparmor_restrict_unpr...