<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Computers</title><link>http://blogger.xs4all.nl/luxz/category/20897.aspx</link><description>Computers</description><managingEditor>moods</managingEditor><dc:language>en</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>moods</dc:creator><title>FreeNX on FreeBSD</title><link>http://blogger.xs4all.nl/luxz/archive/2006/08/14/114377.aspx</link><pubDate>Mon, 14 Aug 2006 21:29:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/08/14/114377.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/114377.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/08/14/114377.aspx#Feedback</comments><slash:comments>79</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/114377.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/114377.aspx</trackback:ping><description>March 29th, 2006 by Jeff Cross - www.averageadmins.com&lt;/br&gt;&lt;/br&gt;

While stumbling around the Internet today I came across a VNC (RealVNC, TightVNC, Ultr@VNC, etc.) replacement called FreeNX. NX is a remote display technology developed by NoMachine and FreeNX is a free GPL based server with packages available for Debian/Ubuntu, Fedora/RedHat, FreeBSD, Gentoo, and Suse.&lt;/br&gt;&lt;/br&gt;

I installed the FreeNX server from the available FreeBSD port (/net/freenx) but had to take some additional steps to configure it. A special thanks goes out to Marc Abramowitz for his how-to for version 4.10 of FreeBSD. I used his how-to as a guide but did not have to follow all of the steps he described to complete the installation on FreeBSD 6.0.&lt;/br&gt;&lt;/br&gt;


First, install the FreeNX server via package by running:&lt;/br&gt;&lt;/br&gt;

# pkg_add -r freenx&lt;/br&gt;

or from source by running:&lt;/br&gt;

# cd /usr/ports/net/freenx &amp;&amp; make install clean&lt;/br&gt;&lt;/br&gt;

This will install the FreeNX server along with any required dependencies. Next you will need to create the nx user. I followed Marc’s example and created the user as follows:&lt;/br&gt;&lt;/br&gt;


# pw user add nx&lt;/br&gt;
# pw usermod nx -s "/usr/X11R6/NX/bin/nxserver"&lt;/br&gt;
# passwd nx&lt;/br&gt;&lt;/br&gt;

After you enter and confirm a password your nx user, you can verify that your FreeNX server is installed and that you configured the nx user successfully by changing to that user and verifying the default shell for nx. Type su nx at the command line and you should see something similar to the following. To exit the server and log out of the nx account, type quit. You’ll see where I did this after the NX&gt; 105 prompt below. &lt;/br&gt;&lt;/br&gt;


# su nx&lt;/br&gt;
Password:&lt;/br&gt;
HELLO NXSERVER - Version 1.4.0-44 OS (GPL)&lt;/br&gt;
NX&gt; 105 quit&lt;/br&gt;
quit&lt;/br&gt;
Quit&lt;/br&gt;
NX&gt; 999 Bye&lt;/br&gt;&lt;/br&gt;

Now all we need to do is configure the server using the following commands:&lt;/br&gt;&lt;/br&gt;


# cd /usr/X11R6/NX/bin/&lt;/br&gt;
# ./nxsetup --install --setup-nomachine-key&lt;/br&gt;&lt;/br&gt;

This will configure the server and ready it for use with local user accounts. As best I can tell, all communications between the FreeNX server and the client are tunneled over SSH so all of your communications will be encrypted. Now, all you need is a client to connect to your FreeNX server. You can download an NX client from the NoMachine web site free of charge. There are clients available for Windows, Linux, Mac OSX, and Solaris. &lt;/br&gt;&lt;/br&gt;


Ok, nxserver is ready.&lt;/br&gt;


PAM authentication enabled:&lt;/br&gt;

  All users will be able to login with their normal passwords.&lt;/br&gt;


  PAM authentication will be done through SSH.&lt;/br&gt;

  Please ensure that SSHD on localhost accepts password authentication.&lt;/br&gt;


  You can change this behaviour in the /usr/X11R6/NX/etc/nxserver//node.conf file.&lt;/br&gt;

Have Fun!&lt;/br&gt;



&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/114377.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>Cpufreq - AthlonXP Mobile</title><link>http://blogger.xs4all.nl/luxz/archive/2006/08/10/112621.aspx</link><pubDate>Thu, 10 Aug 2006 16:57:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/08/10/112621.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/112621.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/08/10/112621.aspx#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/112621.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/112621.aspx</trackback:ping><description>- moodx - I have a mobile athlon xp running in an abit nf7-s, I'm looking for a cpu program that interfaces with some hardware in order to scale the CPU speed. &lt;/br&gt;
- Caelian - moodx, kldload cpufreq &lt;/br&gt;
- Caelian - moodx, i believe you can fiddle with it through sysctls ... but most likely any cpu-applet for the major desktop environments can interact with it as well &lt;/br&gt;
- moodx - thx Caelian ! 


