Linux CentOS 6.8 6.9 6.10/RHEL 6系统安装Certbot Let’s Encrypt 的免费SSL证书一般通过服务器使用Certbot来进行自动注册更新和管理,但是centos 6系统却无法通过yum install certbot命令直接安装Certbot... 10月29日 发表评论 阅读全文
Linux centos 8 ssh命令(服务器设置、防火墙配置等) centos 8防火墙配置命令 1、安装 yum install iptables-services #安装iptables (如果你习惯centos6及以下版本所用的iptables防火墙的话,安装... 09月16日 发表评论 阅读全文
Linux centos系统更新、yum安装慢?试试将国外源替换为国内源,例如阿里源 1、先备份默认的repo源文件 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2、下载阿里... 06月14日 发表评论 阅读全文
Linux WordPress使用Manticore search实现高效搜索-CentOS系统 Manticore Search是sphinx的分支开发版本,比sphinx的bug更少,使用更简单,且可以实现实时搜索,支持SNIPPET语法,还有很多高级用法,请至官方网站浏览manticores... 04月08日 1 阅读全文
centos系统利用dnspod 动态解析域名ddns外网穿透 1.新建脚本文件 vim ddns.sh 文件内容如下: #!/bin/sh # 全局变量表 arPass=arMail="" # 获得外网地址 arIpAdress() { local inter=... 03月21日 Linux 发表评论 阅读全文
Centos 自用vsftp 配置文件vsftpd.conf local_root=/download anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 anon_uplo... 08月04日 Code&Tools 发表评论 阅读全文
Centos7单机安装配置支持S3接口的分布式存储LeoFS笔记 CentOS Linux release 7.5.1804 (Core) 64bit安装lefos 安装https://leo-project.net/leofs/docs-old/installat... 08月10日 Cloud 发表评论 阅读全文
Centos7-64bit-编译安装配置Nginx stream四层负载均衡 动态加载 yum install screen -y && screen -S nginx sudo yum -y groupinstall "Development Tools" && yum -y epel... 08月10日 Linux 发表评论 阅读全文
LNMP (2021年教程更新为LNMP1.7)Centos6.8 64bit使用lnmp1.6搭建WordPress网站所需服务器环境 2018年8月10日更新为lnmp1.5 2020年3月10日更新为lnmp1.6 2021年4月5日更新为lnmp1.7 for centos 7.2 -----------------------... 08月10日 发表评论 阅读全文
Linux 运维工具Ansible(批量对远程服务器进行管理)简单使用教程(本示例采用CentOS7) CentOS7 64bit 安装Ansible yum install epel-release -y && yum install ansible -y 配置ansible vi /... 08月07日 发表评论 阅读全文