惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

博客园 - 北极燕鸥

探析使用国密算法进行个人信息保护 web通过ActiveX打印 iBatis.Net(C#)系列Demo源码 [原]iBatis.Net(C#)系列三:数据库查询 [原]iBatis.Net(C#)系列二:SQL数据映射 [原]iBatis.Net(C#)系列一:简介及运行环境 使用X.509数字证书加密解密实务(三)-- 使用RSA证书结合对称加密技术加密长数据(转) 使用X.509数字证书加密解密实务(二)-- 使用RSA证书加密敏感数据(转) 使用X.509数字证书加密解密实务(一)-- 证书的获得和管理 (转) moto 工作用脚本 DB2的数据字典 DB2批量清空数据表 ARC GIS 打开cad文件的几种方法 c# 连接MySQL中文乱码问题的解决方法 url 编码问题 DB2 export和import RedHat Enterprise Linux 基本网络配置 AIX :卷组、逻辑卷、物理卷的操作命令
Xmanager连接AIX 5L
北极燕鸥 · 2009-09-05 · via 博客园 - 北极燕鸥

1. 用 smitty tcpip正确设置IP地址(HOST NAME, ip, network mark, name server, domain server, gateway)

2. 修改/etc/hosts

3. 改变主机IP地址解析顺序:在/etc/netsvc.conf中增加一行:hosts=local,bind,nis

4. 确认启动CDE: # ps -ef | grep dtlogin

5. 检查177端口: # netstat -an | grep 177

6. 自动启动CDE: # /usr/dt/bin/dtconfig -e

7. 重启系统

8. 用Xmanager连接AIX的ssh端口,出现错误the x11 forwarding request was rejected

9. 进入#/usr/local/etc/sshd_config,找到#X11Forwarding no改成X11Forwarding yes就可以了

10. 在连就可以进入AIX的CDE界面