客户端是XP系统下用Putty
SSH登陆,总是显示交互式键盘,就是不让登陆
QUOTE:
login as: ericzhao
Using keyboard-interactive authentication.
Password:
Access denied
Using keyboard-interactive authentication.
Password:
Access denied
Using keyboard-interactive authentication.
Password:
Access denied
Using keyboard-interactive authentication.
Password:
Access denied
Using keyboard-interactive authentication.
Password:
Access denied
Using keyboard-interactive authentication.
Password:
sshd_config 采用默认设置。
解决办法如下:
默认的情况下 /etc/ssh/sshd_config 是一个 全部注释得文件 去掉注释 PermitRootLogin yes 就可以 用 root 登陆了:)
如果有需要可以通过/etc/init.d/sshd重起sshd程序!
Pass
1. give 给, Pass somebody something
2. 超过 I am running as fast as I could , but that guy pass me.
3. 成功做成什么事情, succeed in doing sth. I am free, I pass the final exams finally.
Sharp
1. That is a sharp presentation.(穿着精神)
2. 聪明的,睿智的
eat Chinese(吃中国菜)
Do you want eat Italian or Japnese.(你想吃意大利菜还是日式菜)
I like to eat Indian.(我想吃印度菜)
screen adaptabtion ( 改编)qqq1
take your pick (随你挑)
We have enough money to buy any DVD player this store has so take your pick.
That was bad line. (我说错话了)
Red is such a ladies man. (非常有女人缘)
She isn't totally buying it.(不买账)
She told me she loved me but i don't buy it.
insult = put somebody down (侮辱)
CPU体系结构
|
别名
|
研发厂商
|
EM64T (Extended Memory 64 bit Technology)
|
IA32e
|
Intel
|
AMD64
|
x64, x86-64
|
AMD
|
Itanium / Itanium2 / IPF (Itanium Processor Family)
|
IA64 (Intel Architecture 64)
|
Intel
|
SPARC (Scalable Processor ARChitecture) / UltraSPARC (RISC)
|
|
Sun Microsystems
|
Alpha (RISC)
|
|
DEC (Digital Equipment Corporation, 后来被Compaq并购,后来Compaq又被HP并购)
|
PowerPC(RISC)
|
|
Motorola, IBM, Apple Computer
|
PA-RISC(Parallel/Precision Architecture Reduced Instruction Set Computer)(RISC)
|
|
HP (Hewlett-Packard)
|
注:前3个较新,后4个已经很有些历史了。另外,上面有些CPU体系结构并不全是64位的,比如说过去也有过32位的SPARC和PowerPC计算机。
其中,EM64T和AMD64是32位操作系统和64位操作系统相互兼容的。IA64和32位操作系统不能兼容。
传统的32位架构的机器,intel的称为X86,AMD的称为AMDX86。