- 浏览: 2153142 次
- 性别:
- 来自: 北京
最新评论
-
sunzeshan:
找了很久,用了这个插件解决问题啦。谢谢
eclipse jetty debug source not found -
xiaosong0112:
您好,请问为什么要这样设置呢,原理是什么?在网上很多转帖都没有 ...
maven的jetty插件提示No Transaction manager found导致启动慢的解决方法 -
eimhee:
tjzx 写道畅搜谷歌:http://dian168.cc/打 ...
Google 镜像站搜集 -
tjzx:
畅搜谷歌:http://dian168.cc/打开的是“最火源 ...
Google 镜像站搜集 -
eimhee:
finallygo 写道你这属于"头痛医头脚痛医脚& ...
解决linux下too many file问题
文章列表
今天查看APACHE日志发现了大量的这样的错误
[Sat Jan 12 06:33:25 2013] [error] [client ] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
发了很长时间才找到原因,
.htaccess 这个文件是有继 ...
今天想在linux上后台运行一个JOB, 但一把命令在后台执行,在命令行后加了一个&,
用jobs 命令查看, 发现无法在后台运行, 状态变成stopped。
在网上找了找资料, 原来是那命令行一直在等待输入输出, 所以一直阻塞在那,
drush get-image-regenerate < /dev/null > /dev/null 2> /dev/null &
这样修改之后就能运行了,
jobs
[1]+ Running drush get-image-regenerate < ...
今天看到apache2 的error.log 日志,
发现有很多这样的错误,
写道
[Mon Dec 31 14:18:16 2012] [warn] [client 46.37.165.141] (70014)End of file found: mod_fcgid: can't get data from http client
[Mon Dec 31 14:20:17 2012] [warn] [client 46.37.165.141] (70014)End of file found: mod_fcgid: can't get data from http c ...
If you get a 500 error in a webpage hosted on Debian Linux (6.0) with apache webserver and fastcgi, take a look into the apache error.log file. This can either be the global error.log or the error.log of the website where you got the error. If you find a error similar to this one:
[Fri Apr 10 15:18: ...
The article Installing Apache2 and PHP5 using mod_fcgid
shows how to run php5 with apache2-mpm-worker. The advanage of
apache2-mpm-worker over apache2-mpm-prefork is better overall apache2
performance.
1. Install apache2-mpm-worker and the fastcgi apache module libapache-mod-fcid
Code:
# ...
APC
(alternative page cache) is an addon to php to increase execution time
of PHP scripts. To do so APC caches previously compiled bytecode of PHP
code which can be reused in later page requests. The install on
Debian/Ubuntu based Linux distributions (in my case Ubuntu 12.04) is
quite sim ...
最近一直发现VPS内存不够用, 看日志发现是SITEMAP的原因, 有时候也会出现OUT OF MEMORY。
在网上找到解决办法
I can confirm a combination of comment #10 and comment #25 worked for me. My site has about 15k articles and 10k taxonomy terms.
This is what I did -
- Disable and uninstalle XMLSitemap completely - this will clean up the X ...
Linux查看cpu个数
- 博客分类:
- linux
1. 查看物理CPU的个数
#cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l
2. 查看逻辑CPU的个数
#cat /proc/cpuinfo |grep "processor"|wc -l
3. 查看CPU是几核
#cat /proc/cpuinfo |grep "cores"|uniq
4. 查看CPU的主频
#cat /proc/cpuinfo |grep MHz|uniq
mod_pagespeed是APACHE 的一个模块, 用来优化网站加载的速度。 更多细节可以
看一下mod_pagespeed docs 或者Google IO talk (Make the web faster)
安装这个模块很简单, 这里以64位为例子, 更新也可以用这个命令。
启用MySQL的log-slow-queries(慢查询记录)。
在Linux环境下先要找到my.cnf文件(一般在/etc/mysql/),然后可能会发现该文件修改后无法保存,原因是你没有相应的权限,可以从属性中看到该文件的所有者是root,这时要先以root的身份打开它:
sudo nautilus /etc/mysql
接着再打开my.cnf文件然后找到[mysqld]标签在下面加上:
log-slow-queries=/path/slow.log –慢日志保存路径,该文件自己新建 long_query_time=2 ...
ThreadLocal 引起的内存泄露
- 博客分类:
- JAVA
最近在用LOADRUNNER做性能测试,
运行几个小时后,内存一直增加, 最后出现了内存OutMemory问题。
已知的一个BUG:
http://java.net/jira/browse/JAXB-844
JAXB 2.1.15 有问题类Coordinator
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The ...
lucene是一个高性能的全文搜索工具, 使用反向索引结构。 下面将介绍lucene结构与算法.
例子:
有两篇文章:
文章 1 : Tom lives in Guangzhou, I live in Guangzhou too.
文章 2 : He once lived in Shanghai.
1)
既然lucene是使用关键字索引和查询, 我们会采用下面的步骤处理这些关键字
A. 先要逐字识别出文章的字, 英文通常是用空格分割的。中文两个字却是在一起的。
B. 英文文章中的"in, 'once', 'too'没有什 ...
InterfaceAudience
类包含三个注解类型,用来被说明被他们注解的类型的潜在的使用范围(audience)。
@InterfaceAudience.Public:
对所有工程和应用可用
@InterfaceAudience.LimitedPrivate:
仅限于某些特定工程,如Comomn,HDFS等
@InterfaceAudience.Private:
仅限于Hadoop
/*
* Licensed to the Apache Software Foundation (ASF) under one
...
Apt-fast script that combines the power of the axel download manager with the stability of apt-get.Install axel in ubuntu
First you need to install axel in ubuntu using the following comamnd from your terminal
sudo apt-get install axel
Now you need to download apt-fast script from here
.The ...
linux文件内容统计命令
- 博客分类:
- linux
wc命令用来计算一个文件或者指定的多个文件中的行数,单词数和字符数。如:wc filename第一列显示行数,第二列显示单词数,第三列显示字符数。wc 有四个参数可选,分别是l,c,m,wwc -l filename 报告行数wc -c filename 报告字节数wc -m filename 报告字符数wc -w filename 报告单词数