nomachine help

FelipeBonamin

New Member
anyone knows a good nomachine turorial for ubuntu 11.04 similar to this:

http://www.wjunction.com/48-technica...buntu-9-a.html

Thanks. it's easy mate, basically you just have to follow some steps on that guide.
just install the desktop as stated, with that command:

Code: sudo apt-get install ubuntu-desktopthen head to http://www.nomachine.com/download-pa...p?Prod_Id=3651
download the file there, then install it using dpkg (follow the guide there)
create the key:
Code: /usr/NX/bin/nxserver --keygenyou can find the key on /usr/NX/share/keys/default.id_dsa.key
which you can add on the client later when you want to connect

then create user & pass for the NX :
Code: /usr/NX/bin/nxserver --useradd YOURDESIREDUSERNAME --system --homethat's it, you can add the key to the client and connect with your user & pass to the NX Quote: Originally Posted by masterbator then head to http://www.nomachine.com/download-pa...p?Prod_Id=3651 hi mate

my OS is Ubuntu x86_64, what package should i install x86_64 or i386? does it makes a difference?

also do i still need to do this?
Quote: Step 5 :

Now we need to edit xstartup file... We can do it with this command :

Code: nano ~/.vnc/xstartup and this

Quote: Now you need to replace

Code: twm &with this :

Code: gnome-session & Thanks Quote: Originally Posted by zyb3r hi mate

my OS is Ubuntu x86_64, what package should i install x86_64 or i386? does it makes a difference? you have to install the x86_64, if your OS is 64 bit ubuntu

Quote: Originally Posted by zyb3r also do i still need to do this?


and this no, you don't need to that.
just specify the desktop on the wizard, if you're using default desktop (gnome,kde, etc..)




if you're using custom desktop (fluxbox,icewm,etc..), specify it on the Custom section
Quote: Originally Posted by masterbator create the key:
Code: /usr/NX/bin/nxserver --keygenyou can find the key on /usr/NX/share/keys/default.id_dsa.key
which you can add on the client later when you want to connect

then create user & pass for the NX :
Code: /usr/NX/bin/nxserver --useradd YOURDESIREDUSERNAME --system --homethat's it, you can add the key to the client and connect with your user & pass to the NX how can i do these mate? no nxserver directory, should i install the server on VPS instead, not the client?

EDIT:
nvm, i think i got it i got it working, but when i checked the rtorrent-rutorrent default download directory, i got this error:



what is the best recommendation, should i just change the download directory or give permission?

if give permission, how?

Thanks. give it permission

Code: chown -R yourusername:yourgroup /your/folder/ it's in root, the default download dir mate:



is it more preferable to just change it to user's directory? in that case, it is better to just change the folder
you can make one on your /home/ directory
 
Top