wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
출처: http://www.howopensource.com/2011/10/install-google-chrome-in-ubuntu-11-10-11-04-10-10-10-04/
2017년 1월 22일 일요일
2017년 1월 21일 토요일
install virtualbox on ubuntu 16.04
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial
contrib" >> /etc/apt/sources.list.d/virtualbox.list' wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - sudo apt update sudo apt install virtualbox-5.1
출처: http://ubuntuhandbook.org/index.php/2016/07/virtualbox-5-1-released/
피드 구독하기:
덧글 (Atom)
Pascha meaning
**파스카(Pascha)**는 ' 거르고 지나가다 '라는 뜻으로, 원래 이스라엘 민족이 이집트 노예 생활에서 해방된 '유월절'( Passover )을 기념하는 축제에서 유래했으며, 신약에서는 예수 그리스도의 수난...
-
그렇다. 우리는 잊힐 것이다. 그것이 인생이며, 아무것도 할 수 있는 일은 없다. 오늘 우리에게 중요해보이고 심각해 보이며, 버거운 결과로 보이는 것들, 바로 그것들이 잊히는, 더는 중요해지지 않는 순간이 올것이다. 이상한 일이다. 지금 우리는...
-
ffmpeg -i input.dsf -c:a flac output.flac source : https://superuser.com/questions/1720121/how-can-i-convert-dsd-file-formats-to-flac-wa...