摘要:
这是MIT(Massachusetts Institute of Technology)为了帮助人们理解Kerberos的原理而写的一篇对话集。里面有两个虚构的人物:Athena和Euripides,通过Athena不断的构思和Euripides不断的寻找其中的漏洞,使大家明白了Kerberos协议的原理。 Athena: 雅典娜,智慧与技艺的女神。 Euripides:欧里庇得斯, 希腊... 阅读全文
摘要:
原始人类的自然语言并不能完全表述生活中遇到的一切,满足社会生活方方面面的需求,于是文字经过漫长的演化进入语言系统.从此人类世界开始了质的变化,文明的火焰愈烧愈旺.文字的出现让人类可以返观自己族群的历史,文字本身的历史.文字构建的形式世界现代数学的符号系统也是经历了一代又一代人的努力才有了今天的魔力.但是当我们开始学习代数时依旧是使用"自然语言".课本中虽然有无数的符号,但普通文字还是占了绝大多数,... 阅读全文
摘要:
c:\>ntsd -c q -p PID 只有System、SMSS.EXE和CSRSS.EXE不能杀。前两个是纯内核态的,最后那个是Win32子系统,ntsd本身需要它。ntsd从 2000开始就是系统自带的用户态调试工具。被调试器附着(attach)的进程会随调试器一起退出,所以可以用来在命令行下终止进程。使用ntsd自动就获得了debug权限,从而能杀掉大部分的进程。ntsd会新开一个调试... 阅读全文
摘要:
"很多人都有过这种感觉,刚刚睡着或是一觉醒来的时候,就会感觉自己的意识非常清醒,可是身体却不由自己的使唤,想起起不来,浑身像被什么东西裹住似的,想说话又说不出来,眼睛怎么都睁不开,有的时候可能还会胸闷。不论自己怎么挣扎,怎么用力想让自己身体动起来都无济于事。" 其实心理学研究者已经发现普通人在睡觉时一些运动机能要受到抑制,否者做梦时就会引发身体相应的运动.而梦游可能就与运动机能在睡觉... 阅读全文
摘要:
Config Command:hostname xxxxxxip domain-name xxxx.comcrypto key generate rsaip ssh timeoutip ssh authentication-retrieshow ip sshA sample:version 12.4no service padservice timestamps debug datetime ms... 阅读全文
摘要:
#apt-get install openssl#apt-get install openssl-dev#wget http://www.xorp.org/releases/1.2/xorp-1.2.tar.gz#tar zxvf xorp-1.2.tar.gz#cd xorp-1.2#./configure (If any error is reported ,please amend ... 阅读全文
摘要:
Building configuration... Current configuration:!! Last configuration change at 12:38:24 PRC Tue Mar 14 2006!version 12.1no service padservice timestamps debug uptimeservice timestamps log uptimeno se... 阅读全文
摘要:
#apt-get install sambadebconfworkgroup....(runnig ad as daemons) # touch /etc/samba/smbpasswd#vim /etc/samba/smb.conf# smbpasswd -a test New SMB password: Retype new SMB password:# /etc/init.d/samba... 阅读全文
摘要:
/etc/rc.d/sshd forcestart|forcestop# cat /etc/ssh/sshd_config# $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $# $FreeBSD: src/crypto/openssh/sshd_config,v 1.42.2.1 2005/09/11... 阅读全文
摘要:
Dynamips Configuration Generator(current version just for the simulator ver 0.2.4) http://dyna-gen.sourceforge.net/ Usage@Debian:wget http://jaist.dl.sourceforge.net/sourceforge/dyna-gen/dynagen-0.2.t... 阅读全文