Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active April 2, 2020 01:05
Show Gist options
  • Save mamemomonga/ea95633a7e2d394a95db7057dae13e61 to your computer and use it in GitHub Desktop.
Save mamemomonga/ea95633a7e2d394a95db7057dae13e61 to your computer and use it in GitHub Desktop.
Ubuntu/DebianにFolding@homeをインストールする方法

Ubuntu/DebianにFolding@homeをインストールする方法

あまりCPU負荷のかかってないVPSなどにいれて、ウィルスの解析に役立てましょう。

$ wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb
$ sudo dpkg -i fahclient_7.5.1_amd64.deb

WebUIへの接続

SSHのポートフォワードを使うと便利です。

$ ssh -L 7396:127.0.0.1:7396 サーバ

で接続すれば、ローカルマシンから

http://127.0.0.1:7396

で接続できます。

設定ファイル

$ sudo vim /etc/fahclient/config.xml

再起動

$ sudo /etc/init.d/FAHClient restart

停止

$ sudo /etc/init.d/FAHClient stop

起動

$ sudo /etc/init.d/FAHClient start

アンインストール

$ sudo dpkg -P fahclient

マニュアル

https://foldingathome.org/support/faq/installation-guides/linux/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment