Ubuntu : Install FreeNX
FreeNX เป็นคนละตัวกับ NXServer ของ nomachine ครับ (ของ nomachine จำกัดแค่ 2 session เอง)
1.เพิ่ม repository
1 | nano /etc/apt/sources.list |
เพิ่ม
1 2 | deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu VERSION main deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu VERSION main |
เพิ่ม key แล้ว update
1 2 | apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce apt-get update |
2.ติดตั้ง server
1 | aptitude install freenx |
3.ติดตั้ง client (ใช้ของ nomachine)
1 2 | wget http://64.34.161.181/download/3.4.0/Linux/FE/nxserver_3.4.0-12_i386.deb dpkg -i nxclient_3.4.0-5_i386.deb |
4.กรณีต้องการเปลี่ยน SSH key
1 | dpkg-reconfigure freenx-server |
เลือก Create new custom keys
จะได้ key อยู่ที่ /var/lib/nxserver/home/custom_keys/client.id_dsa.key สำหรับเอาไป import เข้า nxclient
อาจ copy ไปโดยให้คำสั่ง
ที่ server
1 | cp /var/lib/nxserver/home/custom_keys/client.id_dsa.key ~/ |
ที่ client
1 | scp user@freenx-server:~/client.id_dsa.key ~/ |
Written by Komkid on April 26th, 2010 with
no comments.
Read more articles on Admin and Networking and Software and Ubuntu.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article