Ubuntu碎碎念
date
May 7, 2022
Property
slug
some_skill_about_ubuntu
status
Published
tags
工程经验
summary
Ubuntu零零散散的一些东西
type
Post
#0-截图工具
flameshot安装
sudo apt install flameshot
设置快捷键
![notion image](https://www.notion.so/image/https%3A%2F%2Ffile.notion.so%2Ff%2Ff%2F43dc7bda-86e1-48d9-8e17-3efe45d6f33f%2Ff071ed87-9f16-4f75-82b4-e63d0e6de35c%2FUntitled.png%3Ftable%3Dblock%26id%3D83083b09-465a-49ae-bcf8-5bda060252a5%26spaceId%3D43dc7bda-86e1-48d9-8e17-3efe45d6f33f%26expirationTimestamp%3D1739188800000%26signature%3DDIhSaDKldQ5gCY2459Sn7Qe6BPEcjRomlZMY2GvDhak?table=block&id=83083b09-465a-49ae-bcf8-5bda060252a5&cache=v2)
#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"