新博客地址
新的开始是 http://blog.youyou13.com ,这里已被忘却好多年
前言: 很多用fastcgi的企业,都喜欢把nginx 如此配置 server { listen 80; server_name test.com; index index.html index.php; root /home/www;
跟着上一篇的笔记 做一个helloworld 页面~~ cd /usr/local/python_web/www vi test.py 内容为 from django.http import HttpResponse def index(request): return HttpResponse("Hello, worl
环境 操作系统 centos 6.2 x64 ————————————— 1.安装: [nginx] 省略,只记录一下nginx版本和编译参数
----------------------------grep --------------------------------------------------------------------------------------------- grep -n "" file &
[proftpd] 1.被动ftp模式 PassivePorts 30000 32000 建立连接后,这些端口作为连接客户端用的 2. 防火墙配置 iptables -A INPUT -p tcp -m state --state NEW --dport 30000:
下面的一个配置,适合后端多轮询机器的配置,比如后端很多apache在做负载均衡 from http://www.youyou13.com nodezhandouji { file { "temp1.txt": name => "/tmp/ttttt" , content => "first puppet man
from http://www.youyou13.com 环境: master 192.168.1.100 backup 192.168.1.101 虚拟ip 192.168.1.103 1.安装keepalived 我安装完的目录是 /usr/local/keepalive/ 2.配置 keepaliv
upstream backend { server 127.0.0.1:9000 max_fails=3 fail_timeout=300s; server 10.10.5.100:9000 max_fails=3 fail_timeout=300s; server 10.10.5.186:900
from http://www.youyou13.com 此文档编写与 2012.05.09 给自己看的 linlin LVS_DR 模式 (改变数据包中的目标mac地址,实现调度) -------------------------------------------- 环境 centos 6.2 x64 调度服务器 
from http://www.youyou13.com ------------------ #!/bin/bash user=`whoami` file_list="/opt/htdocs/game.${user}" /要发布文件列表(相对目录)/ from="/opt/htdocs/game.${us
from http://www.youyou13.com 1.下载了一个开源的的php 代码 2.很多标签都是 <? 代码 ?> 这种写法的 (懒人写法, 不严谨写法) 3.而我的php.ini 配置了short_open_tag = Off ,导致不支持这种写法(很多php变量没有解析到) 4.因为php 默认只支持 <?
分享
服务器: ganglia 编译参数 ./configure --with-gmetad --enable-gexec 注意gmetad 依赖rrdtool-devel cd gmond; cp gmond.init.SuSE /etc/rc.d/gmond; cp gmetad.init.SuSE /etc/rc.d/gmeta; gmond --default_conf
Apache 防盗链 以下笔记为根据referen url 配置基于apache虚拟主机 的防盗链: 1. Apache 防盗链的第一种实现方法,可以用 rewrite 实现。首先要确认 Apache 的 rewrite module 是否编译进了模块. /usr/local/apache2/bin/httpd –l ###mod_rewrite.c 2.&nbs
此笔记为监控 mysql数据 剩余容量 首先要在mysql上创建一个测试表 在test数据库里use test; create table for_nagios_monitor ( id int(10) not null auto_increment, primary key(id)) ENGINE=InnoDB DEFAULT CHARSET=gbk; flush p
1. 下载 http://search.cpan.org/dist/mogilefs-server/ http://search.cpan.org/dist/MogileFS-Utils/ http://search.cpan.org/dist/MogileFS-Client/ 2. 创建db
编译参数: iptables -t nat -A PREROUTING -s 192.168.0.0/24 -p tcp --dport 80 -j REDIRECT --to-ports 3128 编译源码 ./configure --prefix=/usr/local/squid --enable-arp-acl --enable-linux-netfilter&nb
执行 ifconfig 没有显示 eth0 的信息 解决: ifup eth0 如果出现 no configuration for eth0 就执行 yast>network device >network setting >edit修改网
awk 样式扫描处理工具,管用。 我收集了一些比较简单实用的,做了笔记,分享给大家,一个字一个字打出来的。 觉得好,就笑一个吧 awk '{print}' /etc/passwd :打印/etc/passwd所有内容 awk -F : '{print $1}' /etc/passwd :以 ":" 为分隔符 ,打印/etc
菜鸟成长记
记录菜鸟成长记
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号