Printing the Coverpage (and other postscript files): 1. Login to your vincent account. 2. ftp to popeye.cs.iastate.edu 3. Enter your CS username and password. 4. Change to the cs228 WWW directory. 5. Get the coverpage.ps file using ftp in ascii mode. 6. Quit the ftp utility. 7. Print the postscript file using lpr with the -Dpostscript option. Here is a transcript of what to do. Remember, use your username and password. Project Vincent / OSF/1 (las1.iastate.edu) (ttyr6) This machine is a Project Vincent LAS College communication server. It is intended to be used by undergraduates for Electronic Mail, USENET News, Gopher, World-Wide Web, Telnet, FTP, EasyVincent, etc. o Do not leave unattended background jobs on this machine. o Do not run X windows applications. Send access requests via e-mail to las-request@iastate.edu login: bbuhman password: Processes soft limited to 55 CPU minutes Processes hard limited to 60 CPU minutes Welcome to Project Vincent (OSF1 3.2) Digital UNIX V3.2D-2 (Rev. 41.64); Fri Oct 25 10:46:23 CDT 1996 Digital UNIX V3.2D-2 Worksystem Software (Rev. 41.64) To check your AFS disk usage (and quota) use: /usr/afsws/bin/fs listquota ~ Starting Zephyr client in ttymode... Checking for mail... Mail is being forwarded to bbuhman@cs.iastate.edu vincent% ftp popeye.cs.iastate.eduConnected to popeye.cs.iastate.edu. 220 popeye FTP server (Version 4.111 Mon Jun 10 21:20:06 CDT 1996) ready. Name (popeye.cs.iastate.edu:bbuhman): bbuhman 331 Password required for bbuhman. Password: 230 User bbuhman logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> ascii 200 Type set to A. ftp> hash Hash mark printing on (1024 bytes/hash mark). ftp> cd /home/course/cs228/WWW 250 CWD command successful. ftp> mget coverpage.ps mget coverpage.ps? y 200 PORT command successful. 150 Opening ASCII mode data connection for coverpage.ps (13924 bytes). ############### 226 Transfer complete. 14905 bytes received in 0.058 seconds (2.5e+02 Kbytes/s) ftp> bye 221 Goodbye. vincent% lpr -Dpostscript -m coverpage.psJob 709 queued via lj4-1.default to du139_lj4@print-1.iastate.edu (a HP LJ4si MX in 139 Durham) vincent% exit logout Connection closed by foreign host. If you are using a workstation capable of X applications, you can preview your printout using gs. (on vincent: add ghost, then gs filename.ps) It takes the Computation Center a little while to get the printouts up to your bin. It usually takes them around 15 to 20 minutes. If you don't know your bin number, enter the following at the vincent prompt: vincent% echo $BIN 324 That's your bin number in Durham 139 where you can pick up your printouts. Aside from postscript stuff, I printout other files over on the laser printer because I like the quality of output better than the line printers over in Atanasoff 115/116. One handy thing I have found for finding bugs in program code is to print out my code with line numbers. The following works on vincent and the CS machines: shazam:~> nl -ba someFile.C | lpr -Plp2 I like lp2's output better. -Brian Buhman *disclaimer: This works for ME. If you end up printing out 15 pages of garbage because you forgot the -D option or something, don't blame me. You can always get vincent help form the project vincent help room.