Useful Informations


Save in my file manager
  1. go to the html which you want to save in netscape
  2. fo to file and click save as

Print your file.
  1. open your file
  2. go to netscape file and click open page
  3. choose your file and click open in nevigator
  4. print

Prin a Korean website in math building
  1. go to the file which you want to copy in netscape
  2. go to save as and change the Format fo saved document from source to postscript
  3. determine name of the file or just save the file. EX beef.ps
  4. go to terminal
    >ls
    >nhpf < beef.ps > kbeef.ps
    >ghostview kbeef.ps---check the file and quit
    >lpr kbeef.ps
    (printer's name in office 722 is "7")

send an e-mail with Korean
  1. >hterm& in terminal
  2. >pico in hanterm and write what you want in there.
  3. >quit in there and make a file name, after that enter-key
  4. >pine and go to compose and then type the file name in Attchmnt and enter-key
  5. send your mail.
  6. don't forget "exit" in hanterm.

to view jpg
  1. save as
  2. go to xvim in the application
  3. click the leftest button in the mouse
  4. do "load"

From scan to web
  1. make a new folder in c:\temp\kim
  2. go to scan in program
  3. scan after setting up the scan destination, jpg, and dpi
  4. move the scan files to your html directory
  5. type the file names (Vcal.JPG) with "href" or "img" in any page where you want to write
  6. do the chmod 644 *.*

do java
  1. make a file (must have same file and class name) ex) Hello.java
  2. compile: in terminal, javac Hello.java
  3. if there is no erro, then in terminal, java Hello
Xdisplay
  1. Log into grad7d
    type: >xhost + computer
    (e.g. computer = bing, ultra1~ultra16,etc)
  2. Log into "computer" - the same one you named above, say ultra15
    type: > ssh ultra15
  3. type: > setenv DISPLAY grad7d:0
    (If it's not working, try with the following:
    type: > setenv DISPLAY grad7d.math.wisc.edu:0.0)
  4. after finishing your job there, type: >logout.
  5. (or  >ssh -X kim@bing.math.wisc.edu)
about xterm
  1. to make scroll bar in xterm screen
    Ctrl key + middle button of the mouse
  2. want to know more
    >man xterm

Ctrl + t --> create one more bar in Mozilla



Back to the top.
Back to my homepage