[TOC]
[1.本地生成公钥]
ssh-keygen -t rsa -b 4096 -C "fzhzhen1987@yahoo.co.jp"
[2.在.ssh生成id_rsa.pub]
[3.登陆到github个人主页,按照图片将id_rsa.pub内容粘贴到相应位置]
[4.更换remote]
git remote -v
git remote remove origin
git remote add origin git@github.com:
[5.ctrl 换caps]
命令
setxkbmap -option ctrl:nocaps
对应的配置文件
.xinitrc
命令
localectl set-x11-keymap jp pc105 jp106 ctrl:nocaps
对应的配置文件
/etc/X11/xorg.conf.d/00-keyboard.conf