因为安装dropbox过程中需要翻墙,直接在线安装会失败,所以要让安装命令走代理,这里可以使用proxychains
wget和curl也同理
具体步骤:
sudo apt-get install proxychains
sudo vi /etc/proxychains.conf
//修改 socks4 127.0.0.1 9050 为 socks5 127.0.0.1 1080
proxychains dropbox start -i
最好的解决方案当然是极路由全局翻
因为安装dropbox过程中需要翻墙,直接在线安装会失败,所以要让安装命令走代理,这里可以使用proxychains
wget和curl也同理
具体步骤:
sudo apt-get install proxychains
sudo vi /etc/proxychains.conf
//修改 socks4 127.0.0.1 9050 为 socks5 127.0.0.1 1080
proxychains dropbox start -i
最好的解决方案当然是极路由全局翻
Congratulations @a186r! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
You made your First Comment
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Do not miss the last announcement from @steemitboard!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit