我使用 linux box 连接槽腻子。将它与 bash 一起使用,我的键盘性能良好,但是当我使用 sqlite shell(sqlite3 程序)时,我的键变得疯狂:
del=^[[3~
up=^[[A
left=^[[D
right=^[[C
down=^[[B
Run Code Online (Sandbox Code Playgroud)
这是我的环境(相关部分):
TERM=linux
SHELL=/bin/bash
SHLVL=1
INPUTRC=/etc/inputrc
Run Code Online (Sandbox Code Playgroud)
我想在 sqlite 上正常使用我的密钥,就像在 windows 上一样。
我的输入:
# do not bell on tab-completion
#set bell-style none
set meta-flag on
set input-meta on
set convert-meta off
set output-meta on
# Completed names which are symbolic links to
# directories have a slash appended.
set mark-symlinked-directories on
$if mode=emacs
# for linux console and RH/Debian xterm
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history …
Run Code Online (Sandbox Code Playgroud) 亚马逊最近宣布在其云驱动器上为 Prime 会员提供无限照片存储空间。我想使用该功能,但我不想每次有新照片时都手动上传照片。通常我会用我的相机拍照,然后将它们放到 Window box 上的文件夹中。是否可以将该文件夹的内容自动同步到 Amazon 云驱动器或安排将该文件夹备份到 Amazon 云驱动器?