2025년 5월 10일 토요일

인용

 속죄의 길을 걷는 베르고글리오, 내려옴으로써 길을 찾은 베네딕토 16세. 우리는 죄를 인정하는 순간 모든 것을 잃어버리게 되고, 내려오는 순간 다시는 올라갈 방법이 없을 것이라 믿는다. 끊임없는 정당화와 합리화, 타협은 그러한 확신에 기인하는 법이다. 하지만 정말 그런가. 두 교황의 이야기는 우리에게 또 다른 길이 열려 있을 수 있다는 사실을 보여준다. 그 길은 속죄 없는 타협, 자리를 지키는 탐욕이 향하게 될 길보다 더욱 밝고 넓고 깊을 것이다.


source : https://n.news.naver.com/mnews/article/036/0000051616

FOMC lee sangun

 

2024년 12월 26일 목요일

소포클레스 오이디푸스왕 중

 

 

source: https://www.translatum.gr/forum/index.php?topic=33648.0

 

 

μὴ φῦναι τὸν ἅπαντα νικᾷ λόγον: τὸ δ᾽, ἐπεὶ φανῇ, βῆναι κεῖθεν ὅθεν περ ἥκει, πολὺ δεύτερον, ὡς τάχιστα. ὡς εὖτ᾽ ἂν τὸ νέον παρῇ κούφας ἀφροσύνας φέρον, τίς πλαγὰ πολύμοχθος ἔξω; τίς οὐ καμάτων ἔνι; φθόνος, στάσεις, ἔρις, μάχαι καὶ φόνοι: τό τε κατάμεμπτον ἐπιλέλογχε πύματον ἀκρατὲς ἀπροσόμιλον γῆρας ἄφιλον, ἵνα πρόπαντα κακὰ κακῶν ξυνοικεῖ.


Not to be born is, beyond all estimation, best; but when a man has seen the light of day, this is next best by far, that with utmost speed he should go back from where he came. For when he has seen youth go by, with its easy merry-making, what hard affliction is foreign to him, what suffering does he not know? Envy, factions, strife, battles, and murders. Last of all falls to his lot old age, blamed, weak, unsociable, friendless, wherein dwells every misery among miseries.

2024년 12월 16일 월요일

인용- Han Kang – Nobel Prize lecture

 그녀의 삶을 들여다보며 나는 묻고 있었던 것 같다. 우리는 얼마나 사랑할 수 있는가? 어디까지가 우리의 한계인가? 얼마나 사랑해야 우리는 끝내 인간으로 남는 것인가?

 

source: https://www.nobelprize.org/prizes/literature/2024/han/225027-nobel-lecture-korean/

source: 한강 작가 노벨문학상 수상소감 전문


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 
 
  
 
 

2024년 8월 29일 목요일

install google chrome on ubuntu

 1. add key

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

2. Set repository

echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list

3 . install package

sudo apt update
sudo apt install google-chrome-stable

source: https://askubuntu.com/questions/510056/how-to-install-google-chrome














인용

  속죄의 길을 걷는 베르고글리오, 내려옴으로써 길을 찾은 베네딕토 16세. 우리는 죄를 인정하는 순간 모든 것을 잃어버리게 되고, 내려오는 순간 다시는 올라갈 방법이 없을 것이라 믿는다. 끊임없는 정당화와 합리화, 타협은 그러한 확신에 기인하는 법이...