Search found 16 matches
- Sun May 03, 2020 4:25 am
- Forum: New Donors start here
- Topic: Linux desktop or server?
- Replies: 13
- Views: 2386
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
- Mon Apr 27, 2020 10:12 pm
- Forum: 3rd party contributed software
- Topic: conky read out?
- Replies: 19
- Views: 62488
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 ...
- Mon Apr 27, 2020 8:48 pm
- Forum: 3rd party contributed software
- Topic: conky read out?
- Replies: 19
- Views: 62488
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...
- Sun Apr 26, 2020 6:11 pm
- Forum: New Donors start here
- Topic: Nightmare
- Replies: 22
- Views: 4782
Re: Nightmare
Try the VMware image https://flings.vmware.com/vmware-applia ... lding-home
- Fri Apr 24, 2020 2:26 pm
- Forum: New Donors start here
- Topic: Questions.
- Replies: 23
- Views: 3112
Re: Questions.
Heres another option for covid-19
Code: Select all
http://127.0.0.1:7396/
- Fri Apr 24, 2020 12:48 pm
- Forum: New Donors start here
- Topic: Questions.
- Replies: 23
- Views: 3112
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
- 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: 3127
Re: FAH Control 7.6.9 Won't Start On Fedora 31 After Upgrade
The link I posted is for python3. Your link is a python2 problem.bamapolitics wrote:This is same issue: https://github.com/FoldingAtHome/fah-control/issues/61
- Sat Apr 18, 2020 2:05 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: 3127
Re: FAH Control 7.6.9 Won't Start On Fedora 31 After Upgrade
On Fedora 31 I have been using the python3 port of FAHControl. Been working good.
https://github.com/FoldingAtHome/fah-control/pull/56
https://github.com/FoldingAtHome/fah-control/pull/56
- 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: 8504
Re: Linux Installation Dependencies, Problems
If you installed the prerequisites, and edit the code to remove the line it should work.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...)
- 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: 2586
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
https://github.com/FoldingAtHome/fah-control/pull/56
- 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: 2586
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
https://github.com/FoldingAtHome/fah-control
- 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: 8504
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
- 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: 1070
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...
- 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: 15244
Re: how to limit the slots in docker?
Try:
Code: Select all
cpu-usage 0
- 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: 1074
Re: Error on init FAHControl
Arch Linux is one of the few distros that uses the python3 interpreter as default. Try:
Or
Code: Select all
python2 FAHControl
Code: Select all
sudo python2 FAHControl