SystemTap脚本主要是由探测点和探测点处理函数组成的,来看下都有哪些探测点可用。
The essential idea behind a systemtap script is to name events, and to give them handlers.
Systemtap works by translating the script to C, running the system C compiler to create a kernel module from that.
When t...
分类:
其他好文 时间:
2014-06-07 01:59:08
阅读次数:
369
如果你使用的是 Fedora,
Red Hat, CentOS, 或者 Scientific Linux 系统,使用下面的命令安装GNU的C/C++开发包和编译器。
# yum groupinstall 'Development Tools'
如果你使用的是Debian
或者 UbuntuLinux系统,你可以使用下面的这个命令来安装C/C++编译器。
#sudo ...
分类:
编程语言 时间:
2014-06-07 01:56:20
阅读次数:
302
HTMLParser, a simple lib as html/xhtml parser
官方解释:
This module defines a class
HTMLParser which serves as the basis for parsing text files formatted in HTML (HyperText...
分类:
编程语言 时间:
2014-06-05 11:02:37
阅读次数:
354
apache 下配置gzip 和静态文件缓存...
分类:
其他好文 时间:
2014-06-05 10:12:05
阅读次数:
209
全BADI一览
List of BAPI's
BAPI WG
Component
Function module name
Description
Description
Obj. Type
Object name
Method n...
分类:
Windows程序 时间:
2014-06-05 09:26:37
阅读次数:
3265
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:
系统相关 时间:
2014-06-05 08:36:26
阅读次数:
450
After modifying system headers, please delete the module cache at '/Users/XXX/Library/Developer/Xcode/DerivedData/XXXX/2ZMDAUJMMHSDC'
解决办法:前往 '/Users/XXX/Library/Developer/Xcode/DerivedData/XXX/2ZM...
分类:
移动开发 时间:
2014-06-03 01:27:06
阅读次数:
284
yum-yinstallsamba/etc/init.d/smbstart(servicesmbstart)chkconfig--level35smbontestparm/etc/samba/smb.conf#检测配置文件配置文件:/etc/samba/smb.confStandaloneServerOptions密码设置:smbpasswd-a用户createmodedirectorymode
分类:
系统相关 时间:
2014-06-01 16:30:35
阅读次数:
293
yum命令升级的时候,报出这个错误。There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides t...
分类:
编程语言 时间:
2014-05-31 17:42:52
阅读次数:
453
这里仅记录了下自己在初次使用git来管理项目的时候遇到的一些注意事项,记录下来备忘以下,以免下次又在这里花太多时间.1. centos下面已经支持yum
install git.来安装。2. 安装完后,找个地方git clone代码下来(本人代码在github上面,其他方式不做多说)3. 采用htt...
分类:
其他好文 时间:
2014-05-30 23:36:48
阅读次数:
296