To install and run UnixBench, just do the following (for CentOS): # yum install gcc gcc-c++ make libXext-devel # yum groupinstall…
Linux
CentOS6.4下Yum安装Mysql和JDK和tomcat
一、首先使用Yum list available xxx命令罗列出远程仓库里面可以安装的包 1、列出可以安装的java包 yum list available java* 输出如下: 2、列出可以安装的tomcat包 yum list available tomcat* 输出如下: 3、列出可以安装的mysql包 yum list available…
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…
OpenVPN 2.3.1 on Centos 6
It is recommended to install epel repository first Make sure you have these packages installed: yum install gcc make rpm-build…
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…
CentOS 6: Install VPN PPTP Client – The Simple Way
1. Install PPTP using yum: $ yum install pptp -y 2. Add the username and password inside /etc/ppp/chap-secrets: myvega …
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 好了,准备工作已经完成了。下面开始安装。 二、安装软件 写道…
Easiest Way To Build VPN Server with PPTP
What you need? A VPS or Dedicated server running CentOS 6.x Proper knowledge to use Putty, SSH and common Unix command Only…