- 浏览: 177813 次
- 性别:
- 来自: 上海
最新评论
-
sjp524617477:
先顶再看
密钥转换 -
WHW1984:
你这个配置了客户端和服务端是不是双向认证了?
openssl生成证书 -
技术宅男:
GeoIP/GeoIPCityLite这两个都是IP解析么?有 ...
nginx+awstats+geoip详细步骤 -
sunnylocus:
老兄,你是快钱公司的?
heartbeat+drbd
文章列表
进CMOS里面,Chipset
Memory Configuration
Software Memory Hole [Enabled]
- 2009-05-22 20:41
- 浏览 760
- 评论(0)
>> 文件列表<<
fetion linux下主运行程序
fetion.exe win32下主运行程序
sample.conf 演示配置文件
readme.txt 本说明文件
plugins 机器人框架程序
fxdemo.sql 机器人框架数据库(请导入到数据库)
cron.sh 机器人监控程序(LINUX)
robots.dat 机器人账号密码(配合cron.sh)
注:本程序需要 libACE的支持,库请到 http://www.it-adv.net/ 中下载
linux下需要的四个文件:http: ...
- 2009-04-17 18:23
- 浏览 4336
- 评论(0)
This template provides a host template and associated graphs for graphing the output of the memcached stats command on individual memcached installations.
Graphs are provided for Bytes Used with total capacity, Cache Hits and Misses per second, Current Connections, Items Cached, Inbound and Outbound ...
- 2009-04-06 13:04
- 浏览 1109
- 评论(0)
Linux操作系统,没有木马、病毒,一切都是完美的。不过当你需要刷新主板BIOS
以便支持一些新的硬件时,由于硬件厂商通常只提供DOS下的刷新方法,这样就遇见麻烦了
。别惊慌,目前这个问题是非常容易解决的...
步骤一:下载FreeDOS引导软盘映像文件
FreeDOS(
http://www.freedos.org/
),一款DOS兼容操作系统,他不必所有的DOS版本支
持。你所要做的就是有FreeDOS内核和相关引导软盘映像文件。非常幸运的,在FDOS网站
(
http://www.fdos.org/
)有提供相关引导软盘映像文件。 在本文的结尾有该文
件的本地链接。下载 ...
- 2009-04-01 02:28
- 浏览 1694
- 评论(0)
请使用who这个命令来查看当前正在登录的用户
[root@localhost http]# who
root tty1 Apr 9 13:17
http pts/0 Apr 16 15:13 (192.168.8.235)
http pts/1 Apr 16 15:13 (192.168.8.235)
上面的消息告诉我们:tty是指在任何一个虚拟控制台登录则产生一个tty,比如你插上显示器登录主机,就会增加一个tty,那pts是什么呢?pts是每一个远程连接都会产生的
要踢出某个用户以及该用户运行的程序(很野蛮),请采 ...
- 2009-03-13 17:33
- 浏览 1623
- 评论(0)
yum install ffmpeg ffmpeg-devel
If you get package not found, then you will need to add few lines in the yum repository for dag packages installation. Create a file named dag.repo in /etc/yum.repos.d with the following contents on it
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseur ...
- 2009-02-27 16:34
- 浏览 772
- 评论(0)
Redhat 帮助文档[http://kbase.redhat.com/faq/FAQ_80_1540.shtm]
Issue:
How do I set the maximum number of files allowed to be open on a system
Resolution:
The current setting for maximum number of open files can be viewed with the command:
ulimit -n
This number indicates the maximum number of f ...
- 2009-02-05 15:48
- 浏览 1095
- 评论(0)
1、关于tr
通过使用 tr,您可以非常容易地实现 sed 的许多最基本功能。您可以将 tr 看作为 sed 的(极其)简化的变体:它可以用一个字符来替换另一个字符,或者可以完全除去一些字符。您也可以用它来除去重复字符。这就 ...
- 2009-01-17 15:10
- 浏览 1650
- 评论(0)
文主要介绍如何在 Linux 系统上安装高性能的 HTTP 服务器 —— Nginx、并在不改变原有网站结构的条件下用 Nginx 来提升网站的访问速度。
Nginx 简介
Nginx("engine x") 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,它已经在该站点运行超过两年半了。 Igor 将源代码以类BSD 许可证的形式发布。尽管还是测试版,但是,Nginx 已经因为它的稳定性、丰富的功能集、示例配置文件和低系统资源 ...
- 2009-01-14 00:38
- 浏览 1032
- 评论(0)
curl -I yourdomain.com 能看到什么? Server: Apache xxx PHP xxx XXX xxx ,明码实价,一字排开。这是干嘛,卖菜呢?
我们不妨看看 curl -I www.google.com 结果如何:
HTTP/1.1 302 Found
Cache-Control: private
Location: http://sorry.google.com/sorry/?continue=http://www.google.com/
Date: Mon, 12 Jan 2009 06:57:41 GMT
Content-Type: text/html; c ...
- 2009-01-13 22:52
- 浏览 1194
- 评论(0)
方法1: 用SET PASSWORD命令
mysql -u root
mysql> SET PASSWORD FOR ‘root’@'localhost’ = PASSWORD(’newpass’);
方法2:用mysqladmin
mysqladmin -u root password “newpass”
如果root已经设置过密码,采用如下方法
mysqladmin -u root password oldpass “newpass”
方法3: 用UPDATE直接编辑user表
mysql -u root
mysql> use mysql;
m ...
- 2008-12-23 19:11
- 浏览 1452
- 评论(0)
目录:
一. Nginx基础知识
二. Nginx安装配置
三. Nginx Rewrite
四. Nginx Redirect
五. Nginx 目录自动加斜线
六. Nginx 防盗链
七. Nginx expires
八. Nginx 访问控制
九. Nginx Location
十. Nginx 日志处理
十一. Nginx Cache服务配置
十二. Nginx 负载均衡
十三. ...
- 2008-12-18 14:52
- 浏览 17431
- 评论(0)
强制踢人命令格式:pkill -kill -t tty
解释:
pkill -kill -t 踢人命令
tty 所踢用户的TTY
- 2008-12-16 03:14
- 浏览 1052
- 评论(0)
我的配置如下:
<IfModule mpm_worker_module>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
ServerLimit没写就是16,它决定系统最多启动几个httpd进程。
ThreadLimit 没写默认是64 ...
- 2008-12-16 02:59
- 浏览 1203
- 评论(0)
同样的环境,大小差不了几个字节的页面,
Nginx的worker_connections 1024;
Apache的MaxClients 150,worker模式;
照理说压Nginx如果用1024个并发压效果是最好的,同样压apache并发150的话效果也是最好的。
Nginx的测试结果:
Java代码
[root@localhost nginx-0.7.19]# ab -t 60 -c 1024 http://192.168.1.101:8080/
This is ApacheBench, Version 2.0.40-dev < ...
- 2008-12-16 02:58
- 浏览 2023
- 评论(0)