Changes between Version 17 and Version 18 of CPUShare
- Timestamp:
- 04/08/2008 04:22:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CPUShare
v17 v18 9 9 * [/raw/CPUShare/cpushare_0.47-2_amd64.deb cpushare_0.47-2_amd64.deb] (64-bit platforms) 10 10 * [/raw/CPUShare/cpushare_0.47-2.dsc cpushare_0.47-2.dsc] (source package) 11 Then download our [/raw/CPUShare/libcaca-sell.cpu sell order] and put it in `/etc/cpushare/`. If your machine has several CPUs, you can place several copies of the same file in `/etc/cpushare/`, just make sure their names end in `.cpu`. 12 13 Finally, start the CPUShare daemons: 11 Then download our [/raw/CPUShare/libcaca-sell.cpu sell order] and put it in `/etc/cpushare/`. If your machine has several CPUs, you can place several copies of the same file in `/etc/cpushare/`, just make sure their names end in `.cpu`. Finally, start the CPUShare daemons: 14 12 {{{ 13 cd /etc/cpushare 14 curl http://libcaca.zoy.org/raw/CPUShare/libcaca-sell.cpu -o libcaca-cpu0.cpu 15 cp libcaca-cpu0 libcaca-cpu1.cpu # optional, if you have two CPUs or two cores 15 16 /etc/init.d/cpushare start 16 17 }}}