会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
记录学习的点点滴滴!
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
下一页
2020年11月28日
centos8 架设ftp服务器,将匿名用户的主目录更改出现500报错信息
摘要: 这个问题发生在最新的这是由于下面的更新造成的: Add stronger checks for the configuration error of running with a writeable root directory inside a chroot(). This may bite pe
阅读全文
posted @ 2020-11-28 23:16 djd221
阅读(382)
评论(0)
推荐(0)
2020年11月11日
华为交换机配置备份与还原
摘要: 备份配置: 1、直接进入主题交换机通过console线连接,使用xshell软件,设置serial(查看相关文章,度娘上有) 2、启动机器进入配置! 3、更改名称、进入aaa模式、打开ftp服务器ftp-server enable,设置访问用户名、密码,更改模式等保存。 4、不好意思上面的有点错误补
阅读全文
posted @ 2020-11-11 12:07 djd221
阅读(9319)
评论(0)
推荐(0)
2020年11月9日
linux防火墙详解
摘要: iptables -F iptables -X iptables -F -t mangle iptables -t mangle -X iptables -F -t nat iptables -t nat -X 首先,把三个表清空,把自建的规则清空。 iptables -P INPUT DROP i
阅读全文
posted @ 2020-11-09 15:54 djd221
阅读(260)
评论(0)
推荐(0)
samba服务器重启后,出现不能连接问题
摘要: 1、ifconfig发现网络ip地址,正常,终端能ping通服务器 2、检查samba服务是否正常service smb status,返回值 smb.service – Samba SMB Daemon Loaded: loaded (/usr/lib/systemd/system/smb.ser
阅读全文
posted @ 2020-11-09 15:53 djd221
阅读(4948)
评论(0)
推荐(0)
centos7架设smba服务器
摘要: 安装centos7虚拟机(有具体的过程看其他的文章) 共享一个目录,使用用户名和密码登录后才可以访问,要求可以读写 打开samba的配置文件/etc/samba/smb.conf [global] 部分内容如下: [global] workgroup = WORKGROUP server strin
阅读全文
posted @ 2020-11-09 15:52 djd221
阅读(164)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告