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   

 

How do I get video thumbnails on Ubuntu

 

sudo apt install ffmpegthumbnailer
 
sudo vim /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer 
 
Exec=/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f 
file save
and rm -R ~/.cache/thumbnails 
source: https://askubuntu.com/questions/1112728/how-do-i-get-video-thumbnails-on-ubuntu-18-04-1-lts?utm_source=pocket_shared 
 
  
 
 

gemini scripts

  5. 외로움을 기본값으로 인정하기 "인간은 원래 혼자 와서 혼자 가는 존재"라는 사실을 담담하게 받아들이는 마인드셋이 중요합니다. 괴로운 외로움은 '남들은 다 행복해 보이는데 나만 혼자야'라는 비교에서 옵니다. 누구...