Bitcoin Forum
July 16, 2024, 12:44:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ubuntu 16 noob question sorry in advance  (Read 297 times)
dagarair (OP)
Sr. Member
****
Offline Offline

Activity: 847
Merit: 383



View Profile WWW
November 02, 2016, 11:35:03 PM
 #1

So i am very new to Ubuntu.  I have it running files in and I am mining.  I even loaded vnc and have it loading automatically on reboot.  Here is what i need to do and just cant figure out how.

How do I auto reboot Ubuntu lets say every 30 min and have it launch the miner again automatically?


I'd like it to launch the terminal so it can be seen and go to the directory and launch the miner.

Thanks in advance and sorry for the stupid question.

4MW Data Center - I BUILT Tongue  - Full story below:
https://bitcointalk.org/index.php?topic=4789787.msg43227027#msg43227027
Kasmetski
Jr. Member
*
Offline Offline

Activity: 50
Merit: 3

Searchin` perfection!


View Profile
November 03, 2016, 01:01:22 PM
 #2

For auto-restart you could use cronjob.
Type
Code:
sudo crontab -e
and write this
Code:
0,30 * * * * reboot
.

For the auto-start miner you can use the GUI. Just search for "Startup programs" or something similar (I'm using Fedora and I've forgot some things about Ubuntu).

Makefinity - Unleash Your Creativity
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!