&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/112621.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>Reconfigure cpan</title><link>http://blogger.xs4all.nl/luxz/archive/2006/07/23/108126.aspx</link><pubDate>Sun, 23 Jul 2006 17:17:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/07/23/108126.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/108126.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/07/23/108126.aspx#Feedback</comments><slash:comments>28</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/108126.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/108126.aspx</trackback:ping><description>$ cpan &lt;/br&gt;
cpan&gt; o conf init&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/108126.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>KDE-Lite or /usr/ports/x11/kdebase3</title><link>http://blogger.xs4all.nl/luxz/archive/2006/07/15/106445.aspx</link><pubDate>Sat, 15 Jul 2006 21:13:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/07/15/106445.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/106445.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/07/15/106445.aspx#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/106445.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/106445.aspx</trackback:ping><description>KDE-lite is simply a metaport for KDE. It doesn't make KDE faster or more trimmed down, it just installs certain KDE ports instead of just about all of them.
I use KDE all the time, and what I do on a fresh install is 
# cd /usr/ports/x11/kdebase3
# make install clean
That will pull in the bare minimum you need to run KDE (qt, aRts, kdelibs3, cups, etc.). Then you just need to:
a) Have exec startkde in ~/.xinitrc
b) $ ln -s ~/.xinitrc ~/.xsession
Also look at ports/UPDATING 20041229 for important information about using KDE with X.org.
Then after you have the base in, you can just pick and choose whatever KDE packages you want. IMO, that's even better than installing KDE-lite.&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/106445.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>IPV6, FreeBSD  &amp; XS4ALL</title><link>http://blogger.xs4all.nl/luxz/archive/2006/07/08/104810.aspx</link><pubDate>Sat, 08 Jul 2006 11:44:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/07/08/104810.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/104810.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/07/08/104810.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/104810.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/104810.aspx</trackback:ping><description>Visit XS4ALL's Self Service Centrum (click "IPv6 Tunnel", unfortunately no direct link) to have an IPv6 tunnel configured on their side.
Enter your IPv4 address and enable the tunnel. 
On your machine, add the following to /etc/rc.conf:

&lt;a title="The arrogance" HREF="/luxz/gallery/image/74851.aspx" &gt;&lt;/a&gt;
...&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/104810.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>Howto add packages to FreeNAS</title><link>http://blogger.xs4all.nl/luxz/archive/2006/06/30/103159.aspx</link><pubDate>Fri, 30 Jun 2006 21:59:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/06/30/103159.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/103159.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/06/30/103159.aspx#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/103159.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/103159.aspx</trackback:ping><description>&lt;P&gt;Grr,.. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.freenas.org/downloads/docs/devel-docs/"&gt;http://www.freenas.org/downloads/docs/devel-docs/&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Rephrase "Howto add packages to FreeNAS" --&gt; "Howto add FreeNas to freeBSD"&lt;/P&gt;&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/103159.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>Win drivers under freebsd Sagem SA XG703 USB 802.11g</title><link>http://blogger.xs4all.nl/luxz/archive/2006/06/17/99895.aspx</link><pubDate>Sat, 17 Jun 2006 02:04:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/06/17/99895.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/99895.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/06/17/99895.aspx#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/99895.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/99895.aspx</trackback:ping><description>&lt;p&gt;The NDISulator is an invention of Bill Paul (wpaul at ) that allows you to use Windows network drivers under .  Here's a few steps that should get you going with it.&lt;/p&gt;

&lt;p&gt;1. cvsup to the latest -CURRENT.  The NDISulator isn't available under 4.x.&lt;/p&gt;
&lt;p&gt;2. Install the base NDIS code.  cd /sys/modules/ndis; make; make install&lt;/p&gt;
&lt;p&gt;3. Locate a Win2K/XP driver for your card.  The driver should include a SYS and an INF file, usually in a directory called WIN2K or WINXP, but they could be hidden somewhere else.  For my Linksys card, it was bcmwl5.sys and lsbcmnds.inf.&lt;/p&gt;
&lt;p&gt;4. cd /sys/modules/if_ndis&lt;/p&gt;
&lt;p&gt;5. cp /wherever/.../sysfile.sys .; cp /wherever/.../inffile.inf .&lt;/p&gt;
&lt;p&gt;6. ndiscvt -i inffile.inf -s sysfile.sys -o ndis_driver_data.h&lt;/p&gt;
&lt;p&gt;7. make; make install&lt;/p&gt;
&lt;p&gt;8. kldload ndis; kldload if_ndis&lt;/p&gt;
&lt;p&gt;9. ifconfig ndis0 (standard ifconfig arguments) For my Linksys, this was ifconfig ndis0 inet 192.168.0.3 ssid etcetc channel 11 wepmode on wepkey 0x12345(etc.)&lt;/p&gt;

&lt;p&gt;http://dannyman.toldme.com/2005/01/05/freebsd-howto-ndisulate-windows-drivers/&lt;/p&gt;
&lt;p&gt;http://www.pingwales.co.uk/2005/07/15/Project-Evil.html&lt;/p&gt;
&lt;p&gt;http://bwp-necromance.developpez.com/tutoriel/LiveBoxSagemDebianWifi/&lt;/p&gt;&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/99895.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>Note to self,..</title><link>http://blogger.xs4all.nl/luxz/archive/2006/06/09/98483.aspx</link><pubDate>Fri, 09 Jun 2006 01:35:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/06/09/98483.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/98483.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/06/09/98483.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/98483.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/98483.aspx</trackback:ping><description>Uhm,..
chroot /root/gentoo/ /bin/bash --&gt; running gentoo from within fbsd,.. Now Zzz,.&lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/98483.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>moods</dc:creator><title>rsync</title><link>http://blogger.xs4all.nl/luxz/archive/2006/06/07/98212.aspx</link><pubDate>Wed, 07 Jun 2006 22:58:00 GMT</pubDate><guid>http://blogger.xs4all.nl/luxz/archive/2006/06/07/98212.aspx</guid><wfw:comment>http://blogger.xs4all.nl/luxz/comments/98212.aspx</wfw:comment><comments>http://blogger.xs4all.nl/luxz/archive/2006/06/07/98212.aspx#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://blogger.xs4all.nl/luxz/comments/commentRss/98212.aspx</wfw:commentRss><trackback:ping>http://blogger.xs4all.nl/luxz/services/trackbacks/98212.aspx</trackback:ping><description>/usr/local/bin/rsync -a --delete 192.168.1.10::Bla/ /usr/home/bla       &lt;img src ="http://blogger.xs4all.nl/luxz/aggbug/98212.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>
