易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux下nginx的安装

nginx("engine x")是一个高性能的HTTP和反向代理服务器,是由俄罗斯人Igor Sysoev建立的项目,超轻量级,超快处理能力。
目前使用的nginx版本是0.7.61
nginx的官言网站为:http://nginx.net/
下载地址为:http://sysoev.ru/nginx/nginx-0.7.61.tar.gz
nginx需要pcre的支持,所以我们需要下载pcre
pcre全名为Perl Compatible Regular Expressions,即Perl正则表达式库,目前最新的是7.9;
pcre的官方网站为:http://www.pcre.org/
下载地址为:http://sourceforge.net/project/showfiles.php?group_id=10194
安装pcre
tar xzvf pcre-7.9.tar.gz
#cd pcre-7.9
#./configure
#make
#make install
安装nginx
tar -xzvf nginx-0.7.61.tar.gz
#cd nginx-0.7.61
#./configure --prefix=/usr/local/nginx
#make
#make install
启动nginx
nginx默认是不会自己启动的
启动命令为:/usr/local/nginx/sbin/nginx


相关文档:

linux 站点2

2。 技术网点:
csdn.net
chinaunix.net
ibm.com/developerworks/cn/linux
Linux内存使用详解:
http://blog.chinaunix.net/u2/67750/showart_2154542.html
3。 Linux技术点
系统管理命令(expect.)
shell编程
正则表达式
busybox
文件系统
4。 其它技术点
pclint(静态代码检查工具)
source monitor ......

linux的chmod与chown命令详解


inux的chmod命令使用详解
使用方式 : chmod [-cfvR] [--help] [--version] mode file...
说明 : Linux/Unix 的档案存取权限分为三级 : 档案拥有者、群组、其他。利用 chmod 可以藉以控制档案如何被他人所存取。
mode : 权限设定字串 ......

How to check into Linux OS

I learned some experience while Nanjing found 0x03 error. At begining, we don't know why our GSRM(a linux process) hang in a short time 5 seconds sometimes. It didn't handle any message at that time and the interruption is not regularly. So we assume we have Linux OS problem. We did following checks ......

Ubuntu Linux系统环境变量配置文件介绍


Ubuntu Linux系统环境变量配置文件介绍
 
发布时间:2007.12.19 06:30     来源:赛迪网    作者:sixth
在Ubuntu中有如下几个文件可以设置环境变量
 
/etc/profile:在登录时,操作系统定制用户环境时使用的第一个文件,此文件为系统的每个用户设置环境信息,当用 ......

Linux的工作队列

1,先看看工作队列和tasklet的区别:
    (1) 定时器和tasklet:
    Tasklets resemble kernel timers in 3 ways.
      1)They are always run at interrupt time,
      2)they always run on the same CPU that schedules the ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号