summaryrefslogtreecommitdiff
path: root/index.xml
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2022-12-02 22:50:35 +0800
committergarhve <git@garhve.com>2022-12-02 22:50:35 +0800
commitd60811a78a56fcfc39d573d626c097301ef6585f (patch)
treed78a1972f29ec2094b7dc3d6f13b12fb48b39525 /index.xml
parent924132dc97988d9c5ae37cb05fa7e2eb35e28276 (diff)
blog transfer
Diffstat (limited to 'index.xml')
-rw-r--r--index.xml38
1 files changed, 37 insertions, 1 deletions
diff --git a/index.xml b/index.xml
index 0cce4a8..04e4710 100644
--- a/index.xml
+++ b/index.xml
@@ -6,7 +6,43 @@
<description>Recent content on blog | garhve&#39;s hub</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Sat, 03 Sep 2022 14:33:37 +0800</lastBuildDate><atom:link href="https://blog.garhve.com/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Mon, 07 Nov 2022 09:16:15 +0800</lastBuildDate><atom:link href="https://blog.garhve.com/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Past Is Great</title>
+ <link>https://blog.garhve.com/posts/7/</link>
+ <pubDate>Mon, 07 Nov 2022 09:16:15 +0800</pubDate>
+
+ <guid>https://blog.garhve.com/posts/7/</guid>
+ <description>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.</description>
+ </item>
+
+ <item>
+ <title>Mess with Bash(2)</title>
+ <link>https://blog.garhve.com/posts/6/</link>
+ <pubDate>Thu, 29 Sep 2022 09:43:02 +0800</pubDate>
+
+ <guid>https://blog.garhve.com/posts/6/</guid>
+ <description>More info is in this tutorial
+all value expansions (ie. all syntax with a $ prefix) can only expand inside quoted arguments if the argument was double-quoted . Single quotes will turn the dollar-syntax into literal characters, causing bash to output the dollar rather than expand its value in-place!
+&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</description>
+ </item>
+
+ <item>
+ <title>Escape Sequences</title>
+ <link>https://blog.garhve.com/posts/5/</link>
+ <pubDate>Mon, 12 Sep 2022 09:02:06 +0800</pubDate>
+
+ <guid>https://blog.garhve.com/posts/5/</guid>
+ <description>copied from github in case one day it disappears
+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 (;).</description>
+ </item>
+
<item>
<title>Architecture of Linux Kernel</title>
<link>https://blog.garhve.com/posts/4/</link>