linux bash tutorial
Keyboard input not displayed on the screen?
stty sane sudo apt install rlwrap rlwrap 可执行文件
pressing Ctrl+S will freeze the tty, causing no updates to happen, though your commands are still going through. To unfreeze the tty, you need to hit Ctrl+Q.
^H for Backspace (
Ctrlv + Backspace)
stty erase ^H
copy-paste 0~ and 1~
printf "\e[?2004l"
[SOLVED] Weird characters while pasting in terminal
it should be enough to create an ~/.inputrc
file containing these lines
cat ~/.inputrc
"\e[3~": delete-char # this is actually equivalent to "\C-?": delete-char # VT "\e[1~": beginning-of-line "\e[4~": end-of-line # kvt "\e[H":beginning-of-line "\e[F":end-of-line # rxvt and konsole (i.e. the KDE-app...) "\e[7~":beginning-of-line "\e[8~":end-of-line
Error Display:
My Backspace Key doesn't work!
How to fix the backspace/ruboff key in Emacs/Xterm
Consistent BackSpace and Delete Configuration
command line - Backspace, Tab, Del and arrow keys not working in terminal
The Linux keyboard and console HOWTO: Delete and Backspace
How do I set my backspace key?
backspace does not work on my ssh client
Bash, how to globally fix ^H and ^? backspace problems
bash: Shift+arrow keys make A,B,C,D
Arrow keys, Home, End, tab-complete keys not working in shell
How to configure PuTTY so that Home/End/PgUp/PgDn work properly in bash?
Strange keyboard when using sqlite shell on linux
bash: Shift+arrow keys make A,B,C,D
Fix arrow keys that display A B C D on remote shell
incorrect characters in console when pressing keys(up,down,left,right)
Why does the terminal show “^[[A” “^[[B” “^[[C” “^[[D” when pressing the arrow keys in Ubuntu?