From d60811a78a56fcfc39d573d626c097301ef6585f Mon Sep 17 00:00:00 2001 From: garhve Date: Fri, 2 Dec 2022 22:50:35 +0800 Subject: blog transfer --- index.xml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'index.xml') diff --git a/index.xml b/index.xml index 0cce4a8..04e4710 100644 --- a/index.xml +++ b/index.xml @@ -6,7 +6,43 @@ Recent content on blog | garhve's hub Hugo -- gohugo.io en-us - Sat, 03 Sep 2022 14:33:37 +0800 + Mon, 07 Nov 2022 09:16:15 +0800 + + Past Is Great + https://blog.garhve.com/posts/7/ + Mon, 07 Nov 2022 09:16:15 +0800 + + https://blog.garhve.com/posts/7/ + 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. + + + + Mess with Bash(2) + https://blog.garhve.com/posts/6/ + Thu, 29 Sep 2022 09:43:02 +0800 + + https://blog.garhve.com/posts/6/ + 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! +“Value expansions ($...) must always be double-quoted.” +Never leave a value expansion unquoted. +Redirection File Redirection 0 is standard input, 1 is standard output, 2 is standard error + + + + Escape Sequences + https://blog.garhve.com/posts/5/ + Mon, 12 Sep 2022 09:02:06 +0800 + + https://blog.garhve.com/posts/5/ + 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 (;). + + Architecture of Linux Kernel https://blog.garhve.com/posts/4/ -- cgit v1.2.3-70-g09d2