知乎专栏 |
sudo apt install boinctui boinc-client sudo systemctl enable boinc-client sudo systemctl start boinc-client sudo boinctui
Ubuntu 早起版本
netkiller@shenzhen:~/BOINC$ apt-cache search boinc boinc-app-seti - SETI@home application for the BOINC client boinc-client - core client for the BOINC distributed computing infrastructure boinc-dev - development files to build applications for BOINC projects boinc-manager - GUI to control and monitor the BOINC core client kboincspy - monitoring utility for the BOINC client kboincspy-dev - development files for KBoincSpy plugins netkiller@shenzhen:~/BOINC$ 安装 netkiller@shenzhen:~/BOINC$ sudo apt-get install boinc-client 拷贝现有的account文件 netkiller@shenzhen:~/BOINC$ cp account_* /var/lib/boinc-client/ 重新启动 netkiller@shenzhen:~/BOINC$ /etc/init.d/boinc-client restart