lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

声明:本文来源于网络,用于技术测试,商业行为请购买正版软件!

 

 

 


--houdini_linux_install:

0、成功案例:系统(CentOS-8.2.2004-x86_64-dvd1);houdini(houdini-py3-18.0.442-linux_x86_64_gcc6.3.tar)

1、必要的准备:
---- python:ln   -s   /usr/bin/python3.6     /usr/bin/python
---- 安装必要的库文件:dnf  -y   install     libXScrnSaver    libnsl    mesa-libGLU

2、解压:tar     -xzvf     houdini.tar.gz

3、安装: ./houdini.install

 

 

 


-- houdini_linux_crack:

1、配置houdini的运行环境:source     houdini_setup

2、停止“许可证服务”:/etc/init.d/sesinetd     stop ;sesictrl     -q

3、替换“许可证服务”:cp     xx/sesinetd     /usr/lib/sesi

4、设置“许可证服务”运行权限: chmod      755      /usr/lib/sesi/sesinetd

5、运行“许可证服务”:/etc/init.d/sesinetd      start

6、运行“许可证”:source      houdini_setup; hkey      --no-sandbox

7、获取“主机的服务器名字和服务器代码”: /usr/lib/sesi/sesictrl      -n

8、运行“算号器”(可以用windows算号器替换):chmod      755      Houdini-KG-lnx;     ./Houdini-KG-lnx

 

 

 

-- 参考资料:// install-lnx.txt

 

1. Unzip and unrar to a temp directory


2. Unpack houdini-18*.tar.gz (tar -xzvf)
Run "./houdini.install" (without "") and follow instructions ..

 

 

3.Before Starting Houdini, you must first set up the shell environment.
At a C shell prompt (csh, tcsh, bash), type the following:

 

source houdini_setup
(you run this within the installed dir)
This command initializes the current shell's environment to run
Houdini. You may want to add the above line to your .login file.

 

 

4.Licensing:
Stop license server (/etc/init.d/sesinetd stop or sesictrl -q)
Copy the sesinetd (from Crack dir) matching your version to /usr/lib/sesi/ (overwrite)
Make sure you dont change file access permissions (in other words make sure the binary is executable chmod 755 sesinetd in case)
Restart license server

Launch the License Administrator by typing "hkey".
In the Server Information you will find your Server Name & Server Code

Launch XFORCE Linux keygen (Houdini-KG-lnx or Houdini-KG-lnx-static) or XFORCE Windows Keygen
Enter your Server Name & Server Code
(those can also be obtained this way : /usr/lib/sesi/sesictrl -n)
and generate your license keys ...

 

Go back to the License Administrator
Select File/Manually Enter Keys...
Copy paste the keys you generated 5 by 5 .
Key string #1 should be SERVER your_server_name server_code .....
You can also enter your keys this way : /usr/lib/sesi/sesictrl -I key

 

Install the "other keys to play with" at your own risk, those are mainly
for dev and debug ... so Make sure you installed the License keys first

 

 

5.To start Houdini FX, type "houdinifx".

 


NB: You can build your own sesinetd (for dev,beta,. versions) by passing the sesinetd as command line argument to the Linux Keygen

生成属于自己的破解“sesinetd”: ./Houdini-KG-lnx     sesinetd

 

[root@novice crack_linux_houdini_180442_py3]# ./Houdini-KG-lnx     sesinetd
Patching file sesinetd
Backing up sesinetd to sesinetd.bak
Patched 0 keys
Successfuly patched sesinetd
[root@novice crack_linux_houdini_180442_py3]# ll

 

build your own 'sesinetd': ./Houdini-KG-lnx        sesinetd

 

 

 

 

 

 

 

posted on 2020-11-15 20:48  lnlidawei  阅读(934)  评论(0)    收藏  举报