SSVL Printing
SSVL printingHow to print on the SSVL printersThe ssvl printers are handled by a unix lpd print server. The lpd print server only accepts PostScript documents in A4 format. For Windows usersTo print you first need a PostScript printer driver, one can be downloaded from Adobe If the installation program complains about that the server does not have the right printer driver, just click "Yes". Install the driver, and choose a Network Connected printer. The name of the printer is: \\192.16.125.99\printername Available printers
If your Windows version supports LPR spooler queues (Win 2000/XP) then you can also configure the PostScript driver with the values: print server = print.ssvl.kth.se, queue name = printername. For Debian usersThe easiest way is to install the cupsys and cupsys-bsd packages (apt-get install cupsys cupsys-bsd). After that you can configure cupsys through the web interface available at http://localhost:631. Select Manage printers, Add a printer, enter root/root_password. Select a name, location and comment (it doesn't matter what). Then choose LPD/LPR Host or Printer, and specify lpd://print.ssvl.kth.se/tslab. For Unix usersUse the LPRng printing utilities: lpr, lpq, lprm etc. To print use: lpr -P printername@print.ssvl.kth.se file.ps Remember to always print PostScript files. If you want to use tslab as your default printer then set the variable PRINTER to be tslab@print.ssvl.kth.se. export PRINTER=tslab@print.ssvl.kth.se Then you can print with only lpr file.ps Server accessFor most servers you need to use ssh to get access. Unencrypted telnet is neither supported nor a recommended way of accessing machines. ssh is freely available for many systems and usually comes prepackaged with unix-like systems as well as Mac OS X. To transfer files to and from your account you can either use scp or sftp. Another way when modifying files is to use unison. For more information see the unison homepage. Then you can synchronize a directory on your local drive with the server. This is preferably done over ssh. Needless to say, you first need an account to be able to log on. |
|
Comparison between scp, sftp and unisonscpPurpose: File copier pros
cons
sftpPurpose: File transfer pros
cons
unisonPurpose: File synchronizer pros
cons
|
|
