Slashdot Mirror


User: hideki

hideki's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Sincere question:How do you run w3m on windoze? on 21 Linux Web Browsers? · · Score: 1

    You put the .dll either in the programdirectory, or with the rest of the .dlls in \windows\system (or %SYSTEMROOT%\%blahblahblah%... on NT, which is usually \WinNT\System)

    Or maybe \windows\system32.

    It will likely find it in any of those three spots.

  2. How do I do this? on Fermi's 2000 Node Beowulf Cluster · · Score: 1

    I saw a link at 32bitsonline.com if I recall correctly, that offered something named ppmake. It was designed to spawn different compilers on different machines; I think it worked in a beowulf environment (did I spell beowulf properly? hmm). As for running traffic between two servers, my guess is that you could just ifconfig a second network card on each machine, and route add the direct route from one machine to the other using the secondary network cards. Of course, I have never done this, so YMMV. :)