系统优化
-
Nginx之一:Nginx的编译安装详解程序员
一、Nginx简介 官方网址:http://nginx.org/ Nginx是由1994年毕业于俄罗斯国立莫斯科鲍曼科技大学的同学为俄罗斯rambler.ru公司开发的,开发工作最…
-
修改nginx的http响应头server字段详解程序员
修改src/http/ngx_http_header_filter_module.c 找到下面两行: static char ngx_http_server_string[] = …
-
时间戳转换详解程序员
113.97.190.49 – – 1357574398 “GET http://www.test.com/index.htm HTTP/1.1…
-
centos与debian网卡详解程序员
debian /etc/network/interfaces # This file describes the network interfaces a…
-
find命令计算代码行数详解程序员
[[email protected] ~/lvs/ipvsadm-1.26]>>find ./ -maxdepth 3 -regex ‘.*Makefile.…
-
linux技巧—-查找某个正在执行的脚本详解程序员
如果在机器上发现有执行的脚本,却不知道在哪,可以这样找 例如 # netstat -ltnp Active Internet connections (only servers) …
-
shell 里的正则详解程序员
#!/bin/bash variable=”This is a fine mess.” echo “$variable” # Regex matching with =~ oper…
-
关于keepalive详解程序员
linux内核配置有一项tcp_keepalive_time,即tcp的保活定时器。当网络上两个建立连接的进程都没有数据向对方发送的时候,tcp会隔段时间发送一次保活数据,以保持连…
-
nginx log format详解程序员
log_format main ‘$remote_addr – $remote_user $time_local “$request_method http://$host$req…
-
nginx静态页面镜像详解程序员
user root; worker_processes 4; #error_log logs/error.log; #error_log logs/error.log notice…