linux

落爺英雄遲暮 提交于 2020-01-07 03:40:42

【推荐】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   用户名
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!