上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页
摘要: php 5.3.3 源码中开始包含 php-fpm,不用专门再打补丁了,只需要解开源码直接configure,关于php-fpm的编译参数有 –enable-fpm –with-fpm-user=www –with-fpm-group=www –with-libevent-dir=libevent位... 阅读全文
posted @ 2011-12-04 18:39 shuaixf 阅读(510) 评论(0) 推荐(0)
摘要: 学习HTML 5编程和设计 ★HTML5 Rocks: Major Feature Groups 的学习HTML5 的资源(HTML5 演示, 教程 ).源码 很不错的HTML5 Dashboard– Mozilla,效果很炫。 WhatWG Developers, 一个清楚的 HTML5 ... 阅读全文
posted @ 2011-12-04 15:18 shuaixf 阅读(223) 评论(0) 推荐(0)
摘要: 新内核可以在http://www.kernel.org下载。 先把linux-2.6.18.2.tar.bz2 复制到/usr/src/的下面 tar –jxvf linux-2.6.18.2.tar.bz2 cd linux-2.6.18.2 make mrproper把原来编译产生的垃圾删除 ... 阅读全文
posted @ 2011-12-03 23:22 shuaixf 阅读(227) 评论(0) 推荐(0)
摘要: 1、挂载CDROM 1) # mkdir /media/cdrom 2)# mount /dev/cdrom /media/cdrom 2、安装setuptool 1) # yum --disablerepo=\* --enablerepo=c6-media install setuptool n... 阅读全文
posted @ 2011-12-03 23:21 shuaixf 阅读(1200) 评论(0) 推荐(0)
摘要: Abstract This FAQ answers many questions about Security-Enhanced Linux. The information in this FAQ is valuable fo... 阅读全文
posted @ 2011-12-03 22:02 shuaixf 阅读(916) 评论(0) 推荐(0)
摘要: 检查SELinux是否已经启用. [root@localhost~] # sestatusSELinuxstatus:disabled 常用命令如下: sestatus 查询系统的selinux目 前的狀态 ... 阅读全文
posted @ 2011-12-03 22:01 shuaixf 阅读(738) 评论(0) 推荐(0)
摘要: 序 言由于开发环境需要在linux-2.6内核上进行,于是准备对我的虚拟机上的Linux系统升级。没想到这一弄就花了两天时间(反复装系统,辛苦啊),总算把Linux系统从2.4.20-8内核成功升级到了2.6.24内核。网上虽然有很多介绍Linux内核升级的文章,不过要么过时,下载链接失效;要么表达... 阅读全文
posted @ 2011-12-03 00:06 shuaixf 阅读(369) 评论(0) 推荐(0)
摘要: 在这里且不说版本的不同与区别,它所支持的功能。相信用过LINUX的人都希望自己所用的系统,内核是最新的了。接下来就来就给大家介绍linux2.6.9-42升级linux2.6.26-42的方法。首先来看下当前系统的版本吧: 接下来就开始吧,把所需文件“ linux-2.6.26.2.ta... 阅读全文
posted @ 2011-12-02 23:03 shuaixf 阅读(310) 评论(0) 推荐(0)
摘要: The Zend Framework MVC Architecture一、概述:In this chapter, we will cover the following topics:1. Zend framework MVC overview2. The Front Controller3. Th... 阅读全文
posted @ 2011-12-02 22:28 shuaixf 阅读(816) 评论(0) 推荐(0)
摘要: php-fpm详解 原文链接:http://php-fpm.anight.org/wiki:http://www.php-fpm.com/翻译:http://syre.blogbus.com/logs/20092011.html 什么是 FastCGI FastCGI 是一个可伸缩、高速的在web... 阅读全文
posted @ 2011-12-02 00:23 shuaixf 阅读(465) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 40 下一页