Search found 16 matches

by pr0ti3n
Sun May 03, 2020 4:25 am
Forum: New Donors start here
Topic: Linux desktop or server?
Replies: 13
Views: 1400

Re: Linux desktop or server?

If you don't want to install a Desktop Environment, a Window Manger is another choice. Openbox is great for beginners to WM's
by pr0ti3n
Mon Apr 27, 2020 10:12 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 42065

Re: conky read out?

For two slots ${font Ubuntu:bold:size=10}FOLDING@HOME MONITOR ${hr 2} ${font sans-serif:normal:size=8}Slot 1 Progress: ${execi 15 cat /var/lib/fahclient/log.txt | grep -E "FS00" | tr '(' '\n' |tr ')' '\n' | grep -E "(%|percent)"|tail -n 1 | tr -d 'percent' | tr -d '%'} % ${font ...
by pr0ti3n
Mon Apr 27, 2020 8:48 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 42065

Re: conky read out?

Heres my conky: https://i.imgur.com/9u4BbNx.png background yes use_xft yes xftalpha 0 xftfont Terminus:size=8 text_buffer_size 256 override_utf8_locale yes cpu_avg_samples 2 out_to_console no own_window_transparent yes xftalpha 0.8 update_interval 1 own_window yes own_window_type override double_buf...
by pr0ti3n
Sun Apr 26, 2020 6:11 pm
Forum: New Donors start here
Topic: Nightmare
Replies: 22
Views: 3236

Re: Nightmare

Try the VMware image https://flings.vmware.com/vmware-applia ... lding-home
by pr0ti3n
Fri Apr 24, 2020 2:26 pm
Forum: New Donors start here
Topic: Questions.
Replies: 23
Views: 2027

Re: Questions.

Heres another option for covid-19

Code: Select all

http://127.0.0.1:7396/
by pr0ti3n
Fri Apr 24, 2020 12:48 pm
Forum: New Donors start here
Topic: Questions.
Replies: 23
Views: 2027

Re: Questions.

Mike.LD90 wrote: I can find an option to donate computer-time to COVID-19 ...

Open FAHControl and Go to Configure > Advanced. There is an option in the drop down box for covid-19
by pr0ti3n
Sat Apr 18, 2020 3:13 pm
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: FAH Control 7.6.9 Won't Start On Fedora 31 After Upgrade
Replies: 12
Views: 2282

Re: FAH Control 7.6.9 Won't Start On Fedora 31 After Upgrade

bamapolitics wrote:This is same issue: https://github.com/FoldingAtHome/fah-control/issues/61
The link I posted is for python3. Your link is a python2 problem.
by pr0ti3n
Mon Apr 13, 2020 7:52 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Linux Installation Dependencies, Problems
Replies: 19
Views: 6650

Re: Linux Installation Dependencies, Problems

gnutux95 wrote: I am working on the last (On one pc I can't find the python-gtk2 package, python can't import it so...)
If you installed the prerequisites, and edit the code to remove the line it should work.
by pr0ti3n
Mon Apr 13, 2020 4:07 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: FAHControl won't install on CentOS 8
Replies: 8
Views: 1961

Re: FAHControl won't install on CentOS 8

Yeah like mat2 says its a python problem. I tested the python3 port this morning on Fedora31 and it works fine.
https://github.com/FoldingAtHome/fah-control/pull/56
by pr0ti3n
Sat Apr 11, 2020 6:27 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: FAHControl won't install on CentOS 8
Replies: 8
Views: 1961

Re: FAHControl won't install on CentOS 8

On Linux I had a better time using the Github repo for fah-control. Just follow the README.md
https://github.com/FoldingAtHome/fah-control
by pr0ti3n
Wed Apr 08, 2020 3:00 am
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Linux Installation Dependencies, Problems
Replies: 19
Views: 6650

Re: Linux Installation Dependencies, Problems

Check this out. You need to remove some code to do a system install. viewtopic.php?f=106&t=33900
by pr0ti3n
Fri Apr 03, 2020 5:22 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Install FAHControl Debian 10 Buster
Replies: 0
Views: 829

Install FAHControl Debian 10 Buster

sudo apt-get install -y python-stdeb python-gtk2 python-all debhelper git If you already have a Github directory you can skip this. mkdir -p Github cd Github/ git clone https://github.com/FoldingAtHome/fah-control.git cd fah-control Now the Fun part. Open your file manager and go to the fah-control...
by pr0ti3n
Thu Apr 02, 2020 7:08 pm
Forum: Q&A about unsupported distros of Linux
Topic: how to limit the slots in docker?
Replies: 2
Views: 10012

Re: how to limit the slots in docker?

Try:

Code: Select all

cpu-usage 0
by pr0ti3n
Thu Apr 02, 2020 3:23 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Error on init FAHControl
Replies: 2
Views: 790

Re: Error on init FAHControl

Arch Linux is one of the few distros that uses the python3 interpreter as default. Try:

Code: Select all

python2 FAHControl
Or

Code: Select all

sudo python2 FAHControl