1.普通装机项[root@localhost~]#yum-yinstallsshpassvimgccgcc-c++makelsofautoconftreeopenssh-clientscreaterepolrzsznet-toolsncursesncurses-develunzipzlib-develzlibopenssl-developenssldos2unixlibselinux-python
分类:
其他好文 时间:
2018-09-08 21:04:17
阅读次数:
170
How To https://wiki.centos.org/HowTos/SELinux head ad837f60830442ae77a81aedd10c20305a811388 5.5 Allowing Access to a Port 端口号权限 We may want a service ...
分类:
系统相关 时间:
2018-09-08 18:22:11
阅读次数:
242
安装FTP这样就会安装好了,下来我们要改一些FTP文件![]进入vsftpd.conf里面允许匿名访问改目录创建wy用户和密码![]给wy写入读取权限关闭防火墙关闭selinux重启FTP。![]用wy登录进去,测试上传下载。都可以这样FTP就以安装完毕。
分类:
其他好文 时间:
2018-09-07 17:17:36
阅读次数:
175
wordpress的安装搭建在lnmp环境下。准备一台新机器关闭防火墙selinux等配置好yum源yum-yinstallnginxmariadb-servermariadbphpphp-mysqlgdphp-gdphp-fpmsystemctlstartmariadbvim/etc/nginx/nginx.conflocation/{root/usr/share/nginx/html;inde
分类:
其他好文 时间:
2018-09-06 16:19:20
阅读次数:
399
架构: 一、NDB mgmd节点 安装好centos 7.5后 1、关闭selinux和防火墙 sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/configsetenforce 0systemctl stop firewall ...
分类:
数据库 时间:
2018-09-06 14:48:21
阅读次数:
193
关闭防火墙[root@localhost~]#systemctlstopfirewalld[root@localhost~]#systemctldisablefirewalld[root@localhost~]#sed-ri‘s/(SELINUX=).*/\1disabled/g‘/etc/selinux/config[root@localhost~]#setenforce0配置安装163的源[r
分类:
系统相关 时间:
2018-09-04 20:52:15
阅读次数:
211
gitlab版本控制[TOC]1.版本控制介绍定义版本控制是指对软件开发过程中各种代码程序、配置文件及说明文档等文件变更的管理,是软件配置管理的核心思想之一。功能追踪文件的变更并行开发常用的版本控制工具:gitlabsuversion2.gitlab部署关闭防火墙以及SELINUX[root@linfan~]#systemctlstopfirewalld[root@linfan~]#systemc
分类:
其他好文 时间:
2018-09-04 19:49:46
阅读次数:
211
nginx是linux中非常重要的一部分,学会使用将不可少的。关闭防火墙[root@localhost~]#systemctlstopfirewalld[root@localhost~]#systemctldisablefirewalld[root@localhost~]#sed-ri‘s/(SELINUX=).*/\1disabled/g‘/etc/selinux/config[root@loc
分类:
系统相关 时间:
2018-09-03 21:37:45
阅读次数:
248
1.关闭防火墙和selinux2.配置hosts[root@compute~]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6localhost6.localdomain620.0.20.2
分类:
其他好文 时间:
2018-09-03 15:00:34
阅读次数:
170
进程概念内核的功用:进程管理,文件系统,网络功能,内存管理,驱动程序,安全功能等process:运行中的程序的一个副本,是被载入内存的一个指令集合进程ID号码被用来标记各个进程UID,GID和SELinux语境决定对文件系统的存取和访问权限通常从执行进程的用户来继承存在生命周期taskstruct:linux内核存储进程信息的数据结构格式tasklist:多个任务的taskstruct组成的链表进
分类:
系统相关 时间:
2018-09-02 18:47:27
阅读次数:
273