Jump to content

hey guys

 

I was just looking at a site called sheep it and I was going to run it on a raspberry pi, but then I realised that I was not running windows and it was not the same way as you do on windows. was wondering if anyone could help me.

link: sheepit-renderfarm.com/

thanks in advance,

Tom

Link to comment
https://linustechtips.com/topic/1209533-linux-noob-needs-help/
Share on other sites

Link to post
Share on other sites

27 minutes ago, Mad153 said:

how much time do you have?

its lockdown.

28 minutes ago, Mad153 said:

you're trying to render blender models on a raspberry pi?

I'm just going to leave it on 24/7 for it to gain points by rendering other peoples frames, then when I want to render something I can redeem those points and other people will render for me.

Link to comment
https://linustechtips.com/topic/1209533-linux-noob-needs-help/#findComment-13719231
Share on other sites

Link to post
Share on other sites

I assume your Pie is on some sort of Linux.

 

Make sure you have openjdk installed, if not it should be in your distro's repository as its a fairly common package.

Download the Jar file from the Tux Penguin Icon https://www.sheepit-renderfarm.com/getstarted.php

Depending on your environment, You should be able to click on the jar file to start it.

 

If clicking on the jar file does nothing or opens a file compression application

  • Open a Terminal
  • cd /path/to/dir/of/file
  • java -jar ./name_of_file_jar
Link to comment
https://linustechtips.com/topic/1209533-linux-noob-needs-help/#findComment-13719878
Share on other sites

Link to post
Share on other sites

1 hour ago, Nayr438 said:

I assume your Pie is on some sort of Linux.

yes

 

1 hour ago, Nayr438 said:

Make sure you have openjdk installed, if not it should be in your distro's repository as its a fairly common package.

Download the Jar file from the Tux Penguin Icon https://www.sheepit-renderfarm.com/getstarted.php

Depending on your environment, You should be able to click on the jar file to start it.

 

If clicking on the jar file does nothing or opens a file compression application

  • Open a Terminal
  • cd /path/to/dir/of/file
  • java -jar ./name_of_file_jar

did you read the bit of the question where I said I was a Linux noob?

could you point me in the direction of a tutorial that would help, thanks.

Link to comment
https://linustechtips.com/topic/1209533-linux-noob-needs-help/#findComment-13720202
Share on other sites

Link to post
Share on other sites

2 minutes ago, Tom_nerd said:

yes

 

did you read the bit of the question where I said I was a Linux noob?

could you point me in the direction of a tutorial that would help, thanks.

I just gave you a tutorial...

As far as openjdk that entirely depends on your Distro, which at this point is unknown. If its ubuntu, a quick search tells me sudo apt-get install openjdk-8-jre from the terminal. I can not verify this as I run Arch.

Link to comment
https://linustechtips.com/topic/1209533-linux-noob-needs-help/#findComment-13720227
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×