|
|
Tom Zheng
| 12/15/2007
如何理解Squid refresh_pattern
|
| refresh_pattern的作用: 用于确定一个页面进入cache后,它在cache中停留的时间。 语法: refresh_pattern [-i] regexp min ... |
|
|
|
Tom Zheng
| 12/12/2007
lighttpd的performance文档
|
| ========================Performance Improvements========================------------Module: core----... |
|
|
|
Tom Zheng
| 08/06/2007
Solaris 10 上的性能调优的一些总结
|
| 做性能调优首先需要了解系统的现象,一个应用如果出现性能问题,大部分应用都会在操作系统层面表现出问题,比如CPU使用过度, 程序中锁使用过于频繁, 内存泄露等等, 这些都可用Solaris的基本命令看出... |
|
|
|
Tom Zheng
| 05/17/2007
SCP用法
|
| Common SCP Usage
To upload a file from the current directory to your AFS Home Directory:
scp fi... |
|
|
|
Tom Zheng
| 05/02/2007
ssh自动登陆方法汇总
|
| SSH - How to arrange to log in without typing a password If you want to automate an unattended proc... |
|
|
|
Tom Zheng
| 03/14/2007
Ubuntu Linux下安装Java和Eclipse
|
| Ubuntu 在安装时,如同大部分 Linux 发行版一样,都会同时安装 GNU 版本的 Java。这个 Java 的实用程度太低,尤其对于开发人员来说,是没有太多用处的。在 Ubuntu 下,安装 ... |
|
|
|
Tom Zheng
| 03/07/2007
使用chattr提高ext2文件系统的安全性
|
| 使用chattr提高ext2文件系统的安全性 简介 1.什么是ext2的属性(attribute) 2.使用什么命令设置和显示ext2文件系统的属性 3.ext2属性和文件权限的区别 4.我们应该使... |
|
|
|
Tom Zheng
| 12/18/2006
ssh客户端autologin的方法
|
| 默认情况下ssh客户端每次登陆服务器都需要用户输入口令,所以无法实现自动登陆。
如果想要实现自动登陆,可以把客户端机器的公钥加入服务端。
1, 在客户端上执行ssh-keygen -t rsa
... |
|
|
|
Tom Zheng
| completed | 12/17/2006 | 6 comments
迁移忙吧服务器到双线机房
|
| 再一次被IDC(中国e动网)忽悠。。。
服务质量和水准可见一斑。。。。
... |
|
|
|
Tom Zheng
| 12/10/2006
VIM Tips(转载)
|
| __BEGIN__... |
|
|
|
Tom Zheng
| 11/17/2006
Manually fixing broken portage installations
|
| Manually fixing broken portage installations
Manually fixing portage
Purpose
This section will te... |
|
|
|
Tom Zheng
| 11/14/2006
A Comparison of Free SSH and SCP Programs for Windows 9x, NT, ME, 2000 and XP
|
| Introduction If you want to access remote servers securely from Windows 9x, NT, ME, 2000 or XP and ... |
|
|
|
Tom Zheng
| 11/08/2006
Baidu的两道Shell脚本面试题
|
| 1, 打印1-99的奇数到文件
我的做法: seq>newfile 1 2 99
2, 将当前目录下以数字开头的文件打包
一时没想到... |
|
|
|
Tom Zheng
| 10/20/2006
What to tune in MySQL Server after installation
|
|
My favorite question during Interview for people to work as MySQL DBAs or be involved with MySQL P... |
|
|
|
Tom Zheng
| 10/19/2006
邀请大家试用一下忙吧的API功能。:)
|
| 各位忙友,在大家欢度国庆中秋的时候,忙吧悄悄的丰富了自己的API功能。忙吧目前提供的API功能包括,1,在个人主页/blog上显示"自己在忙什么". 这个功能有助于别人了... |
|
|
|
Tom Zheng
| 10/08/2006
浅谈Sun Solaris启动 (笔记收藏)
|
| Unix系统具有很长的、不断发展变化的历史,从20世纪70年代初AT&T创造了Unix开始,S... |
|
|
|
Tom Zheng
| 10/08/2006
加大Solaris的SWAP分区和/tmp目录的大小
|
| Solaris系统中默认是把/tmp目录挂在内存中,这样可以让程序运行的更快。如果觉得/tmp目录不够大。可以修改/etc/vfstab文件,将tmp一行修改成swap &nbs... |
|
|
|
Tom Zheng
| 09/15/2006
How to get, install, configure and use the Windows SSH client (转)
|
| Secure SHell (SSH)
The SSH Secure Shell (SSH client) is a program that allows secure network serv... |
|
|
|
Tom Zheng
| 09/15/2006
Solaris系统下每分钟翻转执行命令的方法
|
| 在/usr/spool/crontab/username 文件中加入"0-59 * * * * command" 一行。
保存然后svcadm restart system/... |
|