<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SlackWiki - User contributions [en]</title>
		<link>https://www.slackwiki.com/Special:Contributions/Pwc101</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 17:41:17 GMT</lastBuildDate>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=241</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=241</guid>
			<description>&lt;p&gt;Pwc101: /* Connect to it */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware -current as of writing (13/08/2009).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever your port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;br /&gt;
&lt;br /&gt;
The NoMachine Linux client works just as well. Simply download the archive (http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.i386.tar.gz or http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.x86_64.tar.gz, depending on your architecture), unpack it and run NX/bin/nxclient. When prompted, enter the IP or hostname of the machine you wish to connect to, the port through which you would SSH into it and which DE you want to run (KDE, Gnome etc.). Obviously Slackware doesn't ship with Gnome, but I've successfully tested it with KDE. I have yet to get XFCE to work.&lt;/div&gt;</description>
			<pubDate>Mon, 17 Aug 2009 12:48:21 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=240</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=240</guid>
			<description>&lt;p&gt;Pwc101: /* Connect to it */ Added 64bit client download location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware -current as of writing (13/08/2009).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever your port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;br /&gt;
&lt;br /&gt;
The NoMachine Linux client works just as well. Simply download the archive (http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.i386.tar.gz or http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.x86_64.tar.gz, depending on your architecture), unpack it and run bin/nxclient. When prompted, enter the IP or hostname of the machine you wish to connect to, the port through which you would SSH into it and which DE you want to run (KDE, Gnome etc.). Obviously Slackware doesn't ship with Gnome, but I've successfully tested it with KDE. I have yet to get XFCE to work.&lt;/div&gt;</description>
			<pubDate>Mon, 17 Aug 2009 12:00:10 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=237</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=237</guid>
			<description>&lt;p&gt;Pwc101: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware -current as of writing (13/08/2009).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever your port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;br /&gt;
&lt;br /&gt;
The NoMachine Linux client works just as well. Simply download the archive (http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.i386.tar.gz), unpack it and run bin/nxclient. When prompted, enter the IP or hostname of the machine you wish to connect to, the port through which you would SSH into it and which DE you want to run (KDE, Gnome etc.). Obviously Slackware doesn't ship with Gnome, but I've successfully tested it with KDE. I have yet to get XFCE to work.&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 20:40:24 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=236</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=236</guid>
			<description>&lt;p&gt;Pwc101: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware (-current as of writing (13/08/2009)).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever your port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;br /&gt;
&lt;br /&gt;
The NoMachine Linux client works just as well. Simply download the archive (http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.i386.tar.gz), unpack it and run bin/nxclient. When prompted, enter the IP or hostname of the machine you wish to connect to, the port through which you would SSH into it and which DE you want to run (KDE, Gnome etc.). Obviously Slackware doesn't ship with Gnome, but I've successfully tested it with KDE. I have yet to get XFCE to work.&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 20:40:02 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=235</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=235</guid>
			<description>&lt;p&gt;Pwc101: /* Connect to it */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware (12.2 as of writing).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever your port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;br /&gt;
&lt;br /&gt;
The NoMachine Linux client works just as well. Simply download the archive (http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-6.i386.tar.gz), unpack it and run bin/nxclient. When prompted, enter the IP or hostname of the machine you wish to connect to, the port through which you would SSH into it and which DE you want to run (KDE, Gnome etc.). Obviously Slackware doesn't ship with Gnome, but I've successfully tested it with KDE. I have yet to get XFCE to work.&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 19:44:57 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=234</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=234</guid>
			<description>&lt;p&gt;Pwc101: /* Configure it */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware (12.2 as of writing).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever your port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 17:04:23 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>Freenx</title>
			<link>https://www.slackwiki.com/index.php?title=Freenx&amp;diff=233</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Freenx&amp;diff=233</guid>
			<description>&lt;p&gt;Pwc101: moved Freenx to FreeNX:&amp;amp;#32;Added correct name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[FreeNX]]&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 17:01:32 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Freenx</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=232</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=232</guid>
			<description>&lt;p&gt;Pwc101: moved Freenx to FreeNX:&amp;amp;#32;Added correct name.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware (12.2 as of writing).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever you port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 17:01:31 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
		<item>
			<title>FreeNX</title>
			<link>https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=231</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=FreeNX&amp;diff=231</guid>
			<description>&lt;p&gt;Pwc101: Created page with 'Getting FreeNX working on Slackware (12.2 as of writing).  == Build it ==  Get Eric Hameleers' build script:  :&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/fr...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Getting FreeNX working on Slackware (12.2 as of writing).&lt;br /&gt;
&lt;br /&gt;
== Build it ==&lt;br /&gt;
&lt;br /&gt;
Get Eric Hameleers' build script:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;wget -np -r http://connie.slackware.com/~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;cd connie.slackware.com/\~alien/slackbuilds/freenx/build/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Build nx and freenx:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;./nx.SlackBuild &amp;amp;&amp;amp; ./freenx.SlackBuild --cleanup&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Install the resultant packages:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;installpkg /tmp/{nx-3.3.0-i486-1alien,freenx-0.7.3-i486-2alien}.tgz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installer runs the initial configuration (including adding a new user &amp;quot;nx&amp;quot; to the system). &lt;br /&gt;
&lt;br /&gt;
== Configure it ==&lt;br /&gt;
&lt;br /&gt;
The main config file is /etc/nxserver/node.conf. The comments are helpful, so read them.&lt;br /&gt;
&lt;br /&gt;
Of interest to me was specifying the port that the system's sshd listens on. If you run your sshd on a non-standard port (i.e. not 22), then uncomment the line:&lt;br /&gt;
   #SSHD_PORT=22&lt;br /&gt;
and replace 22 with whatever you port number is.&lt;br /&gt;
&lt;br /&gt;
If you're a bit paranoid with your security settings in /etc/ssh/sshd_config (like I am), make sure you add the user nx to AllowUsers, otherwise the client you choose will fail to connect to your ssh daemon.&lt;br /&gt;
&lt;br /&gt;
If you've made changes in /etc/ssh/sshd_config, then restart sshd. This is the command I use when I'm logged in remotely and I need to restart sshd:&lt;br /&gt;
:&amp;lt;code&amp;gt;/etc/rc.d/rc.sshd stop; sleep 5; /etc/rc.d/rc.sshd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run it ==&lt;br /&gt;
&lt;br /&gt;
Check to see if the server is running (it was after my installation, but your mileage may vary):&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --status&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you see:&lt;br /&gt;
&lt;br /&gt;
   root@darkstar:~# nxserver --status&lt;br /&gt;
   NX&amp;gt; 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.3.0)&lt;br /&gt;
   NX&amp;gt; 110 NX Server is running&lt;br /&gt;
   NX&amp;gt; 999 Bye&lt;br /&gt;
&lt;br /&gt;
you're good to go. Otherwise, run:&lt;br /&gt;
:&amp;lt;code&amp;gt;nxserver --restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Connect to it ==&lt;br /&gt;
&lt;br /&gt;
http://en.opensuse.org/FreeNX_Server_HOWTO lists a number of clients able to connect to a (free)nx server. Since my main interest was in accessing my Linux box at home from my Windows box at work, I used the NoMachine client for Windows.&lt;/div&gt;</description>
			<pubDate>Thu, 13 Aug 2009 17:00:35 GMT</pubDate>
			<dc:creator>Pwc101</dc:creator>
			<comments>https://www.slackwiki.com/Talk:FreeNX</comments>
		</item>
</channel></rss>