10 年前

Seafile For CentOS nginx服务端部署,并启用ssl

seafile  

一、环境 官方文档 MySQL 5.6+nginx 1.9 python 2.7.13 * python 模块(MySQL-python==1.2.5、 PIL==1.1.6) 二、部署说明 下载 wget http://download-cn.seafile.com/seafile-server_6.0.7_x86-64.tar.gz 部署和目录设计 useradd -d /data/l…

10 年前

Crontab 每月的第一周、第三周的星期三某个点执行一次

问题 要求每个月的第一周第三周的星期三6点执行一次,开始以为挺简单立马想到 0 6 1-7,15-21 * 3 但是测试发现 1-7, 15-21 和 星期三也都会跑. man 5 crontab 找到下述解释 Note: The day of a command's execution can be specified by two fields -- day of month,…

10 年前

Centos 6 安装 L2TP+IPSec 完整教程

l2tp vpn   ios l2tp  

一、苹果升级IOS10后无法使用pptp L2TP相比PPTP是另外一种隧道协议方式,部分网络下PPTP无法连接,可以尝试L2TP,一般而言在PC上,两者使用体验没什么不同,技术原理上的不同请参照这里.建议PC电脑上优先使用PPTP,无法使用可以尝试L2TP,移动端推荐使用L2TP; 二、部署IPSec 安装必备依赖包 yum install make gcc gmp-devel bison fl…