Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4081
  • 博文数量: 4
  • 博客积分: 111
  • 博客等级: 入伍新兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-19 10:31
文章分类

全部博文(4)

文章存档

2012年(1)

2011年(3)

我的朋友
最近访客

分类: LINUX

2011-09-26 08:50:49

1、PDF 文件乱码 : 
  1. sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional poppler-data
2、如何设置动态域名: 
  1. w3m -no-cookie -dump ''
3、清理内存

点击(此处)折叠或打开

  1. Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.

  2. To free pagecache:

  3. echo 1 > /proc/sys/vm/drop_caches
  4. To free dentries and inodes:

  5. echo 2 > /proc/sys/vm/drop_caches
  6. To free pagecache, dentries and inodes:

  7. echo 3 > /proc/sys/vm/drop_caches
  8. As this is a non-destructive operation, and dirty objects are not freeable, the user should run "sync" first in order to make sure all cached objects are freed.

  9. This tunable was added in 2.6.16.

阅读(168) | 评论(0) | 转发(0) |
0

上一篇:MySQL 修改口令

下一篇:性能分析工具汇总

给主人留下些什么吧!~~