- download THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE

- unzip and untar to /home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE

- setup

su

#/home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE/Nuke7.0v6-linux-x86-release-64-installer

- crack. Follow the instrcution for cracking: /home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE/Crack/install-lnx.txt, here is the step on my machine:

- Install FLT

su

/home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE/FLT7.0v2/FLT_7.0v2_linux-x86-release-64RH/install.sh

- Stop Foundry License Server

/usr/local/foundry/LicensingTools7.0/FoundryLicenseUtility -s stop -t RLM

- Copy the cracked rlm.foundry over the original one (/usr/local/foundry/LicensingTools7.0/bin/RLM/rlm.foundry"

cp /home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE/Crack/FLT_7.0v2_linux-x86-release-64RH/rlm.foundry /usr/local/foundry/LicensingTools7.0/bin/RLM/

If it complain rlm.foundry is busy, you should kill rlm.foundry process in SystemMoniter first, then execute the above command again.

- find /home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE/Crack/xf_foundry.lic,

Replacing HOST_NAME MAC_ADDRESS PORT in xf_foundry.lic.You can get those informations using rlmutil (./rlmutil rlmhostid host and ./rlmutil rlmhostid)
e.g.
/usr/local/foundry/LicensingTools7.0/bin/RLM/rlmutil rlmhostid host
/usr/local/foundry/LicensingTools7.0/bin/RLM/rlmutil rlmhostid

- copy the xf_foundry.lic to /usr/local/foundry/RLM

cp /home/user0/tools/foundry/nuke/THE_FOUNDRY_NUKEX_V7.0V6_LNX64-XFORCE/Crack/xf_foundry.lic /usr/local/foundry/RLM

- start Applications>Graphics>NukeX 7.0v6

NOTE:

Nuke can't start after I switch my network connection to another WIFI(I have different IP with each WIFI). But  Houdini doesn't has this problem.

I can't come out even I add a line to /etc/hosts, and reboot my system:

<new IP with another WIFI> myserver

So I have to stick to the network which is used for cracking Nuke.

Install NukeX v7.0v6 in CentOS 7的更多相关文章

  1. Install Erlang and Elixir in CentOS 7

    In this tutorial, we will be discussing about how to install Erlang and Elixir in CentOS 7 minimal s ...

  2. Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin

    Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin  1 year ago -  by Daniel -  howto centos v ...

  3. Install Maya 2015 x64 in CentOS 7

    Thanks for Must(QQ ID)'s big help for installing Maya in CentOS7. This is my steps for installing ma ...

  4. How to install Wordpress 4.0 on CentOS 7.0

    This document describes how to install and configure Wordpress 4.0 on CentOS 7.0. WordPress started ...

  5. How to install GSL on linux(ubuntu,centos,redhat)

    Test: ftp://ftp.gnu.org/gnu/gsl/gsl-1.15.tar.gz  success. ftp://ftp.gnu.org/gnu/gsl/gsl-1.13.0.tar.g ...

  6. How To install FFMPEG, FLVTOOL2, MP4Box on CentOS server 2015 easy method

    for i386:wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpmrpm ...

  7. Install TightVNC Server in RHEL/CentOS and Fedora to Access Remote Desktops

    Virtual Networking Computing (VNC) is a Kind of remote sharing system that makes it possible to take ...

  8. How to install Redis 3.2 on CentOS 6 and 7

    What is Redis? Redis is a flexible open-source, key value data store, used as a database, cache and ...

  9. [转载]How To Install Nginx And PHP-FPM On CentOS 6 Via Yum

    http://www.lifelinux.com/how-to-install-nginx-and-php-fpm-on-centos-6-via-yum/ http://blog.csdn.net/ ...

随机推荐

  1. 修改SharePoint 2013中item Created by 信息

    因为公司的系统有点小bug.额,要做点坏事,把系统没记上的东西偷偷补上去,但是item的created by变成了我(这怎么行,不能让别人知道我做了坏事,一定是隔壁小李干的! 懒得开visual st ...

  2. 设置ubuntu 下git 的用户名和邮箱

    设置ubuntu 下git 的用户名和邮箱 摘自  慢慢修远路,上下求索心http://yanshaozhi.iteye.com/blog/386752 虽然我没看怎么明白 但我用第一总方法就设置好了 ...

  3. re模块详解

    #!/usr/bin/env python #-*- coding:UTF-8 -*- ##################################################### # ...

  4. Node.js高效按行输出文件内容

    const fs = require('fs'); const EventEmitter = require('events'); const util = require('util'); cons ...

  5. safari 日期对象新建new Date( timeStr ) 参数TimeStr格式

    这是一个浏览器兼容的问题,在此总结一下,别老在这掉坑. 先坐下测试 var timeStrArray = [ '2016-10-04', '2016.10.04', '2016/10/04', '10 ...

  6. 最新WingIDE注册破解方法 【转】

    WingIDE是Python程序语言设计的集成开发环境,具有语法标签高亮显示,命令自动完成和函数跳转列表等非常强大的功能.本文主要介绍WingIDE 5安装及注册破解方法. 注:本教程在python ...

  7. try,catch,finally与return

    package com.zl.test; // try catch finally 内有returnpublic class Demo { public static void main(String ...

  8. 苹果Xcode 证书生成、设置、应用完整图文教程

    Xcode 证书生成.设置.应用,与大家分享. 为了能够在iPhone或iPod Touch上运行iPhone应用程序,必须使用有效的数字证书签名.这个证书用于将您的开发者身份与在注册期间所提供的已确 ...

  9. WebLogic 12c控制台上传获取webshell

    WebLogic 默认端口7001,一般可以通过这样来访问 http://10.9.1.1:7001/console 控制台 通过弱口令weblogic/weblogic登录控制台,下一步获取如何上传 ...

  10. java内存分配--引用

    栈内存  对象地址 堆内存  存放属性 public class TestDemo{ public static void main(String args[]){ Person perA =new ...