https://help.ubuntu.com/community/FreeNX#Installing the FreeNX server on Ubuntu Lucid (10.04)
Installing the FreeNX server on Ubuntu Lucid (10.04)
Ubuntu Lucid now uses Neatx, the Open Source NX server from Google.
Installation is simple enough, and similar to the Ubuntu Karmic method.
Open your terminal
Applications->Accessories->Terminal
and type in this command
sudo apt-get install python-software-properties && sudo add-apt-repository ppa:freenx-team
Then Update Apt
sudo apt-get update
At this point, the repository is added and apt is updated, then install the neatx-server package (using Aptitude to install extra needed packages).
sudo apt-get install neatx-server
'My Work' 카테고리의 다른 글
vsftpd chroot 설정 시 접속 불가 해결 (1) | 2018.01.04 |
---|---|
ubuntu 10.04 server 64bit 버전에 add-apt-repository 명령어가 없다고 나올때 (1) | 2012.02.09 |