22 lines
381 B
Markdown
22 lines
381 B
Markdown
Folding@home Client Advanced Control
|
|
====================================
|
|
|
|
FAHControl can monitor and control one or more FAHClients.
|
|
|
|
To run:
|
|
|
|
python FAHControl
|
|
|
|
See: https://foldingathome.org/
|
|
|
|
# Prerequisites
|
|
|
|
## Debian / Ubuntu
|
|
|
|
sudo apt-get install -y python-stdeb python-gtk2 python-all debhelper \
|
|
dh-python
|
|
|
|
## RedHat / CentOS
|
|
|
|
sudo yum install -y pygtk2
|