How to Install FreeNX Server on Ubuntu 9.04 Jaunty
Method 1 of 2:
Command Line
- 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
- 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
- Add the public key of FreeNX PPA.
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce
- Update software information.
apt-get update
- Install FreeNX.
aptitude install freenx
- Use nxsetup to install necessary files and create the special user "nx".
/usr/lib/nx/nxsetup --install
Method 2 of 2:
Graphical User Interface
- 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
- Install FreeNX Server.
sudo apt-get update sudo aptitude install freenx (y)
- Configure FreeNX Server.
sudo /usr/lib/nx/nxsetup --install
- 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
You should read it
- Install Windows XP from a USB Flash drive
- How to install Windows 10 from USB with ISO file
- Things you need to know about how to install Windows today
- Install Win 7 from your hard drive, no need for USB, install Win disk
- How to install Windows with WinToHDD without USB, DVD
- Install Windows 10 with a super fast USB in just a few simple steps
- Install Python Package with PIP on Windows, Mac and Linux
- 8 ways to fix the problem of not being able to install Firefox on Windows
May be interested
- How to install and use Jitsi Meet on Ubuntu serverjitsi meet is a free, open source video conferencing application available for use online or with desktop software. you can easily create a jitsi meeting in the browser after a few seconds.
- How to install NTP server and client on Ubuntu 24.04ntp, or network time protocol, is a protocol used to synchronize all system clocks in a network to use the same time.
- Install and configure Apache in Ubuntuin the following article, we will show you some basic steps to install and set up a web server system using apache on the ubuntu platform. in fact, this step is quite simple and easy, just use synaptic package manager, ubuntu software center to search and install apache2 module package.
- How to Set Up an FTP Server on Ubuntu Linuxtoday's tipsmake will guide you how to set up and connect to an ftp server on a computer running the ubuntu linux operating system. ftp servers are useful for storing data from your computer and allowing others to browse those files. to establish a connection from a computer, you need an ftp server. you also need to update to the latest version of ubuntu.
- How to install Plex media server on Ubuntu 19.04are you looking for the easiest and easiest method to install plex media server on ubuntu 19.04? this is the snap command that will set up your plex server.
- How to install Putty SSH Client on Ubuntu 20.04 LTSin this article, tipsmake.com will explain how to install putty on ubuntu 20.04 lts system. the same process can be used for debian, mint and earlier ubuntu releases.
- How to Install Apache Guacamole via Docker on Ubuntu 22.04apache guacamole is a free and open source remote desktop gateway that allows you to remotely connect to your computer/server using different protocols such as ssh, rdp and vnc.
- How to set DNS nameserver in Ubuntu Server 18.04for years, whenever you need to configure a dns nameserver in linux, users will find /etc/resolv.conf. some simple settings will help your computer reach out to the outside world:
- Instructions on how to install Ubuntu on VirtualBox virtual machinehave you ever tried to install ubuntu but the computer doesn't have enough space to run? let's tipsmake.com find out the article to guide how to install ubuntu on this virtualbox virtual machine!
- Instructions to install Ubuntu directly from the hard driveubuntu is one of the most popular linux distributions. if you want to install ubuntu, the simplest way is to use the hard drive. follow the article below to see how to do it.