Questions tagged [schedule]

The schedule tag should be used for questions about scheduling events, like running applications or processes on a planned time.

131 questions
118
votes
7 answers

Conveniently schedule a command to run later?

What's a simple way to run a command, say, 8 hours from now? I can think of this way: nohup bash -c "sleep 28800 ; ./mycommand.sh" & Is there a more "proper" way?
32
votes
4 answers

Suspend and wake PC at certain time

I want my PC to sleep at 04:58 and wake at 05:15, every day. How do I do that?
One Zero
  • 27,761
31
votes
7 answers

Scheduling StartUp and ShutDown

I use Torrents often, so I need to know how to make my computer start up and shut down automatically, Wi-Fi is switched on at six in the morning in my hotel and switched off at two AM. (I am able to schedule torrents, that's not a problem), I don't…
kernel_panic
  • 12,102
27
votes
2 answers

Cant stop FortiClient vpn from starting on startup

I'm using FortiClient for VPN purposes only and don't need it running any other time. I can't get disabled from starting on startup. How to disable auto-launching of FortClient on startup?
Sudesh Chaudhary
  • 851
  • 1
  • 9
  • 13
25
votes
2 answers

Scheduling a reboot on a remotely located Ubuntu server

I work on a ubuntu server located in a place where I don't usually go. I use ssh over openvpn to access it. The machine has multiple wired interfaces, many static routes and multiple default gateways to WAN. I frequently change interface adresses…
nixnotwin
  • 5,083
21
votes
2 answers

Scheduled download by transmission during nightly hours? (downloading just at a specified period of a day)

I want to limit transmission to work at 02:00 AM untill 08:00. How?
mini
  • 2,385
15
votes
2 answers

How to run a program with SCHED_RR policy from command line?

By default programs run with Time Sharing (TS policy) on Linux. How to run a program with SCHED_RR policy on Linux from command line? Thanks for giving information about chrt(1) command. I have used the command to run Firefox with RR policy, but as…
samarasa
  • 4,971
14
votes
3 answers

How do I schedule waking up from hibernation?

Is it possible to wake up Ubuntu from hibernation at a predefined time? It should not be WOL, but rather Ubuntu waking itself up. For example, it should do what the app WakeupOnStandBy does on MS Windows.
nixnotwin
  • 5,083
14
votes
1 answer

Manually run an Anacron Job

I have performed a minimal installation of UBUNTU. I trying to configure my system to take automatic backups using rsnapshot. I have successfully configured my rsnapshot.conf file and by running rsnapshot weekly command in terminal I am getting the…
Siddharth Manthan
  • 183
  • 2
  • 2
  • 9
13
votes
3 answers

I can't install gnome schedule on Ubuntu 16.04

I would like to install gnome-schedule in my recent Ubuntu 16.04 but I can't find the how. It is not in ubuntu software and if I type sudo apt-get install gnome-schedule, I get it's not found. I would like to use it because I find it quick and easy…
13
votes
2 answers

Running .sh every 5 minutes

I have a .sh script that downloads a photo from Japanese satellite's server and sets it as a background picture. I've put it into startup list, but how do I run it every, like, 5 minutes, automatically?
12
votes
2 answers

How do I configure Ubuntu to reboot every day at a given time?

Using the terminal or a bash file, how can I configure Ubuntu to reboot every day at (say for instance) 3 AM? In other words, I want to schedule an automatic reboot through the terminal. I haven't been able to find anything related to this on Google…
11
votes
2 answers

Is there software to periodically start and close an application?

Exemplary use case: I would like to start Telegram Desktop periodically every 3 hours for 15 minutes, to check for newly incoming messages. After 15 minutes, the application should close again and re-launch after the next 3 hours.
orschiro
  • 13,687
11
votes
2 answers

run script every last thursday of the month

How to make a script run at e.g. 16:00 every last thursday of the month using gnome-schedule or cron?
user73331
  • 901
10
votes
1 answer

Schedule apt-get script using cron

I'm kinda new in Linux and I've just learned about scheduling tasks with cron. I have this small shell script that I've been using manually till now: sudo apt-get check && sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove &&…
Alexandru Banu
  • 105
  • 1
  • 2
  • 4
1
2 3
8 9