【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>
git config --global user.name author #将用户名设为author
git config --global user.email author@corpmail.com #将用户邮箱设为author@corpmail.com
#记住密码
git config --global credential.helper store
#Fedora31 安装chrome浏览器
https://www.if-not-true-then-false.com/2010/install-google-chrome-with-yum-on-fedora-red-hat-rhel/
dnf install fedora-workstation-repositories
dnf config-manager --set-enabled google-chrome
sudo dnf install google-chrome-stable
linux及samba用户的查看与删除
查看samba服务器中已拥有哪些用户:
pdbedit -L
删除samba服务中的某个用户
smbpasswd -x 用户名
来源:oschina
链接:https://my.oschina.net/u/3741382/blog/3153102