找回密码
 新注册用户
搜索
查看: 5087|回复: 13

ubuntux64 下 怎么 安装 ?

[复制链接]
发表于 2010-6-18 02:00:11 | 显示全部楼层 |阅读模式
我是用 apt-get安装 的   在 SETI下 有 最新的  但是 是 个 sh文件 不知道命令 boinc_6.10.56_x86_64-pc-linux-gnu.sh
回复

使用道具 举报

发表于 2010-6-18 08:25:08 | 显示全部楼层
图形化界面:右键,找到一个设置权限的地方,调到可执行模式.
或者
命令行...我不懂,好像是chmod开头的命令,后面的你查linux语法手册吧..
回复

使用道具 举报

发表于 2010-6-30 16:28:44 | 显示全部楼层
sudo chmod +x boinc_6.10.56_x86_64-pc-linux-gnu.sh
./boinc_6.10.56_x86_64-pc-linux-gnu.sh
回复

使用道具 举报

发表于 2010-6-30 19:47:58 | 显示全部楼层
其实,
sudo apt-get install boinc
最好,软件仓库版本已经更新到6.10了。

那个嘛,可以使用:
sudo sh ./boinc_6.10.56_x86_64-pc-linux-gnu.sh
安装后不会自动运行。
回复

使用道具 举报

发表于 2010-6-30 19:48:26 | 显示全部楼层
apt-get哪里来的sh文件嘛
回复

使用道具 举报

发表于 2010-6-30 19:49:02 | 显示全部楼层
不要同时安装,不会自动覆盖升级的。
回复

使用道具 举报

 楼主| 发表于 2010-6-30 20:01:29 | 显示全部楼层
用sudo sh装好了 就是每次要进文件夹打开有点烦,对了 ubuntu 里能跑boinc的屏保吗?
回复

使用道具 举报

发表于 2010-6-30 20:22:11 | 显示全部楼层
回复 7# fevernova99


    能(如果有Linux屏保)。
    另外请注意:如果你是点开boinc manager的,那么关闭boinc manager时会停止计算。
回复

使用道具 举报

发表于 2010-6-30 23:26:11 | 显示全部楼层
可以让BOINC开机自动运行

Ubuntu/Debian http://boinc.berkeley.edu/wiki/S ... C_daemon_after_boot

In Debian-based Linux distributions you use the update-rc.d command to turn a system service (daemon) on or off at boot time.
  1. update-rc.d boinc-client defaults 98
复制代码
-tells the system to start the BOINC client as a daemon at boot time
update-rc.d boinc-client remove
    - tells the system not to start the BOINC client at boot time

See the man page for update-rc.d for more details.
回复

使用道具 举报

发表于 2010-6-30 23:37:43 | 显示全部楼层
回复 8# cuihao


    Ubuntu 下boinc怎么最小化?
回复

使用道具 举报

发表于 2010-6-30 23:50:18 | 显示全部楼层
回复 9# cnchina


    那个,是假定你用apt安装的情况(不然不会说Ubuntu/Debian了)。
    boinc-client不是/bin的命令,不能直接执行的。

    不过用rc.d确实能实现,但是不知道怎么实现。
回复

使用道具 举报

发表于 2010-7-1 06:48:51 | 显示全部楼层
抄自http://www.equn.com/forum/thread-18667-1-1.html

(1)我的BOINC是装在/opt/BOINC 里的,并且该文件夹可写可读。以下涉及到这个文件夹的代码,请改为你自己的文件夹。
(2)在/etc/init.d文件夹中创建boinc.sh文件,写入如下内容
  1. #!/bin/sh
  2. # /etc/init.d/boinc
  3. # Start/stop/restart

  4. test -x /opt/BOINC/boinc || exit 0

  5. case "$1" in
  6. start)
  7. echo "Starting BOINC."
  8. cd "/opt/BOINC" && exec ./boinc >>stdoutdae.txt 2>>stderrdae.txt &
  9. ;;
  10. stop)
  11. echo "Stopping BOINC."
  12. killall boinc
  13. ;;
  14. restart)
  15. killproc boinc
  16. sleep 2
  17. cd "/opt/BOINC" && exec ./boinc >>stdoutdae.txt 2>>stderrdae.txt &
  18. ;;
  19. *)
  20. echo "Usage: /etc/init.d/boinc {start|stop|restart}"
  21. exit 2
  22. esac
  23. exit 0
复制代码
(3)修改boinc.sh文件的属性为可执行。(或可以执行
  1. chmod +x /etc/init.d/boinc.sh
复制代码

(4)接着执行命令
  1. sudo update-rc.d boinc.sh defaults
复制代码
(5)这样应该就成功了。不放心的话,重启后执行命令
  1. $ ps -A | grep boinc
复制代码
你应该会看到类似下面的一行
5182 ? 00:00:00 boinc
回复

使用道具 举报

发表于 2010-9-3 23:12:15 | 显示全部楼层
我的系统在Ubuntu下的基准测试和windows下相差较大,整数得分更高,浮点得分明显低
回复

使用道具 举报

发表于 2010-9-16 11:11:16 | 显示全部楼层
为啥我安装好了之后获取任务总是获取不了。。。。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 新注册用户

本版积分规则

论坛官方淘宝店开业啦~
欢迎大家多多支持基金会~

Archiver|手机版|小黑屋|中国分布式计算总站 ( 沪ICP备05042587号 )

GMT+8, 2024-9-23 16:29

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表