diff options
author | garhve <git@garhve.com> | 2022-12-10 08:16:20 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-10 08:16:20 +0800 |
commit | 8f33ededea7a01c230b842b4772496f7e2d99bf6 (patch) | |
tree | 814bb3ca339c2afab08809f2435731257e448910 /posts/3 | |
parent | 40bc7fb53927f7e95d0ca54433e04397df30c7dd (diff) |
add favicon
Diffstat (limited to 'posts/3')
-rw-r--r-- | posts/3/index.html | 6 |
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'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'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&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" /> |