菜鸟请教linux高手?????help me

well, here it is:
in pixard, goto hex location 460A4 and change the following bytes 5589E583EC08 into these:
B801000000C3



OK, I'm done. I would make the crack itself, but I don't have Linux installed.
First of all, go through each of the following files in your Linux installation of RAT 5.5:
Pixar\alfserver-2.5\alfserver.exe
Pixar\rat-5.5\bin\alfcmdline.exe
Pixar\rat-5.5\bin\alfred.exe
Pixar\rat-5.5\bin\irma.exe
Pixar\rat-5.5\bin\it.exe
Pixar\rat-5.5\bin\mtor_maya4.5.mll
Pixar\rat-5.5\bin\mtor_maya4.mll
Pixar\rat-5.5\bin\rampEditor.exe
Pixar\rat-5.5\bin\slim.exe
Pixar\rat-5.5\bin\irmaDSO\prman.exe
Pixar\prman-11.0.1\bin\prman.exe
Search within each and every one of those 11 files for the following HEX (!!!) string:
DF8562F908344EAAFA35E340B39A04F33102BD05B7657B39641775762B7E389202B6F46ECA7CDD3F5673BC1064D2CB2B0936F27CA58204FF1ED6DB3BBB601C67
Replace it with the following HEX (!!!) string:
AAB1A8135C9F890B4F1AB7C59A1A383BE0AF6BD03503CBE8C9898EE214FAFD75F46CA3FD560BFA08D3902C5CDBBE5E97283E765EE2AD698B5853008EF1BA0211
Save all the files, wrap them up in a nice package for the community




Yep, done both rest.rar (which should be unpacked to the directory in which it is) and prmans.rar (which should be unpacked inside the Pixar folder within the Crack folder, as it containts the cracked PRMan 11.0 and 11.0.1). Practically, the whole crack is up now.
I'm thrilled to know that it works!!! Hopefully there will be no problems with the rest of the package, but if there are, I'll check into it first thing tomorrow after school and fix it.
Well, right now I have to go to bed, I'm only in 10th grade and according to Israeli law my parents can tell me what to do until I'm 18...
So nighty night everyone! Enjoy RAT 5.5 for Linux (or at least Slim for now, lol  



depends what shell you are using, with Korn shell type (bash, ksh, sh, etc. which is linux default) you have to create a .profile in your $HOME directory
(cd ~ or cd $HOME or just cd to get there). create a file named .profile and add this:
export RMANTREE=/opt/pixar/prman-11.0.1
export RATTREE=/opt/pixar/rat-5.5
export MAYA_PLUG_IN_PATH=$MAYAMANROOT/RATTREE/bin
export XMBLANGPATH $MAYAMANROOT/melRATTREE/lib/mtor/resources/%B
for c-shell (csh, tcsh)make a file .cshrc and add this:
setenv RMANTREE "/opt/pixar/prman-11.0.1"
setenv RATTREE "/opt/pixar/rat-5.5"
setenv XBMLANGPATH "$MAYAMANROOT/melRATTREE/lib/mtor/resources/%B"
to add RMANTREE/bin to path in .profile write
PATH="RMANTREE/bin"
but make sure you add all other stuff or else no regular commands will work, this is mine
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/kde/bin:/usr/lib/qt-3.0.4/bin:/usr/share/texmf/bin: $RMANTREE/bin:/usr/local/Acrobat5/bin:/usr/nreal/shake-v2.50.081/binENTROPYHOME/bin:/usr/java/j2re1.4.1_01/bin:$RATTREE/bin"
for csh its:
set path = ($path $RMANTREE/bin:/usr/local/Acrobat5/bin:/usr/nreal/shake-v2.50.081/bin:$ENTROPYHOME/bin:/usr/java/j2re1.4.1_01/bin:$RMANTREE/bin)
in csh this will just add to your existing environment, don't know how
to just add like that for bash..
thats about it

---------------------------------------------------------------------
以上是renderman的安装帮助文件
我是linux菜鸟,请问高手该怎样安装。。。谢谢!!