Ubuntu에 Dropbox 설치를 하여 Local 폴더처럼 사용해 보자...
결론은 정말 간단하다.
Dropbox에서 제공하는 클라이언트를 그냥 설치하면 끝... 팍. ^^
English: https://www.dropbox.com/en/install?os=lnx
한국어: https://www.dropbox.com/ko/install?os=lnx
Install Dropbox via command line
The Dropbox daemon works fine on all 32-bit and 64-bit Linux servers. To install, run the following command in your Linux terminal.
32-bit:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -
64-bit:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Next, run the Dropbox daemon from the newly created .dropbox-dist
folder.
~/.dropbox-dist/dropboxd
명령줄을 통해 Dropbox 설치
Dropbox 디먼은 모든 32-비트 및 64-비트 Linux 서버에서 작동합니다. 설치하려면 다음 명령을 Linux 터미널에서 실행하세요.
32-bit:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -64-bit:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -그 다음, 새로 만든 .dropbox-dist
폴더에서 Dropbox 디먼을 실행하세요
'Linux' 카테고리의 다른 글
VLC 로 RTSP/RTP Streamming 하기 (0) | 2014.12.21 |
---|---|
ubuntu 12.04 에서 gcc-4.7로 갈아타기 (0) | 2014.09.15 |
스크린샷 프로그램 (Shutter) (1) | 2014.06.09 |
EBS 라디오 듣기 주소 변경 (0) | 2014.06.06 |
Makefile Tips #1 (0) | 2014.05.26 |