Welcome to the public_html/ section of orangesquid
(What is an orangesquid?) on copland.udel.edu,
one of the several Unix systems living
on the University of Delaware network.
Composers/unix trick #1:
ln -s ~os/.mozilla/plugins ~/.mozilla This symlinks your plugin directory to mine... restart firefox,
and you should have shockwave/flash.
Composers/unix trick #2:
On copland, you can print PDFs for free; save them (or move them) to
/tmp. Then, cd /tmp pdftops "pdfname.pdf" tmp$$.ps
qpr -q smips tmp$$.ps rm tmp$$.ps (after it prints
successfully!) (Don't forget, unix systems are case-sensitive; also, if you're
using bash, you can use tab-completion to save you some typing...)