06 2019 档案

摘要:配置文件/etc/yum.repos/name 配置格式: [名称] name=名称 baseurl= enabled=1 gpgcheck=0 配置好后执行俩条命令: yum clean all yum makecache 加载 测试安装即可 阅读全文
posted @ 2019-06-12 00:32 晚生隆海 阅读(514) 评论(0) 推荐(0) 编辑
摘要:linux就该这么学第十四课Samba和NFS文件共享服务 windows访问配置samba服务器,windows输入\\:ip地址即可 linux访问需要客户端安装: 一、yum y install cifs utils 二、创建一个文件按照samba服务的用户名、密码、龚翔宇的顺序写入到认证文件 阅读全文
posted @ 2019-06-09 23:06 晚生隆海 阅读(181) 评论(0) 推荐(0) 编辑
摘要:linux就该这么学第十三课vstfpd 三种模式: 1、匿名开放模式 2、本地用户模式 3、虚拟用户模式 TFTP简单文件传输协议 学习笔记如下: 阅读全文
posted @ 2019-06-09 21:27 晚生隆海 阅读(186) 评论(0) 推荐(0) 编辑
摘要:linux就该这么学第十二课 Apache 美国 Nginx 俄罗斯 极限挑战: 128M linux+网站 64M linux+网站 32M linux+网站 网站报错:500 502 硬件资源超负荷 LAMP linux apache mysql php LNMP linux nginx mys 阅读全文
posted @ 2019-06-08 22:45 晚生隆海 阅读(399) 评论(0) 推荐(0) 编辑
摘要:1、vim /etc/selinux/config Selinux的配置文件 \ This file controls the state of SELinux on the system. \ SELINUX= can take one of these three values: \ enfor 阅读全文
posted @ 2019-06-08 16:09 晚生隆海 阅读(3707) 评论(0) 推荐(0) 编辑
摘要:linux就该这么学第十一课 网络配置的四种方式: 1、vim /etc/sysconfig/network scripts/ifcfg eno 2、nmtui 图形化配置 3、nm connection editor图形化配置 4、右上角的图形化网络图标设置 RHEL7:nmtui RHEL5/6 阅读全文
posted @ 2019-06-05 20:57 晚生隆海 阅读(638) 评论(0) 推荐(0) 编辑
摘要:linux就该这么学第十课 iptables与firewalld防火墙 iptables input:处理流入的数据包 output:处理流出的数据包 forward:处理转发的数据包 postrouting:在进行路由选择后处理的数据包 允许:ACCEPT 拒绝:REJECT 拒绝:DROP 日志 阅读全文
posted @ 2019-06-04 00:02 晚生隆海 阅读(165) 评论(0) 推荐(0) 编辑