Friday, June 21, 2013

Linux 中安装 Dropbox

注册点这里链接1 (你我各额外获得250M容量)
Kubuntu安装看这里:链接1链接2
Ubuntu下安装点这里:链接1
Lubuntu安装点这里:链接1 开机启动看这里:链接1
Debian下编译看这里:链接1 有代理的话看这里:链接1
翻墙看这里:链接1
增加容量:链接1

本人安装过程:
debian(64bit)
>> 解压到根目录 ~/ (解压后文件夹是隐藏的)
>> shell 中输入 
  1. ~/.dropbox-dist/dropboxd  
>> 输入帐号信息就好了

Lubuntu(32bit)
>>  同样也是下载 Dropbox daemon
  1. cd  
  2. wget -O dropbox.tar.gz http://www.dropbox.com/download\?plat=lnx.x86  
  3. tar -zxof dropbox.tar.gz  
  4. wget -nd http://dl.dropbox.com/u/6995/dbmakefakelib.py  
  5. wget -nd http://dl.dropbox.com/u/6995/dbreadconfig.py  
  6. python dbmakefakelib.py  
>> 打开还是一样 
  1. ~/.dropbox-dist/dropboxd  
>> 开机自动启动 
  1. cd ~/.config/autostart  
  2. touch Dropbox.desktop  
  3. vi Dropbox.desktop  
 If it does not work, then follow this:
Menu --> Preferences --> Default applications for LXSession --> Autostart 
Under Manual autostarted application type "dropbox start" (without quotes) and hit add.

加入如下内容
[Desktop Entry]
Encoding=UTF-8
Name=Dropbox
Comment=RunDropbox
Icon=/usr/share/icons/elementary/panel/22/dropboxstatus-logo.svg
Exec=bash ~/.dropbox-dist/dropboxd
Terminal=false
Type=Application
然后 logout login

Kubuntu(64bit)
下载 Kfilebox (选择自己需要的版本)
直接双击安装 或者用 dpkg -i
然后安提示输入信息就好了!

最后!!
注册点这里链接1 (你我各额外获得250M容量)

No comments:

Post a Comment