Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Zeit, a tool for scheduled tasks in Linux graphics

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Today, I will talk to you about how to use Zeit, a tool for timing tasks in Linux graphics. Many people may not know much about it. In order to make you understand better, the editor has summarized the following content for you. I hope you can get something according to this article.

Zeit is an open source tool for scheduling tasks through "crontab" and "at". It provides a simple interface to schedule one-time or repetitive tasks. Zeit also comes with an alarm clock and timer, which can be used to notify users by sound. Ubuntu 20.04 system environment

How to install Zeit

On Ubuntu systems, you can install Zeit by adding the following PPA repository.

Bob@ubuntu-20-04sudo add-apt-repository ppa:blaze/main PPA for my software More info: https://launchpad.net/~blaze/+archive/ubuntu/mainPress [ENTER] to continue or Ctrl-c to cancel adding it....bob@ubuntu-20-04virtual $sudo apt install zeit

Type Zeit, and you can run

Use the at command to run an one-time command

Use the at command to run an one-time command, click view- > Nonperiodic Commands or press ctrl+n to switch to aperiodic tasks.

Select "Add Command" and add an entry. Schedule a command to run at 11:34. This command creates an empty log file in the Downloads folder and adds today's date to the file name, as follows:

NOW=$ (date +% F); touch / home/bob/Downloads/log_$ {NOW} .txt

This task cannot be modified, but it can be deleted and re-added.

At 11:34, you can see that the log file has been created under the Downloads directory.

Zeit interface, press ctrl+r, refresh the page, and find that the task has been completed and disappeared.

Create a recurring task

To schedule tasks using the crond process, click View- > Periodic Tasks or press CTRL + P. By default, Zeit starts "Periodic Tasks".

Enter the description, command, and scheduled time, and click ok to add the entry to crontab. The following is the backup log directory to the user's home directory at 00:00 every day.

You can use crontab-l to check for added entries:

Bob@ubuntu-20-04VOUR $crontab-l

After reading the above, do you have any further understanding of how to use Zeit, a tool for scheduling tasks in Linux graphics? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report