How to Install FreeNX Server on Ubuntu 9.04 Jaunty

Method 1 of 2:

Command Line

  1. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 1
    Create and run the Bash script. It should be run with a root set to "sudo"
    !/bin/Bash if [ `id -u` != "0" ]; then echo "Sorry, you are not root." exit 1 fi 
  2. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 2
    Add the freenx ppa repository list.
    echo -e 'deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty mainndeb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/freenxppa.sources.list 
  3. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 3
    Add the public key of FreeNX PPA.
    apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce 
  4. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 4
    Update software information.

     

    apt-get update 
  5. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 5
    Install FreeNX.
    aptitude install freenx 
  6. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 6
    Use nxsetup to install necessary files and create the special user "nx".
    /usr/lib/nx/nxsetup --install 
Method 2 of 2:

Graphical User Interface

  1. How to Install FreeNX Server on Ubuntu 9.04 Jaunty Picture 7
    Add FreeNX PPA.
    gksudo gedit /etc/apt/sources.list deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce 
  2. Install FreeNX Server.
    sudo apt-get update sudo aptitude install freenx (y) 
  3. Configure FreeNX Server.
    sudo /usr/lib/nx/nxsetup --install 
    1. For server behind a firewall, default key may be okay, (n) for any public system or for greater security, Generate a custom Key Pair (y)
4 ★ | 2 Vote

May be interested

  • How to Install Postman in UbuntuPhoto of How to Install Postman in Ubuntu
    this wikihow teaches you how to install postman on a computer running the ubuntu linux operating system. postman is a tool commonly used by developers to test apis. make sure snap is installed. if you are running ubuntu 16.04 lts or later,...
  • How to Install Ubuntu 13.10Photo of How to Install Ubuntu 13.10
    ubuntu is a kind of linux operating system designed to run on desktop and laptop computers. ubuntu is an open-source program, meaning its code can be accessed and modified by end users. and because it's free, ubuntu is said to be the most...
  • How to Install Tomcat in UbuntuPhoto of How to Install Tomcat in Ubuntu
    this wikihow teaches you how to download, set up, and start an apache tomcat web server environment on your computer, using an ubuntu linux system. apache tomcat is an open-source, java-based http web server environment. you can implement...
  • How to Get Help for UbuntuPhoto of How to Get Help for Ubuntu
    although ubuntu is considered to be one of the best linux distributions for newcomers, you still may find yourself in need of help whether this is your first time using a linux based os or if you're an experienced user. making the switch...
  • How to Automatically Have Wallpaper Change on UbuntuPhoto of How to Automatically Have Wallpaper Change on Ubuntu
    do you like the idea of a wallpaper that changes automatically? if you're looking for that kind of variety, you can set your desktop wallpaper to change automatically at certain intervals in ubuntu using wallch. open the terminal. first...
  • How to Install Ubuntu Tweak 0.5.1 in UbuntuPhoto of How to Install Ubuntu Tweak 0.5.1 in Ubuntu
    if you wanna to install this package manually, just go to their homepage. there you will be able to see which versions are available and which version you need. second way is to install this application through terminal using three simple...