ubuntu openvpn安装配置-证书方式V1.1

五月 31st, 2010 | 2 Comments | Posted in VPN | 阅读次数: 769 次

Author:gaojinbo Time:2010-5-31 ubuntu openvpn安装配置-证书方式 1.环境 ubuntu 9.10    amd64 openvpn 2.[......]

Read more

Tags:

linux内核开发人员集体照

五月 28th, 2010 | 5 Comments | Posted in Debian | 阅读次数: 304 次

用了这么多年linux,对他们的无私贡献感到无比的感激!   image 以上图片来自: http://anotherbug.blog.chinajavaworld.com/servlet/AttachmentServlet/do[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具6

五月 27th, 2010 | 5 Comments | Posted in Debian | 阅读次数: 397 次

strace – 系统调用 追踪系统调用和型号,这对于调试Web服务器和其他服务器非常有用。了解怎样追踪进程和他功能。   /proc文件系统 – 各种内核信息 /proc目录下文件提供了[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具5

五月 27th, 2010 | 1 Comment | Posted in Debian | 阅读次数: 223 次

netstat和ss – 网络相关信息 netstat可以显示网络链接、路由表信息、接口统计信息、伪装链接和多播成员(multicast memberships),ss命令用来显示网络套接字信息,它允许显示类似netstat一样的信息。关[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具4

五月 25th, 2010 | 4 Comments | Posted in Debian | 阅读次数: 183 次

mpstat – 多处理器使用率 mpstat命令可以显示所有可用处理器的使用情况,处理器编号从0开始。mpstat -P ALL显示每个处理器的平均使用率。 # mpstat -P ALL   输出样例: Linux[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具3

五月 25th, 2010 | 6 Comments | Posted in Debian | 阅读次数: 283 次

free – 内存使用情况 free命令显示系统中空闲的、已用的物理内存及swap内存,及被内核使用的buffer。 # free   输出样例: total used free shared buffers cached[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具2

五月 25th, 2010 | 4 Comments | Posted in Debian | 阅读次数: 204 次

w – 显示谁已登录,他们正在做什么? w命令显示系统当前用户及其运行进程的信息。 # w username # w vivek 输出样例: 17:58:47 up 5 days, 20:28, 2 users, load aver[......]

Read more

Tags:

管理员必备的20个Linux系统监控工具1

五月 23rd, 2010 | 4 Comments | Posted in Centos | 阅读次数: 933 次

需要监控Linux服务器系统性能吗?尝试下面这些系统内置或附件的工具吧。大多数Linux发行版本都装备了大量的监控工具。这些工具提供了能用作取得相关信息和系统活动的量度指标。你能使用这些工具发现造成性能问题可能原因。此次讨论到的工具只是分析[......]

Read more

Tags:

Ubuntu不得不分享的24条使用经验

五月 23rd, 2010 | 5 Comments | Posted in Ubuntu | 阅读次数: 1,207 次

我对linux的使用是从Ubuntu7.10开始,那时候我对windows也很不熟。既然学习编程,恰好是LAMP,我想,反正都不熟,学个人少的。这期间一直从8.04,8.10,9.04,9.10到最近的Ubuntu 10.04。 [......]

Read more

Tags:

解决linux下vi vim乱码问题

五月 20th, 2010 | 1 Comment | Posted in Shell | 阅读次数: 1,552 次

Author:gaojinbo Time:2010-5-20 很多时候需要在linux直接用vi或vim对文件进行编辑,然而好多文件又是gbk编码或windows上复制过去的,常常会出现乱码,严重影响正常工作。  [......]

Read more

Tags: