Ubuntu碎碎念
date
May 7, 2022
Property
slug
some_skill_about_ubuntu
status
Published
tags
工程经验
summary
Ubuntu零零散散的一些东西
type
Post
#0-截图工具
flameshot安装
sudo apt install flameshot
设置快捷键

#1-Docker中Git的使用
0-设定用户名
lintheyoung
git config --global user.name "lintheyoung"
git config --global user.email "lintheyoung@outlook.com”
ssh-keygen -t rsa -b 4096 -C "
lintheyoung@outlook.com"