Tag Archive for 'Nomachine'

Ubuntu: freenx server installation

Next Generation Remote Display – NX is an exciting new technology for remote display. It provides near local speed application responsiveness over high latency, low bandwidth links.

Was tested on Ubuntu 10.10 Codenamed “Maverick Meerkat”. Works on Debian 6 too;)

Edit your source list or create a new one:

1
vim /etc/apt/sources.list.d/freenx.list

Continue reading ‘Ubuntu: freenx server installation’

Nomachine user limit

Some days ago I found a strange user limitation for Nomachine Server – I know that it was the “free” edition. The user limitation came end of 2009 and my server without limitation running since 2008
I think I should visit sites of OpenSource/Free projects ofter

1
2
/usr/NX/bin/nxserver --userlist
/usr/NX/bin/nxserver --userdel username

Very very dirty hack to prevent the limitation – Create a cron which runs every minute and remove all users:)