L2TP/IPSec一键安装脚本本脚本适用环境:系统支持:CentOS6+,Debian7+,Ubuntu12+内存要求:≥128M更新日期:2016 年 06 月 10 日关于本脚本:名词解释如下L2TP(Layer 2 Tunneling Protocol)IPSec(Internet Protocol Security)IKEv2 (Internet Key Exchange v2)能实现 IPsec 的目前总体上有 openswan,libreswan,strongs...
2016-07-07 /
4049 次浏览 /
应用管理
Exception errors are stored as number named files in var/report/ except if the directory permissions are so messed up that Magento either cannot write there or tries to store its cache in the system /tmp directory.Use an sftp client to loca...
2016-06-30 /
2523 次浏览 /
应用管理
PHP versions supportedMagento requires:7.0.2–7.0.6 except for 7.0.5 (supported by Magento version 2.0.1 and later only)There is a known PHP issue that affects our code compiler when using PHP 7.0.5. We recommend you not use PHP 7.0.5; inste...
2016-06-22 /
2944 次浏览 /
应用管理
1、安装openvpnyum install -y openvpnyum install -y easy-rsa2、配置openvpn拷贝配置文件cp /usr/share/doc/openvpn-*/sample/sample-config-files/server.conf /etc/openvpn编辑配置文件vim /etc/openvpn/server.conf主要修改以下几个配置,把前边的分号注释去掉,其中DNS配置项,改成阿里公共DNS地址。#####...
2016-06-22 /
4353 次浏览 /
网络安全
本篇文章已加密,请输入密码后查看。...
2016-06-22 /
2853 次浏览 /
应用管理
plsql连接Oracle 12c时报错ORA-28040 问题描述:客户端连接Oracle 12c的时候,报错误:ORA-28040: No matching authentication protocol问题原因:Oracle 12c的参数SQLNET.ALLOWED_LOGON_VERSION默认等于11。当我们使用11g JDBC之前版本的thin驱动连接的时候,就会报错。解决方法:在数据库服务器上的oracle/network/admin/sqlnet.ora文件添...
2016-06-19 /
2271 次浏览 /
DBA运维
oracle10g windows系统定时备份新建一个脚本bat批处理文件。@echo off set name=%date%:~0,10% echo -------------------------------------------------- echo -------------正在执行数据库备份-------------- echo -------------------------------------------------- echo ... echo ....
2016-06-19 /
1792 次浏览 /
DBA运维
subversion配置及权限管理1、工具准备及安装: 1)Subversion下载地址:http://subversion.tigris.org 其中setup-Subversion-1.6.31.msi为安装版本,svn-win32-1.6.3为绿色免安装版本。 Windows常用客户端TortoiseSV...
2016-06-17 /
2016 次浏览 /
应用管理
一、下载所需文件 服务器:Subversion http://sourceforge.net/projects/ 客户端:Tortoisesvn http://tortoisesvn.net/downloads.html二、在Windows安装 解压文件,双击安装包,这个你会的,最傻瓜安装方式就是一直地Next。。。三、创建项目(一库一项目)1、建立目录,存放所有仓库,这里为 "D:\svnhome"。2、创立独立仓库,存放各个...
2016-06-17 /
2132 次浏览 /
应用管理
Centos6.8一个网卡多网段不同网关IP配置方法一台服务器只有一个网卡,但是接了三个不同的网段,且网关不一样。安装系统后,一定要先使用NetManger 服务来配置下网卡配置文件的内容。注意不能使用network 服务来生成网卡配置文件,不然网络会不通。# : service NetworkManager restart下面是手动修改后的eth0的配置文件,如下:DEVICE=eth0TYPE=EthernetUUID=57b58ac2-2532-4df8-a...
2016-06-16 /
2873 次浏览 /
系统运维