Creating a random cookie (a 16-hex-digit string)

Forum / NoMachine for Linux / Creating a random cookie (a 16-hex-digit string)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1255
    monkey
    Participant

    https://www.nomachine.com/AR10K00710

    I am stuck at step two on this tutorial. Anyone have an idea what I need to do exactly?

    thanks

    #1282
    Britgirl
    Keymaster

    The steps to generate the cookie are:

    1) $ COOKIE=ps -ef | md5sum | cut -f 1 -d " "

    2) $ sudo xauth -f /var/run/Xvfb-0.auth add :0 MIT-MAGIC-COOKIE-1 $COOKIE

    3) $ xauth add :0 MIT-MAGIC-COOKIE-1 $COOKIE

    We’ll update the article 😉

    #1287
    monkey
    Participant

    Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic was marked as solved, you can't post.