Install NukeX v7.0v6 in CentOS 7
- 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的更多相关文章
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- [转载]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/ ...
随机推荐
- 字符串反转C#的实现
字符串反转是面试过程中出现频率较高的算法题,今天一个牛同事让我用C#帮他实现这个算法,前提当然是不能使用类库. 例如: how are you 的反转结果为 you are how. 算法1: 是我当 ...
- div中显示页面
在css中显示页面,在页面布局中很多时候都要在一个div 里显示某些页面.在这里写下我用到的一种方式. <script type="text/javascript"> ...
- linux sed的使用
sed是一个很好的文件处理工具,本身是一个管道命令,主要是以行为单位进行处理, 可以将数据行进行替换.删除.新增.选取等特定工作. sed本质上是一个编辑器,但是它是非交互式的,这点与VIM不同:同时 ...
- [转] LBYL与EAFP两种防御性编程风格
检查数据可以让程序更健壮,用术语来说就是防御性编程.检查数据的时候,有这样的两种不同的风格.LBYL:Look Before You Leap EAFP:Easier to Ask Forgiven ...
- 特殊字符转义&时间格式化&获取URL参数
/*特殊字符转义*/ function htmlspecialchars (str) { var str = str.toString().replace(/&/g, "&& ...
- HDU 1285 确定比赛排名 (数组实现 )
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1285 确定比赛名次 Time Limit: 2000/1000 MS (Java/Others) ...
- tabelView右滑选择进行删除
如何使用UITableViewRowAction实现右滑选择呢? 1.在iOS8以前,我们实现tableview中滑动显示删除,置顶,更多等等的按钮时,都需要自己去实现,在iOS8中系统已经写好了,只 ...
- Swift处理堆栈问题——给定两组序列,其中一个序列表示栈的push 顺序,判断另一个序列有没有可能是对应的pop 顺序
题目:输入两个整数序列.其中一个序列表示栈的push 顺序,判断另一个序列有没有可能是对应的pop 顺序.为了简单起见,我们假设push 序列的任意两个整数都是不相等的.比如输入的push 序列是1. ...
- DMA控制器
DMA控制器依赖于平台硬件,这里只对i386的8237 DMA控制器做简单的说明,它有两个控制器,8个通道,具体说明如下: 控制器1: 通道0-3,字节操作, 端口为 00-1F 控制器2: 通道 4 ...
- 一些对新手有用的css技巧
一.表单部分 1.禁止textarea文本域的缩放 resize:none; 2.去除初始化textarea下拉条 overflow:auto; 3.如何让表单中的选项按钮,点击文字也能选中? < ...