摘要: ubuntu 18.04 增加新用户 reference: Ubuntu 18.04下用户的创建、修改权限及删除用户的方法 add a bsp user: sudo useradd -m bsp -d /home/bsp -s /bin/bash sudo passwd bsp sudo chmod 阅读全文
posted @ 2023-05-22 17:42 王阳开 阅读(32) 评论(0) 推荐(0)
摘要: repo example https://gerrit.googlesource.com/git-repo $ mkdir -p ~/.bin $ PATH="${HOME}/bin:${PATH}" $ curl https://storage.googleapis.com/git-repo-do 阅读全文
posted @ 2023-05-22 11:12 王阳开 阅读(73) 评论(0) 推荐(0)