New: crontabAll contenthive-129948krhive-196917hive-180932hive-150122hive-185836zzansteemhive-183959hive-144064photographyhive-166405hive-184714hive-101145hive-188619hive-145157uncommonlabhive-183397hive-103599bitcoinsteem-atlashive-180301hive-139150hive-193637hive-193186TrendingNewHotLikersjustyy (82)in blog • 9 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 • 9 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 • 7 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 • 7 years agocrontab环境变量的问题写了一个简单的脚本,定时执行某些任务。好久没有用shell脚本了,有些生疏了,总算磕磕绊绊写完了这个脚本,然后手动执行也正常,然后开开心心地部署到机器上。 (图源 : pixabay ) 过了一天,脚本自动执行,我一看日志(我只在脚本中输出核心部分内容到日志),出错了,然而为什么出错呢?明明手动执行得很好呢。…iphuong (25)in centos7 • 7 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 • 7 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 • 8 years ago주기적으로 프로그램을 실행하고 싶을때?! - 리눅스 크론탭 사용법리눅스를 사용하다보면 특정한 프로그램을 주기적으로 수행할 때가 있습니다. 예를 들면, mining 을 들 수 있겠네요. 저는 mining 할때, 50분은 mining을 수행하고, 10분은 resting 하도록 프로그램을 설계했습니다. 연속적으로 mining을 수행하기엔 하드웨어에 문제가 생길 수 있기 때문이죠. 이것을 수작업으로…