In the previous tutorial I discussed "How To Install Picasa 3.0 On CentOS 6.2". On this occasion I will give a tutorial on "How To Install NeatX Server (NX Server) on Ubuntu 11:10 Oneric". NeatX Server is one alternative way that I used to be able to connect to my Linux server (remote server) with NoMachine NX.
Here the following steps:
1. Open a terminal, and add FreeNX repository with the following command
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:freenx-team
2. Basically Ubuntu 11:10 Oneric is not listed in the list support. That requires a little trick. Use the following command
sudo sed -i ‘s/oneiric/lucid/g’ /etc/apt/sources.list.d/freenx-team-ppa-oneiric.list
3. Then type the following command also
sudo vi /etc/apt/sources.list.d/freenx-team-ppa-oneiric.list
4. Then update your Ubuntu 11:10 Oneric system, type the following command
sudo apt-get update
sudo apt-get install neatx-server
Completed, you will immediately be able to connect to your Ubuntu using the remote client and the NX NoMachine Reminna
0 comments:
Post a Comment