
基础
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Redhat联网及配置网络yum
[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 指定文件路径并修改名称[root@localhost ~]# sed -i 's/$releasever/7/g' /etc/yum.repos....原创 2019-07-24 19:40:38 · 1038 阅读 · 0 评论 -
FTP传输
ftp服务端192.168.1.10客户端192.168.1.11匿名用户访问服务器[root@localhost ~]# yum -y install ftp vsftpd 下载所需服务[root@localhost ~]# chown ftp /var/ftp/pub/[root@localhost ~]#...原创 2019-08-06 00:55:26 · 624 阅读 · 0 评论 -
DNS主从
[root@localhost ~]# yum -y install bind[root@localhost ~]# vim /etc/named.confoptions { listen-on port 53 { any; }; 监听端口 listen-on-v6 port 53 { ::1; }; d...原创 2019-08-06 09:59:18 · 623 阅读 · 0 评论