版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息
0. 发行版本准备:Ubuntu 9.10
1. 安装源更新:
$ sudo apt-get update
2. 从源上安装pptpd
$ sudo apt-get install pptpd
3. 编辑/etc/pptp[......]
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息
1.申请IPv6反向代理
Hurricane Electric Free IPv6 Tunnel Broker:http://tunnelbroker.net
Hurricane Electric是全球领先的原生IPv6互[......]
一、中文帮助手册页
Vim7.2中文手册页下载:官方地址 我的Dropbox存档
内有详细的使用帮助和说明,默认vim会自动根据系统的当前locale选择显示语言。
如果要强制使用英文手册页,可以:set helplang=en,或切换中文手册页:set helplang=cn
二、启用拼写检查
:set spell或者:setlocal spell spelllang=en_us
它打开 ’spell’ 选项并指定检查美国英语。
注意:Vim只检查单词的拼写,不做语法检查。
[......]
ubuntu已经9.10了,我懒得升了,还是9.04,感觉用得还是很顺手的。
1、预备工具 bootchart
$ sudo apt-get install bootchart
2、使用bootchart
安装完后重启系统,即会在/var/log/bootchart目录下生成系统启动过程的时序图我本本的启动时序图见本文最后。
3、禁用bootchart
注意:默认情况下,每次系统启动时bootchartd都会执行,并生成这样一个启动时序图。
禁止自动执行bootchartd的方法很简单,如下:
$ cd /etc/init.d
$ sudo update-rc.d -f stop-bootchart remove
Removing any system startup links for /etc/init.d/stop-bootchart …
/etc/rc2.d/S99stop-bootchart
/etc/rc3.d/S99stop-bootchart
/etc/rc4.d/S99stop-bootchart
/etc/rc5.d/S99stop-bootchart
4、启用bootchart
$ cd /etc/init.d
$ sudo update-rc.d stop-bootchart start 99 2 3 4 5 .
Adding system startup for /etc/init.d/stop-bootchart …
/etc/rc2.d/S99stop-bootchart -> ../init.d/stop-bootchart
/etc/rc3.d/S99stop-bootchart -> ../init.d/stop-bootchart
/etc/rc4.d/S99stop-bootchart -> ../init.d/stop-bootchart
/etc/rc5.d/S99stop-bootchart -> ../init.d/stop-bootchart
[......]
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息
微软在最近的CanSec West 发布了一个开源的WinDBG 插件 !exploitable Crash Analyzer (MSEC.dll),该插件主要用于分析程序崩溃和引起崩溃的程序bug是否可以被漏洞利用之间存[......]
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息
原创文章,转载请注明: 转载自猪在笑 [ http://www.huangwei.me/blog/ ]本文链接地址: http://www.huangwei.m[......]