Home
Up

Applications

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

DNS

named-xfer named-xfer -z lasmo.com -f /var/named/plc.zone -s 0 maxwell Run on newton to transfer from maxwell
Will need to stop and start named
A manual DNS zone transfer

Internet

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

Oracle

oradim73 e:/apps/orant73/bin/oradim73.exe -startup -sid PEEP -usrpwd 3fruit -starttype srvc,inst, -pfile e:/apps/orant732/database/initPEEP.ora Need to start the NT service for the individual listener processes Startup an NT database manually

RDIST

#
# Distfile for fop-iset1.
#
#
# gleuro - GL EuroNext environment.
# Copy EuroNext data from fop-ist1 to fop-iset2
# Call as /opt/rdist/run_rdist_ssh gleuro
# [TJH 17/04/2003]

# Shows how to use except and execpt_pat
GLEURO_INC = (
  /export/gleuro/*/mkt_connect/*/conf/*
  /export/gleuro/*/mkt_connect/*/bin/*
  /export/gleuro/binaries
  /export/gleuro/*/*/bin
  /export/gleuro/*/*/conf
  /export/gleuro/*/*/licence
  /export/gleuro/binaries/tools
  /export/gleuro/*/selector_*/data/*
)

GLEURO_EXC = (
  \\.pid\$
  \\.sdt\$
  \\.dat\$
  slcliffe.ini
  sock.*
)

gleuro:
${GLEURO_INC} -> (fop-iset2)
  install -onochkgroup,remove;
  except_pat ${GLEURO_EXC};
  # ETSR SJJN-5RME3D
  except /export/gleuro/elbrd/slc_int;
  except /export/gleuro/elpad/slcVF_int;
  except /export/gleuro/elpad/slcVO_int;
  except /export/gleuro/liffe/slc_client;
  except /export/gleuro/liffe/slc_eqty;
  except /export/gleuro/liffe/slc_desk;
  except /export/gleuro/liffe/slc_relay_liffe_desk;
  except /export/gleuro/liffe/slc_relay_liffe_client;
  # End of changes by SJJN-5RME3D
notify extratrade_alert@jpmorgan.com;

 

  © Andrew Marshallsay 2008