Linux

Linux常用服务一键安装包

一键安装:LNMP,基于yum平台。安装快速、标准配置、软件更新方便。CentOS 6 专用 1 yum install wget –y;wget huzs.net/soft/lnmp.sh;sh lnmp.sh [支持32、64位 | nginx(官方源)稳定版 | PHP 5.3.3(系统源) | MySQL 5.1.73(系统源)] CentOS…

Linux

CentOS VPS搭建OpenVPN全程实录

由于有些网路地区都会阻挡pptp 或 l2tp服务,因此我们需要一个比较安全又不会被阻挡的VPN环境,因此我决定用OPENVpn 等下教程的软体要下载,都从这里来源 OpenVPN http://openvpn.net/index.php/open-source/downloads.html LZO http://www.oberhumer.com/opensource/lzo/download/ OpenSSL http://www.openssl.org/ 1,安装基础软件包 yum install openssl openssl-devel pam pam-devel 2, 安装Lzo wget…

Linux

CentOS VPS搭建OpenVPN

2)升级系统软件,并下载所需软件。   #yum install gcc gcc-devel openssl openssl-devel iptables #mkdir /opt/software #cd /opt/software #wget http://www.oberhumer.com/opensource/lzo/download/lzo-2.03.tar.gz #wget http://openvpn.net/release/openvpn-2.0.9.tar.gz 好了,准备工作已经完成了。下面开始安装。 二、安装软件 写道…