页次: 1
虽然平时接触linux,但是一直是门外汉,很多服务器版组件都是用默认安装
大部分是crontab
但是我
pacman -Ss crontab
community/gnome-schedule 2.2.2-2
Graphical interface to crontab and at for GNOME
似乎是图形化的,而且是GNOME,我用的是OPENBOX
而且觉得字符模式的很好用了,请问arch是什么服务呢?
离线
pacman -Ss cron
archwiki也有介绍。
离线
crontab 只是 crond 的配置文件 / 程序而已。可选的 crond 有 cronie(大部分发行版默认)、dcron(小巧、支持每小时、每天、每N小时、重启时等非确定点时间,一个任务未结束时不会再次运行同一任务,不会像 cronie 那样经常挂一堆卡住了的任务)、fcron(非常多样的特性,多到我懒得去用了……)。
离线
crontab 只是 crond 的配置文件 / 程序而已。可选的 crond 有 cronie(大部分发行版默认)、dcron(小巧、支持每小时、每天、每N小时、重启时等非确定点时间,一个任务未结束时不会再次运行同一任务,不会像 cronie 那样经常挂一堆卡住了的任务)、fcron(非常多样的特性,多到我懒得去用了……)。
比较神奇的是我pacman -Ss cron
core/cronie 1.5.0-1
Daemon that runs specified programs at scheduled times and related tools
extra/kcron 15.12.1-1 (kde-applications kdeadmin)
Configure and schedule tasks
community/adns 1.5.0-1
adns is an asyncronous replacement resolver library
community/fcron 3.2.0-2
Feature-rich cron implementation
community/gnome-schedule 2.2.2-2
Graphical interface to crontab and at for GNOME
community/incron 0.5.10-8
Like the regular cron but is driven by filesystem events instead of time per
iods
community/perl-datetime-cron-simple 0.2-6
Perl/CPAN Module DateTime::Cron::Simple
community/python2-grequests 0.3.0-1
Allows you to use Requests with Gevent to make asyncronous HTTP Requests eas
ily.
community/udns 0.4-2
Stub DNS resolver library with ability to perform both syncronous and asyncr
onous DNS queries
community/wtf 20071004-5
Acronym dictionary
archlinuxcn/pinyin-completion 55.7b9471c-1
complete path name based upon the pinyin acronym of Chinese characters
有cronie/kcron/fcron/incron没有dcron,理论上我应该用小巧的就行了,大神能否推荐一个。
照描述看,kcron是KDE桌面的,fcron是多功能的,incron是文件系统事件驱动的,所以好像只有cronie?
为什么我的搜不到dcron呢?在packages也搜不到。
最近编辑记录 feileixj (2016-03-10 11:31:00)
离线
dcron 是在AUR里面的
用yaourt -S dcron
离线
社区的 [archlinuxcn] 源里有 dcron。
离线
页次: 1