802.1
ARM
ARMv8
BIOS
Bakery
Bash
C
C906
Clash
Cloudflare
Coding
Compiler
Debian
Docker
DokuWiki
Ethernet
GCC
GNU/Linux
Git
Internet
Issue
JavaScript
Markdown
Music
Network
OBS Studio
PCIe
PHY
Plugin
Python
RISC-V
RV-Dock
Regex
SD
SQL
SSH
Self-Develop
Server
Shell
Storage
TCP/IP
TSN
Tips
Tmux
Tool
Trace32
TypeScript
VS Code
Vim
WSL
Windows
Xterm
eMMC
When debugging a Bash shell script, we may find that it runs slowly.
Therefore, it's important to know some of the details hidden in Bash
and learn some tricks.
Is $() or `` Really Necessary?
In th…
read more…
read more…
CmdAutoComp is a Shell script. It is designed to simplify the implementation of auto-completion of commands. It relies on the complete command on the Linux shell and a command tree file (with the su…
read more…
read more…
This tool is designed to quickly jump to a specific directory in the Linux shell. you can find the source code and the manual at <https://github.com/execonic/linux-jcd>.
Commits…
read more…
read more…
Booklist
<https://linuxcommand.org/index.php>
The Linux Command Line
By William Shotts
Attachment:
This book is a broad overview of living on the Linux command line. Unlike some books that co…
read more…
read more…
Change prompt
change prompt temporarily
* Run export PS1='Combination of '.
e.g.
Change Prompt Permanently
* Open the ~/.bashrc with editor.
* Search and change the PS1 variable to 'Comb…
read more…
read more…
Hotkey
uses hotkey twice. The default first one is fixed to
Ctrlb,
and some common second hotkeysA full list of supported hotkeys can be found
here. are listed below.
Second Hotkey …
read more…
read more…