摘要: # Table 3-4. Editing mode variables Variable Meaning HISTCMD The history number of the current command. HISTCONTROL A list of patterns, separated by c 阅读全文
posted @ 2021-02-04 10:50 碧水东流至此回 阅读(73) 评论(0) 推荐(0) 编辑
摘要: #Special Characters and Quoting Character Meaning See chapter ~ Home directory 1 ` Command substitution (archaic) 4 # Comment 4 $ Variable expression 阅读全文
posted @ 2021-02-02 13:01 碧水东流至此回 阅读(56) 评论(0) 推荐(0) 编辑
摘要: Sox # sox -c 2 -t raw -b 16 - e signed -r 48000 -L /tmp/moise-1677899.wav -c 1 -t raw -b 16 - e signed -r 48000 -L - remix 1 The heart of SoX is a lib 阅读全文
posted @ 2021-02-01 14:41 碧水东流至此回 阅读(24) 评论(0) 推荐(0) 编辑
摘要: though writing in english is much cooler , but I think I still need to figure out how to install Chinese input method on Debian sudo apt-get install i 阅读全文
posted @ 2021-01-28 14:41 碧水东流至此回 阅读(61) 评论(0) 推荐(0) 编辑
摘要: starting from the very beginning again, because when looking back , I really don't understand what I am trying to say now. Sad 阅读全文
posted @ 2021-01-28 14:35 碧水东流至此回 阅读(44) 评论(0) 推荐(0) 编辑
摘要: lvm-link 1. How to check existing LV|VG|PV 2. How to enlarge exisiting VG 3. How to enlarge existing LV 4. How delete a LV|VG 5. what if the added HDD 阅读全文
posted @ 2021-01-14 17:03 碧水东流至此回 阅读(89) 评论(0) 推荐(0) 编辑
摘要: : "${LOG_FILE:=/var/log/factory_install.log}" Shell Parameter Expansioin ${parameter:=word} If parameter is unset or null, the expansion of word is as 阅读全文
posted @ 2021-01-06 13:46 碧水东流至此回 阅读(275) 评论(0) 推荐(0) 编辑
摘要: true && echo “a” || echo “b” result :a false && echo “a” || echo “b” result : b 阅读全文
posted @ 2021-01-06 13:08 碧水东流至此回 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Log in to your system and type echo $SHELL at the prompt. You will see a response containing sh, csh, ksh or b ash. You need to find out where bash is 阅读全文
posted @ 2021-01-06 12:52 碧水东流至此回 阅读(55) 评论(0) 推荐(0) 编辑
摘要: sudo vgs chroot@debian:~$ sudo vgs [sudo] password for chroot: WARNING: Device for PV m269Gt-0k3t-BlXc-Jlz0-HPOH-ljm5-BuDlEy not found or rejected by 阅读全文
posted @ 2020-07-22 16:17 碧水东流至此回 阅读(416) 评论(0) 推荐(0) 编辑