Author

Topic: Dumb RPI question (Read 609 times)

newbie
Activity: 4
Merit: 0
August 11, 2015, 12:37:11 AM
#3
I know I can putty into a rpi. But everytime I close the connection it closes the session on the pi. Is there an easy command that can continue the process when closing the connection?

I tried google, probably didn't search the proper terms.


You win a cookie if you know Cheesy

screen or nohup can be used.

Alternatively vnc and keep a terminal open on the desktop.

example

screen -dmS MINER /usr/local/bin/cgminer --config /etc/cgminer.conf


Adding to his reply, to bring it back, enter:

screen -x MINER

and to get back to the terminal again hit ctrl-d.
newbie
Activity: 41
Merit: 0
August 10, 2015, 02:00:17 PM
#2
I know I can putty into a rpi. But everytime I close the connection it closes the session on the pi. Is there an easy command that can continue the process when closing the connection?

I tried google, probably didn't search the proper terms.


You win a cookie if you know Cheesy

screen or nohup can be used.

Alternatively vnc and keep a terminal open on the desktop.

example

screen -dmS MINER /usr/local/bin/cgminer --config /etc/cgminer.conf
legendary
Activity: 2184
Merit: 1118
Lie down. Have a cookie
August 10, 2015, 01:51:46 PM
#1
I know I can putty into a rpi. But everytime I close the connection it closes the session on the pi. Is there an easy command that can continue the process when closing the connection?

I tried google, probably didn't search the proper terms.


You win a cookie if you know Cheesy
Jump to: