Archive for category 网站架构

[转载]Kerberos的原理

有哪位知道是谁翻译的这份对话,请告诉我出处和作者,感谢。
最近要用到kerberos实现双向验证,这是MIT(Massachusetts Institute of Technology)为了帮助人们理解Kerberos的原理而写的一篇对话集。里面有两个虚构的人物:Athena和Euripides,通过 Athena不断的构思和Euripides不断的寻找其中的漏洞,使大家明白了Kerberos协议的原理。
Athena: 雅典娜,智慧与技艺的女神。
Euripides:欧里庇得斯, 希腊的悲剧诗人。
Read the rest of this entry »

No Comments

Linux 小技巧

本文的小技巧来自LinuxTone,作者:linuxtone,原文地址http://bbs.linuxtone.org/thread-1775-1-1.html

1.按内存从大到小排列进程:

  1. ps -eo "%C : %p : %z : %a"|sort -k5 -nr

Read the rest of this entry »

,

1 Comment

[转载]mysql集群配置

本文是从PHPChina上看到的,不过没看到注明出处,自己GOOGLE到了,来源:顾秦博客,原文地址:http://www.mygooo.cn/

本篇文档旨在介绍如何安装配置基于2台服务器的MySQL集群。并且实现任意一台服务器出现问题或宕机时MySQL依然能够继续运行。
Read the rest of this entry »

No Comments

[转载]著名网站架构设计

本文转自好友陈臻的博客,原文:http://www.54chen.com/c/154
Read the rest of this entry »

No Comments