摘要: git command git使用笔记 git global setup git config --global user.name "user name" git config --global user.email "user@main.com" git config --list create 阅读全文
posted @ 2021-11-07 20:07 王阳开 阅读(1990) 评论(0) 推荐(0)
摘要: ubuntu ssh login command ssh <-p port> [user@ip] example: ssh wyk@192.168.0.250 ssh -p 22 wyk@192.168.0.250 sudo sshpass -p "password" ssh root@192.16 阅读全文
posted @ 2021-11-07 19:31 王阳开 阅读(2011) 评论(0) 推荐(0)
摘要: linux dma-buf reference: https://blog.csdn.net/hexiaolong2009/article/details/102596744 阅读全文
posted @ 2021-11-07 19:17 王阳开 阅读(537) 评论(0) 推荐(0)