2024년 9월 1일 일요일

Enable password asterisks when run command sudo

 

Run the following command in a Terminal

sudo visudo 
 
Scroll down to the line that looks like this
 
Defaults        env_reset 
-> Defaults        env_reset,pwfeedback 
 
Ctrl+X , Y , enter
source : https://askubuntu.com/questions/412292/enable-password-asterisks-when-run-command-sudo/412293   

 

댓글 없음:

댓글 쓰기

[퍼옴] MPV 단축키 / 환경 설정

  최대한 팟플레이어랑 비슷하게 하려고 했다. 단축키 설정 파일 ~/.config/mpv/input.conf CLOSE_WIN quit TAB script-binding stats/display-stats-toggle ENTER cycle full...