New: crontabAll contenthive-129948hive-196917krzzanhive-183959steemhive-180932photographyhive-166405hive-144064hive-185836uncommonlabbitcoinhive-183397krsuccesshive-150122hive-188619hive-124908hive-101145lifehive-145157hive-139150hive-109690hive-184714hive-103599TrendingNewHotLikersjustyy (82)in blog • 6 months agoImproving the Disk Alert BASH ScriptA few days ago, I shared the BASH script to alert the high usage of Disk at server. I am slightly adding a usage in GB so that you know the exact amount of HDD apart from the disk percentage.…justyy (82)in blog • 6 months agoDevops: Send Alerts when Your Server HDD Usage is above Threshold#!/bin/bashniddumulu (57)in linux • 4 years agoSetting Crontab VPSHari saya setting pengaturan crontab di vps linux. Edit this file to introduce tasks to be run by cron. Each task to run has to be defined through a single line indicating with different…firstaeon (32)in linux • 6 years agoWhat to do when a shell command doesn't work in crontabSo you have a nice command which should run every 5 minutes. You correctly configure your crontab with the help of the super-simple , crontab.guru . You are sure about it, you test it, it…oflyhigh (79)in linux • 6 years agocrontab环境变量的问题写了一个简单的脚本,定时执行某些任务。好久没有用shell脚本了,有些生疏了,总算磕磕绊绊写完了这个脚本,然后手动执行也正常,然后开开心心地部署到机器上。 (图源 : pixabay ) 过了一天,脚本自动执行,我一看日志(我只在脚本中输出核心部分内容到日志),出错了,然而为什么出错呢?明明手动执行得很好呢。…iphuong (25)in centos7 • 6 years agoHow to create cronjob in Centos 71. update all your system software to the latest version available $ sudo yum update 2. Verify if cronie package is installed $ sudo rpm -q cronie 3. Install cronie package $ sudo yum…ericktabora92 (25)in crontab • 6 years agoCrear CronJobs DebianCrontab Este es mi primer post en steemit, voy a intentar ser lo mas breve y explicativo posible. Basicamente un CronJob nos brinda la opción de correr un script cada cierto tiempo según lo…isnochys (66)in crontab • 7 years agoThe Story of Crontab-rThis happened yesterday. I was logged into one of my servers via mobile phone. I do this often, ConnectBot helps a lot, pulling some changes from some of my repositories, added there a new…justyy (82)in cn • 7 years ago记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running.Abstract : One of the Python scripts stopped working last Friday when I was AWAY_FROM_KEYBOARD. That script is used to automate (via the Linux crontab ) the CN Daily Ranking table and…hkkim1030 (52)in kr • 7 years ago주기적으로 프로그램을 실행하고 싶을때?! - 리눅스 크론탭 사용법리눅스를 사용하다보면 특정한 프로그램을 주기적으로 수행할 때가 있습니다. 예를 들면, mining 을 들 수 있겠네요. 저는 mining 할때, 50분은 mining을 수행하고, 10분은 resting 하도록 프로그램을 설계했습니다. 연속적으로 mining을 수행하기엔 하드웨어에 문제가 생길 수 있기 때문이죠. 이것을 수작업으로…oflyhigh (79)in bananapi • 8 years ago创建虚拟Python环境以及在crontab中运行虚拟Python环境/ Create a virtual Python environment and set virtualenv for a crontab在前文中我记录了如何安装Python 3.5.3: How to install python 3.5 on Banana-Pi M3 / 如何香蕉派上的安装python 3.5 那么问题来了,系统原来带了Python 3.4.2 以及 Python 2.7.9,现在又多了个 Python 3.5.3 那么运行程序的时候,到底是在哪个环境下啊? 别问我静静是谁,我想静静了!…