#!/bin/bash
if [ ! -d $1 ];then
echo "不存在的目录"
exit
fi
for i in $(find $1 -type l);do
CentOS7无法使用Tab键补全
Centos7在使用最小化安装的时候,没有安装自动补全的包,需要自己手动安装。
yum -y install bash-completion
或者你可以安装一些初始化的包组
yum -y grou
centos7编译安装nginx添加启动脚本
vim /usr/lib/systemd/system/nginx.service
[Unit]
Description=nginx
After=network.target
[Service]
nginx添加负载均衡fair模块
模块介绍
The Nginx fair proxy balancer enhances the standard round-robin load balancer provided
with Ng