summaryrefslogtreecommitdiff
path: root/posts/3
diff options
context:
space:
mode:
Diffstat (limited to 'posts/3')
-rw-r--r--posts/3/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/posts/3/index.html b/posts/3/index.html
index 4bfa8b2..1a5acd0 100644
--- a/posts/3/index.html
+++ b/posts/3/index.html
@@ -8,7 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="garhve" />
<meta property="og:url" content="https://blog.garhve.com/posts/3/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/3/" /><link rel="alternate" type="application/atom+xml" href="https://blog.garhve.comindex.xml" title="blog | garhve&#39;s hub">
+ <link rel="canonical" href="https://blog.garhve.com/posts/3/" /><link rel="apple-touch-icon" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" />
+ <link rel="icon" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" />
+ <link rel="shortcut" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /><link rel="alternate" type="application/atom+xml" href="https://blog.garhve.comindex.xml" title="blog | garhve&#39;s hub">
<script type="application/ld+json">
{
@@ -46,7 +48,7 @@ delete file foo every minute * * * * * rm foo delete file foo every 15 minutes 1
It&amp;rsquo;s usage really simple, and these two are my frequent using:
crontab -e #edit crontab file that reside in /var/spool/cron crontab -l #list current crontab job It basic syntax as follow, also really simple example of usage:
delete file foo every minute * * * * * rm foo delete file foo every 15 minutes 15 * * * * rm foo delete file foo every beginning of hour 0 * * * * rm foo delete file foo every minute after 3 hours * 3 * * * rm foo delete file foo every day at 18:30 30 18 * * * rm foo delete file foo every beginning of month 0 0 0 * * rm foo delete file foo on beginning of 1st,10th of month 0 0 1,10 * * rm foo The usage really simple, I now use it to renew my SSL certification and daily update bt-tracker." />
- <meta property="og:locale" content="en-us" /><meta property="og:image" content="" />
+ <meta property="og:locale" content="en-us" /><meta property="og:image" content="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" />