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/ ...
随机推荐
- okHttp使用
本文转载自:http://www.cnblogs.com/qifengshi/p/5405550.html okHttp是一个http请求框架,相当于android原生的httpclient和http ...
- Init
alloc负责分配对象空间,init负责初始化对象.init是实例方法,返回的是初始化后的对象的地址.init是NSObject的初始化方法. 子类不实现init,会执行由NSObject定义的ini ...
- 一道google面试题
输入n,把1-n分成两个和相等的子集,有多少种分法 想了个dp,直接背包也行 #include <iostream> #include <cstdio> using names ...
- Mysql修改日期,时间不变的做法
UPDATE tra_bargainorder SET EndParkingTime = ADDTIME (CURDATE() + INTERVAL 0 HOUR,TIME(EndParkingTim ...
- PHP使用字符串名称调用类的方法
<?php class Game { function Play($id) { echo "Playing game $id\n"; } } $game = new Game ...
- dede 优化打开速度
织梦DedeCMS本地后台运行速度慢 不知道从什么时候开始,织梦DedeCMS在本地PHP环境进行测试的时候,后台的运行反应会非常的慢,经常过了很久都没有反应.运行很久之后,还会出现了“\includ ...
- javascript学习笔记全记录
js的初步了解 1.就是用来修改样式的,修改的是行内样式.任何样式都能够修改. 2.css里面怎么写js就怎么写. 3.任何元素都能加事件:事件都要小写 js的三大 ...
- HTML5 地理位置定位(HTML5 Geolocation)原理及应用
地理位置(Geolocation)是 HTML5 的重要特性之一,提供了确定用户位置的功能,借助这个特性能够开发基于位置信息的应用.今天这篇文章向大家介绍一下 HTML5 地理位置定位的基本原理及各个 ...
- 2013/10/24初学BOOST
今天第一次接触学习boost库,虽然以前也听过boost,但是没有用心学习和使用此库. 学习的材料是:Boost_c++库.pdf RAII 智能指针的原理基于一个常见的习语叫做RAII:资源申请即初 ...
- python之列表常见操作
list = [1,2,3,4,5,6,7,8,9,0,0,0,0,0] listSet = list.set(list)#将列表中的数据进行去重处理 此时listSet中的数据为[1,2,3,4,5 ...