home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22586 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!gatech!usenet.ins.cwru.edu!cleveland.Freenet.Edu!ah200
  2. From: ah200@cleveland.Freenet.Edu (Randy Beiter)
  3. Newsgroups: comp.os.linux
  4. Subject: A couple of tips
  5. Date: 4 Jan 1993 00:30:47 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 36
  8. Message-ID: <1i80fnINNoeb@usenet.INS.CWRU.Edu>
  9. Reply-To: ah200@cleveland.Freenet.Edu (Randy Beiter)
  10. NNTP-Posting-Host: slc12.ins.cwru.edu
  11.  
  12.  
  13. These may be helplessly simple to most people, but neat and useful to me so
  14. I'll share them, 
  15.  
  16. #1. Since I only have 2 meg of memory *cough* when I re-compile the kernel
  17. *more coughing* I try to free up as much space as possible, one way I do
  18. this is to link the make process to an unused VC and logout of everything
  19. else, my tty5-8 are un-getty'd for a few reasons, so I can do something
  20. like:
  21.  
  22. doshell /dev/tty7 make &
  23. exit
  24.  
  25. or if you'd like a log of the compile, 
  26.  
  27. doshell /dev/tty7 make 2>&1 | tee make.log & (stolen from the make README,:))
  28. exit
  29.  
  30. #2 This is nice because I'm always curious of whats going on in the system,
  31. and get tired of typing ps-aux:
  32.  
  33. doshell /dev/tty8 top &
  34.  
  35. this sets up a nice little version of top on VC 8, which can be killed if
  36. memory gets tight, but gives you instant view of the processes running :)
  37. I'm also on a setterm kick, so to make it more appealing, you can:
  38.  
  39. setterm -store -bold on -f white -b blue -clear all -cursor off > /dev/tty8
  40. doshell /dev/tty8 top &
  41.  
  42. :) Hope these are some help to someone and not just noise, bai!
  43. -- 
  44.          __  __      ___              _ _ _ _ _ _ _           __________
  45. I I\ /I (_  I__) I    I  I\ I on the I - - - - - -  // I  o) /  Ah200   \ (o  I
  46. I I V I (__ I \, I__ _I_ I \I  IRC   I  O n l y \\ //  I (X  Randy Beiter  X) I
  47. I_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-I A m i g a \X/   I / \ \__________/ / \ I
  48.