| ghostscript |
gs -dNOPAUSE -sDEVICE=ljet4 -sOutputFile=- file.ps | lpr |
|
Print postscript file to non-postscript laserjet |
| gif files |
Use IslandPaint to import a GIF and export an XWD $OWHOME/harcopy/bin/xwd2cgm -in file.xwd -out file.cgm -height 40 |
xwd2cgm is a Landmark utility height is in inches |
How to plot on a Versatec |
| giftrans |
giftrans -l to see colours used giftrans -t #84ffff file.gif > file_trans.gif |
giftrans is public domain software |
How to make a GIF file transparent |
| ommodu |
ommodu -o "Andy Marshallsay/lag1, axmarsha" -p new_pass |
new_pass = new password Name in quotes as appears in directory, or enough of it to be a unique match |
change an Openmail password |
| html |
<META HTTP-EQUIV="Refresh" CONTENT="2;URL=http:nextdoc.html"> |
2 = Number of seconds to wait |
Automatic redirect to another page |
| passwd |
cd /opt/Apache/apache_1.1.3/support ./htpasswd
/opt/Apache/apache_1.1.3/conf/passwd username |
works for libMon apache stuff |
Change an Apache password |
| http |
telnet localhost 80 get /index.html |
You should see the contents of the file |
Telnet to a http server for debug |