Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
#!/bin/bash

/AMOpti/AMOpti

#Follow the instructions and enter your license key
Please confirm that you have read and accepted our terms of use for the software! [y / n]
y
Please enter product key (example:"U9MM-4NJ5-QFG8-TWM5-QM75-92YI-NETA")
U9MM-4NJ5-QFG8-TWM5-QM75-92YI-NETA
To activate product key for all users you need root privileges. Start AMOpti with "sudo AMOpti -a" for example
Do you want to try this? [y/n]
n
#The activation is executed for the current user!

Start CUDA with the port assigned in the installation

...

Code Block
languagebash
#!/bin/bash

/AMOpti/AMOpti

Installation AMOpti as an administrator:

Code Block
languagebash
#!/bin/bash

sudo AMOpti -a

#Follow the instructions and enter your license key
Please confirm that you have read and accepted our terms of use for the software! [y / n]
y
Please enter product key (example:"U9MM-4NJ5-QFG8-TWM5-QM75-92YI-NETA")
U9MM-4NJ5-QFG8-TWM5-QM75-92YI-NETA
To activate product key for all users you need root privileges. Start AMOpti with "sudo AMOpti -a" for example
Do you want to try this? [y/n]
y
#The activation is executed for all users!

AMOpti.exe on Windows: (currently still to be seen as a collection of notes!)

...