summaryrefslogtreecommitdiff
path: root/posts/index.xml
blob: 98bc3b1f6bb7a0bf49d1a3a0c495a15099bc63f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on blog | garhve&#39;s hub</title>
    <link>https://blog.garhve.com/posts/</link>
    <description>Recent content in Posts on blog | garhve&#39;s hub</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 25 Aug 2022 13:40:56 +0800</lastBuildDate><atom:link href="https://blog.garhve.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mess with bash(1)</title>
      <link>https://blog.garhve.com/posts/3/</link>
      <pubDate>Thu, 25 Aug 2022 13:40:56 +0800</pubDate>
      
      <guid>https://blog.garhve.com/posts/3/</guid>
      <description>Crontab crontab is a useful tool, I really regret that I don&amp;rsquo;t familar it earlier.
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.</description>
    </item>
    
    <item>
      <title>Install arch linux on Tencent server</title>
      <link>https://blog.garhve.com/posts/2/</link>
      <pubDate>Wed, 10 Aug 2022 19:24:59 +0800</pubDate>
      
      <guid>https://blog.garhve.com/posts/2/</guid>
      <description>In order to build a website for myself, I rent a server from Tencent. This is my final decision, the process is turtuous&amp;hellip;
My requirement as below:
abroad provider because they don&amp;rsquo;t have to register.. the the budget&amp;rsquo;s not relax, all I can choosing was in range of $0 - $10. It can runs Arch linux seamlessly I already eye on one: Linode. But they don&amp;rsquo;t see me&amp;hellip; and banned all my gmail account from their service&amp;hellip;</description>
    </item>
    
    <item>
      <title>First Website</title>
      <link>https://blog.garhve.com/posts/1/</link>
      <pubDate>Wed, 10 Aug 2022 17:21:02 +0800</pubDate>
      
      <guid>https://blog.garhve.com/posts/1/</guid>
      <description>So now I can say my website is on.. even though it just literally has nothing but a printing hello I got this garhve.com domain on namesilo for $9.95 per year, it&amp;rsquo;s really cheap! I always want a domain that is .com suffix.
Now, the web is https, this is a bit difficult for me.
Due to personal interest, I didn&amp;rsquo;t choose frame to base my website. I use Nginx but I don&amp;rsquo;t familiar with it.</description>
    </item>
    
  </channel>
</rss>