摘要: 用sed删除空行我的代码如下:class Song def initialize(name) @name = name end def tell puts @name endendclass ZhouSong < Song def initialize(name,artist) super(n... 阅读全文
posted @ 2015-01-29 17:09 archoncap 阅读(1036) 评论(0) 推荐(0)
摘要: CentOS Linux VPS安装IPSec+L2TP VPN时间 2011-08-28 14:39:48 天使羊波波闪耀光芒 相似文章 (0)原文 http://www.live-in.org/archives/818.html第二层隧道协议L2TP(Layer 2 Tunneling Pro... 阅读全文
posted @ 2015-01-29 16:53 archoncap 阅读(239) 评论(0) 推荐(1)
摘要: LNMP环境的搭建中,现在只有php没有源码安装过。这篇文章就把这个介绍下。注意本篇文章使用的centos 6.5 64bit。登陆centos下载php5.6的安装包。php的软件包可以去国内的souhu镜像站点去下载。wget http://mirrors.sohu.com/php/php-5.... 阅读全文
posted @ 2015-01-29 15:48 archoncap 阅读(1140) 评论(0) 推荐(0)