summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/1/index.html6
-rw-r--r--posts/2/index.html6
-rw-r--r--posts/3/index.html6
-rw-r--r--posts/4/index.html6
-rw-r--r--posts/5/index.html6
-rw-r--r--posts/6/index.html6
-rw-r--r--posts/7/index.html6
-rw-r--r--posts/8/index.html6
-rw-r--r--posts/index.html6
9 files changed, 36 insertions, 18 deletions
diff --git a/posts/1/index.html b/posts/1/index.html
index f35b46e..12dacc9 100644
--- a/posts/1/index.html
+++ b/posts/1/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/1/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/1/" /><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/1/" /><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">
{
@@ -44,7 +46,7 @@ Due to personal interest, I didn&amp;rsquo;t choose frame to base my website. I
<meta name="description" content="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." />
- <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" />
diff --git a/posts/2/index.html b/posts/2/index.html
index ad92ad9..e7a53cc 100644
--- a/posts/2/index.html
+++ b/posts/2/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/2/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/2/" /><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/2/" /><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">
{
@@ -44,7 +46,7 @@ abroad provider because they don&amp;rsquo;t have to register.. the the budget&a
<meta name="description" content="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;" />
- <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" />
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" />
diff --git a/posts/4/index.html b/posts/4/index.html
index 2b2cf24..0b7b950 100644
--- a/posts/4/index.html
+++ b/posts/4/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/4/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/4/" /><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/4/" /><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">
{
@@ -44,7 +46,7 @@ User space: For applications to run in unprivileged user mode Kernel space: For
<meta name="description" content="Description Modern microcontrollers nowadays support at least two privilege levels. Intel/AMD x86-64 family supports 4 levels, whilst ARM (32bit) microcontrollers support up to 7 levels (6 privileged, 1 non-privileged).
Modern operating systems support at least 2 levels:
User space: For applications to run in unprivileged user mode Kernel space: For the kernel (and all its components) to run in privileged mode – kernel mode Address of these 2 spaces are separate." />
- <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" />
<!DOCTYPE html>
<html>
diff --git a/posts/5/index.html b/posts/5/index.html
index 393e4f0..b66075b 100644
--- a/posts/5/index.html
+++ b/posts/5/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/5/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/5/" /><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/5/" /><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">
{
@@ -48,7 +50,7 @@ more information could visit vt100 User Guide
ANSI Escape Sequences Standard escape codes are prefixed with Escape:
Ctrl-Key: ^[ Octal: \033 Unicode: \u001b Hexadecimal: \x1B Decimal: 27 Followed by the command, somtimes delimited by opening square bracket ([), known as a Control Sequence Introducer (CSI), optionally followed by arguments and the command itself.
Arguments are delimeted by semi colon (;)." />
- <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" />
diff --git a/posts/6/index.html b/posts/6/index.html
index 8434db9..2828d15 100644
--- a/posts/6/index.html
+++ b/posts/6/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/6/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/6/" /><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/6/" /><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">
{
@@ -48,7 +50,7 @@ all value expansions (ie. all syntax with a $ prefix) can only expand inside quo
&amp;ldquo;Value expansions ($...) must always be double-quoted.&amp;rdquo;
Never leave a value expansion unquoted.
Redirection File Redirection 0 is standard input, 1 is standard output, 2 is standard error" />
- <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" />
diff --git a/posts/7/index.html b/posts/7/index.html
index 45b9c3e..23c1981 100644
--- a/posts/7/index.html
+++ b/posts/7/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/7/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/7/" /><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/7/" /><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">
{
@@ -42,7 +44,7 @@
First is in the movie Midnight in Paris, directed by Woody Allen, which I just finished a week ago. It tells a story of how a screen writer love 20th century because his loving artists all living in it. Though he finally realize that he loves past because the present is imperfect." />
<meta name="description" content="Lately, there’s a sign has been keeping jumping out in front of my eyes. That the past is great!
First is in the movie Midnight in Paris, directed by Woody Allen, which I just finished a week ago. It tells a story of how a screen writer love 20th century because his loving artists all living in it. Though he finally realize that he loves past because the present is imperfect." />
- <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" />
diff --git a/posts/8/index.html b/posts/8/index.html
index ed1ae97..3389da1 100644
--- a/posts/8/index.html
+++ b/posts/8/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/8/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/8/" /><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/8/" /><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 @@ Here&amp;rsquo;s a brief description: all configuration files I want to put in .
Since I already heard dotfiles for a while, but didn&amp;rsquo;t get chance to familiar with. So I start searching around trying to set a dotfile up.
Frankly, it is not that simple as I thought, given that my grounds differ from each other: 1x macOS, 1x archLinux, 1x archLinux server.
Here&amp;rsquo;s a brief description: all configuration files I want to put in ." />
- <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" />
diff --git a/posts/index.html b/posts/index.html
index 78c901b..46d0ce7 100644
--- a/posts/index.html
+++ b/posts/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/" />
- <link rel="canonical" href="https://blog.garhve.com/posts/" /><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/" /><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">
{
@@ -40,7 +42,7 @@
<meta property="og:type" content="article" />
<meta property="og:description" content="" />
<meta name="description" content="" />
- <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" />