1

I need an app to turn on/off apps at a specified time: turn on transmisson at 0:00 and turn it off at 6:00.

Thanks

Bálint
  • 11

1 Answers1

0

One such app is GNOME Schedule. To install, look it up in the Ubuntu Software Centre or use

sudo apt-get install gnome-schedule

in the terminal.

Once installed, go to System -> Preferences -> Scheduled tasks. This will open the configuration window.

Anastasia
  • 209