原文地点: https://unnue.com/article/9 装置nodejs、npm/cnpm yum install -y nodejs npm install -g cnpm --registry=https…
分类:centos
CentOS7快速搭建DNS中转服务器
安装bind bind-chroot RPM包 yum install bind bind-chroot -y 修改配置文件 vim /etc/named.conf ...... listen-on port53 { 1…
CentOS7 查询安装包的路径
以查询wget为例: [root@localhost ~]# rpm -qa | grep wget #查询安装包wget wget-1.14-18.el7_6.1.x86_64 [root@localhost ~]# …
CentOS命令 find 搜索 列出包含指定字符的文件的文件名
find . | xargs grep -ril "要查找的字符"
centos7-如何手动安装网卡驱动文件
网卡驱动的安装 准备工作 查找网卡的型号 查看网卡的型号有两种途径,一个是直接查看物理网卡硬件上面的厂商标识,此种方式一般需要对桌面机或者服务器进行拆机操作才能查看;另一个是从计算机厂商网站上查看…
Linux下查看SELinux状态和关闭SELinux的方法
一、查看SELinux状态命令: 1、/usr/sbin/sestatus -v ##如果SELinux status参数为enabled即为开启状态SELin…
nginx 负载均衡搭建
环境说明 192.168.1.208 Nginx负载服务器 192.168.1.210 webA服务器 PHP memcache xcache mysql 192.168.1.211 webB服务器 PHP memcac…
CENTOS7 高性能Linux集群 通过yum进行 haproxy配置 !安装 !使用!HAProxy配置文件详解
照片参考:https://blog.csdn.net/weixin_… Haproxy配置 永久修改名字:便于区分虚拟机!Haproxy:hostnamectl set-hostname haproxyWeb…
CentOs 6安装python2.7.13及异常解决
1、CentOS安装Python的依赖包 yum groupinstall "Development tools" yum install zlib-devel bzip2-devel openssl-devel ncu…