参考:链接 介绍 WordPress 是一款使用 PHP 语言开发的博客平台,您可使用通过 WordPress 搭建属于个人的博客平台。本文以 CentOS 6.5 操作系统为例,手动搭建 WordPress 个人站点。 搭建 lnmp环境搭建 参考:链接 软件 WordPress:博客平台,本文以 ...
分类:
系统相关 时间:
2020-06-23 15:53:30
阅读次数:
296
为了实现效果需要配置两台web web1:192.168.2.17 web2:192.168.2.18 nginx:192.168.2.16 和一台nginx 先编辑nginx的配置文件(配置静态负载均衡) `vim /usr/local/nginx/conf/nginx.conf` 在配置文件的s ...
分类:
其他好文 时间:
2020-06-23 15:35:03
阅读次数:
50
解决办法: 1、安装依赖zlib、zlib-devel 2、重新编译安装Python 具体步骤: 1 到python安装目录下,运行./configure 2 编辑Modules/Setup文件 vim Modules/Setup 找到下面这句,去掉注释 #zlib zlibmodule.c -I( ...
分类:
编程语言 时间:
2020-06-23 14:58:19
阅读次数:
56
vim /etc/hosts.allowsshd:192.168.31.109:allow //只允许192.168.31.109登录vim /etc/hosts.denysshd:ALL //开启白名单,只允许192.168.31.109登录systemctl restart sshd ,重启ss ...
分类:
其他好文 时间:
2020-06-23 13:43:28
阅读次数:
195
客户端脚本: [root@nfs01 ~]# vim /server/scripts/backup.sh#/bin/bashBackup_dir="/backup"IP_info=$(hostname -i) #创建备份目录mkdir -p $Backup_dir/$IP_info #压缩备份数据 ...
分类:
其他好文 时间:
2020-06-22 18:36:12
阅读次数:
59
vim /etc/systemd/system/node_exporter.service [Unit] Description=node_exporter Documentation=https://prometheus.io/ After=network.target [Service] Typ ...
分类:
系统相关 时间:
2020-06-22 17:16:37
阅读次数:
107
配置一个简单的dns服务 先下载一个需要用到的软件 bind `yum -y install bind` 编辑配置文件 named.conf `vim /etc/named.conf 在配置文件里面修改两个部分,就是图中的 any 位置(之前不是any给修改成any的) `` options { # ...
分类:
其他好文 时间:
2020-06-22 15:06:28
阅读次数:
80
将/etc/profile文件拷贝到/tmp下,并用vim打开/tmp/profile在命令模式下删除行首的空白字符[root@centos7~]#cp/etc/profile/tmp/profile[root@centos7~]#cat/tmp/profile#/etc/profile#Systemwideenvironmentandstartupprograms,forloginsetup#F
分类:
系统相关 时间:
2020-06-22 09:18:53
阅读次数:
95
前言 使用其他方式如宝塔面板小伙伴可以自行百度,本博客只讲如何使用命令备份网站到github 一、 申请github仓库,最好设置私有 二、本地git配置 注:本文默认已经配置好git的默认配置,如ssh公钥 cd /www/wwwroot/网站目录 # 初始化仓库 git init # 关联到远程 ...
分类:
Web程序 时间:
2020-06-22 01:15:05
阅读次数:
90
1.编写txt里面放入ip [root@localhost ~]# vim ip.txt 192.168.177.1 192.168.177.2 192.168.177.3 192.168.177.4 192.168.177.5 192.168.177.6172.168.177.8127.0.0.1 ...
分类:
系统相关 时间:
2020-06-21 20:22:48
阅读次数:
68