Changes between Version 18 and Version 19 of CPUShare
- Timestamp:
- 04/08/2008 04:22:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CPUShare
v18 v19 11 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: 12 12 {{{ 13 cd /etc/cpushare14 curl http://libcaca.zoy.org/raw/CPUShare/libcaca-sell.cpu -o libcaca-cpu0.cpu15 cp libcaca-cpu0 libcaca-cpu1.cpu # optional, if you have two CPUs or two cores16 /etc/init.d/cpushare start13 % 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 16 % /etc/init.d/cpushare start 17 17 }}} 18 18