[https://v2raya.org/docs/prologue/installation/debian/]
- 安装 V2RayA
sudo apt install /path/download/installer_debian_xxx_vxxx.deb ### 自行替换 deb 包所在的实际路径
- 下载 v2ray/xray core
pushd /tmp
[https://v2raya.org/docs/prologue/installation/debian/]
sudo apt install /path/download/installer_debian_xxx_vxxx.deb ### 自行替换 deb 包所在的实际路径
pushd /tmp
https://neutrondev.com/fix-git-bash-flicker-in-windows-terminal/
echo "set bell-style none" >> ~/.inputrc
echo "set t_vb=" >> ~/.vimrc
wget https://www.rescuetime.com/installers/rescuetime_current_amd64.deb -O rescuetime.deb
https://github.com/IcaliaLabs/kaishi/blob/master/kaishi-linux
sudo yum install openssl compat-openssl10 qca-qt5-ossl.x86_64 openssl-devel |
1) gparted extend | |
2) | |
lvextend -l +100%FREE /dev/rl/root | |
3) | |
xfs_growfs /dev/mapper/rl-root | |
usefull command: | |
df -h | |
lvdisplay | |
fdisk -l |
A = zeros(10,21); | |
n = [1:10]; | |
% post cursor | |
for m = 1:3 | |
A(m, 11+n(m)) = 0.5; | |
A(m, 11-n(m)) = 0.5; | |
end | |
% one |
a: -> variable scope | |
s: -> current script’s namespace | |
b: -> local to the current buffer |
g:coc_snippet_next g:coc_snippet_next | |
Trigger key for going to the next snippet position, applied in insert | |
and select mode. | |
Only works when snippet session is activated. | |
Default: <C-j> | |
g:coc_snippet_prev g:coc_snippet_prev |
git clone https://github.com/raytroop/svlangserver.git | |
cd svlangserver/ | |
npm pack | |
npm install -g imc-trading-svlangserver-0.3.4.tgz |
CTRL-O : Go to [count] Older cursor position in jump list
CTRL-I : Go to [count] newer cursor position in jump list
:bf : Go to first buffer in buffer list.
:bn :Go to [N]th next buffer in buffer list.
gf : open in the same window ("goto file")
<c-w>f open in a new window (Ctrl-w f)
<c-w>gf open in a new tab (Ctrl-w gf)
Next tab: gt
Prior tab: gT
Numbered tab: nnngt \