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 install the Zeit Linux tool

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to install Zeit Linux tools". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn how to install Zeit Linux tools.

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.

System environment

Ubuntu 20.04

How to install Zeit

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

Bob@ubuntu-20-04 sudo add-apt-repository ppa:blaze/main PPA for my software More info: https://launchpad.net/~blaze/+archive/ubuntu/main Press [ENTER] to continue or Ctrl-c to cancel adding it. ... Bob@ubuntu-20-04VO4VOUR $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

At this point, I believe you have a deeper understanding of "how to install Zeit Linux tools". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

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

Servers

Wechat

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

12
Report