工具 / Xmanager Power Suite学习

Xmanager Power Suite是一款全功能的解决方案,其中包括Xmanager,Xshell,Xftp和Xlpd。 Xmanager运行X窗口应用程序,Xshell使用安全终端管理远程Unix / Linux服务器。Xftp安全地在系统之间传输文件,Xlpd在其他系统上运行远程文档的本地打印。——摘自XManger中文官网


什么是X?
装XShell主要是远程操作Linux桌面,加上XShell介绍里提到X11R7 PC X Server,很容易想到X和Linux的桌面和网络有关。
X(X Window System)是一套类Unix系统中的远程GUI解决方案,X11是通信协议版本,CentOS 7用的是Xorg实现维护的版本X11R7。
X是C-S(不是C/S)架构:一个X Server本机与多个X Client通信,Server接收request(Client请求)绘制图形(Window)响应用户输入(鼠标, 键盘等)。Terminal是Server,它为application(app, 应用)提供显示和I/O服务,使用服务的app是Client。X的运行跨平台跨网络,Client和Server是平级的,可以在同一台机器上也可以在不同的机器上。Client处理Server的数据再回传给Server。
Sever定义了X协议和图形元素(WIMP),但是没有UI设计排版,由Gnome等Destop(桌面)提供界面外观和登录环境。下图为软件架构。

Image.png

安装破解

Step 1. Get and Install XManager Power Suite

digital signature "NetSarang Computer, Inc."Xmanager6/Xshell6/Xftp6/Xlpd6/Xfile.

Here I use NetSarang_AIO_8in1_Keygen_v1.6_DFoX.exe(Keygen) to generate unique serial number when installing XmanagerPowerSuite-6.0.0023r.exe (r means retail) only for learning or trial purpose.

Right click on the .exe and check whether digital signature is "NetSarang Computer, Inc.".

I found a free Cracker from this thread posted by DeltaFox. It took me some time to dig where I can click and download the file because I cannot Italian. According to UI texts and several English reviews below, an account and initial 3 posts are neccessary to get the file. Click on "View File" button and it will navigate to a mega link.

Tip (Italian->English):

  • Ottieni Supporto -> Get Support
  • Scarica Questo File -> Download this file
  • Inserito -> Submitted
  • Aggiornato -> Updated

Step

  1. Uninstall all previous version of Xmanager...
  2. Run Keygen and Click on Fix Host + Register Button
  3. Install XmanagerPowerSuite-6.0.xxxxr.exe whit Serial Generated
  4. Fin...

Manually Fix Host + Registry if any problem
Append the following several lines to your machine's host.

# NetSarang
127.0.0.1 transact.netsarang.com
127.0.0.1 update.netsarang.com
127.0.0.1 www.netsarang.com
127.0.0.1 www.netsarang.co.kr
127.0.0.1 sales.netsarang.com
127.0.0.1 activate.netsarang.com
127.0.0.1 up.netsarang.com

Use app like Fiddler 4 if shell call another link to license verification.

Backup your Registry and then do it by running REG DELETE HKEY_CURRENT_USER\Software\NetSarang /f

Step 3. 会话管理
Shell(壳层)在计算机科学中指访问OS(操作系统)内核(Kernel)服务的UI,Shell在OS内核的最外层,分为两类:CLI和GUI。
引申为特定组件的外围软件,例如浏览器或电子邮件软件是HTML排版引擎的Shell。——摘自维基百科

XShell可通过SSH(Secure Shell > Telnet)通信协议连接Linux/Unix远程桌面。而Xftp作为轻量级的SFFT/FTP客户端能简化X和Windows间的文件传输。另外,XShell窗口复制粘贴很方便。

确保要连接的主机支持OpenSSH服务。

默认会话保存位置C:\Users\Administrator\Documents\NetSarang

你可能感兴趣的:(工具 / Xmanager Power Suite学习)