linux发行版
dztdeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu16.04 安装wireshark(非root 启动)
With the given information, I would recommend to reinstall completely wireshark as followed: sudo apt-get remove --purge wireshark sudo apt-get autoremove sudo apt-get update sudo apt-get install wi...原创 2019-10-17 17:41:58 · 363 阅读 · 0 评论 -
RHEL 6.3 安装 samba 方法整理.md
1. 安装 samba方法一:[root@localhost ~]# yum install samba方法二:[root@localhost ~]# yum -y install samba samba-client samba-common samba-winbind samba-winbind-clients2. 添加用户添加用户:[root@localhost ~]# adduser smb原创 2016-04-08 21:35:57 · 507 阅读 · 0 评论 -
Fedoera 20 安装 samba 服务器.md
Fedoera 20 安装 samba 服务器1. 安装 samba[root@localhost ~]# yum install samba2. 添加用户添加用户:[root@localhost ~]# adduser smb 添加密码:[root@localhost ~]# smbpasswd -a smb3. 配置 samba[root@localhost ~]# cd /etc/samba/原创 2016-04-05 23:14:33 · 374 阅读 · 0 评论 -
CentOS7 时区设置.md
安装完CentOS 7过后由于各种原因需要修改或是设备时区来同步服务器的时间。在CentOS 7里面有一个命令timedatectl可以帮助我们修改服务器的时区。首先我们可以使用timedatectl命令查看目前服务器里的时区设置: Local time: 二 2016-04-19 20:58:44 CST Universal time: 二 2016-04-19 12:58:44 U转载 2016-04-19 21:01:56 · 755 阅读 · 0 评论
分享