This is probably the easiest method, since telnet is available on all Windows computers. The drawback is that it isn't as secure as ssh, because your password is sent in plain text across the network.
This method is slightly more complicated than using telnet, but it has the advantage of being much more secure.
Most versions of unix will have ssh installed and ready to use. However, if you find that you can't use ssh from where you are, you can use telnet instead.
Note that although the windows on your computer may be very different from those below - you may even be trying this from the console - the contents should be very similar.
Because LuBBS is not supported by ISS, it is installed in an area called "homegrown". This area is set aside for unsupported software, and if you wish to use software in it you have to specifically say so, by typing 'setup_homegrown'. Just trying to type 'lubbs' like you might have done on unix[abc] will not work!
However, doing this every time you log on is a bit of a pain, especially since homegrown access is also required for other useful software (like Pine, a mail reader). So you don't have to do this, you can modify your .login file, which contains commands to be executed each time you log in. If you are comfortable editing .login, load your favorite editor and add the following lines to ~/.login
# Enable homegrown access - needed for things like pine, lubbs, etc.
# more info on homegrown here - /software/homegrown/doc/about_homegrown.txt
source /usr/local/homegrown/bin/setup_homegrown.csh;
If you are not comfortable with this, or don't know how to use any of the editors on unix, enter the following commands:
echo '# Enable homegrown access - needed for things like pine, lubbs, etc.' >> ~/.login
echo '# more info on homegrown here - /software/homegrown/doc/about_homegrown.txt' >> ~/.login
echo 'source /usr/local/homegrown/bin/setup_homegrown.csh;' >> ~/.login
Well, that's it. You should now be able to connect to cent1 and start lubbs, and without having to mess about with setup_homegrown every time.
If you spot any mistakes in this document, or think something else should be added to it, please e-mail me at m.a.clarke@lancaster.ac.uk