-
10 年前
Proftpd for linux 配置参数介绍
proftpd 配置详细说明 系统服务
安装 debian or ubuntu : apt-get install proftpd -y centos: cd /etc/yum.repos.d && mv CentOS-Base.repo CentOS-Base.repo.bak wget http://mirrors.163.com/.help/CentOS6-Base-163.repo mv rpm -…
-
10 年前
linux内核,网络参数优化 sysctl.conf
sysctl.conf优化 系统服务
配置文件/etc/sysctl.conf #禁用ip包转发 net.ipv4.ip_forward = 0 net.ipv4.conf.all.forwarding = 0 #对直接连接的网络进行反向路径过滤 net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.default.rp_filter = 1 #不允许接受含有源路由信息的ip包 net.i…
-
10 年前
nginx+mysql+php+memcached+redis 编译安装优化笔记
memcache php扩展 redis php扩展 nginx优化 数据库 系统服务
系统环境 Centos 6.5 x64 Nginx 1.8.0 MySQL 5.6.24 PHP 5.5.25 memcache 1.4.0 redis 3.0.0 已编译的LNMP一键安装脚本下载-php5 已编译的LNMP一键安装脚本下载-php7 一、安装依赖库 为了不用在安装过程中一个一个的解决报错,一键安装大部分常用的库 yum install wget p…
-
10 年前
linux 下 BT服务器搭建
bt bt for linux搭建 系统服务
bt服务现在用的比较少,这是12年做客户端下载时留下的笔记。由于种种原因用到CDN所以需要自己搭建BT服务器 必须有python2.*以上的环境 1、安装bittorrent BitTorrentg下载 tar zxvf BitTorrent-3.4.2.tar.gz cd BitTorrent-3.4.2 python setup.p…
-
10 年前
heartbeate+mysql+drbd 高可用数据库配置
heartbeate mysql drbd 系统服务
1、环境 系统:Centos 6.4 x64 主MYSQLA: 192.168.0.16 从MYSQLB: 192.168.0.17 VIP: 192.168.0.18 目录: /data 2、安装 基本安装 yum install heartbeat heartbeat-ldirectord heartbeat-pils heartbeat-stonith -y yum install mysq…