随笔分类 -  linux

摘要:# vsftp 安装yum install vsftpd -y # 配置用户名密码时需要yum install db* db4* -y# 启动vsftpdservice vsftpd start # 使用工具匿名连接,连接成功,即安装成功 # 修改配置文件 vim /etc/vsftpd/vsftp 阅读全文
posted @ 2016-12-20 14:40 小小白鼠 阅读(323) 评论(0) 推荐(0)
摘要:# Nginx 域名反向代理配置# 安装nginx yum install nginx -y# 修改配置文件 进入配置文件目录 cd /etc/nginx/conf.d 新建配置文件以.conf结尾 vim test.conf 输入一下内容: server { listen 80; server_n 阅读全文
posted @ 2016-12-20 14:39 小小白鼠 阅读(429) 评论(0) 推荐(0)
摘要:#ldap 安裝配置 环境Centos7#安装 yum install -y openldap openldap-clients openldap-servers migrationtools pam_ldap python-ldap# 关闭防火墙 systemctl stop firewalld. 阅读全文
posted @ 2016-12-20 14:18 小小白鼠 阅读(3172) 评论(0) 推荐(0)