Linux alternative to Windows Task Scheduler or another way of doing it

Solution 1:

cron is the Linux command-line scheduler. Use crontab -e to create (or edit) your cron jobs.

See Cron HowTo and crontab (5) for details.

Solution 2:

Scheduled tasks

Install via the software center

It is the Task Scheduler in Gnome.

In other way it is a GUI for Cron.

Can be installed with Software Center.

If use Terminal for installation:

sudo apt-get install gnome-schedule

enter image description here