Re: [LILO] how to boot a second IDE HD?

1999-08-28 Thread William Park
On Thu, Aug 26, 1999 at 10:20:19PM -0700, Jack Lee wrote: > Hi: > >Currently, I'm running linux well on my first > IDE HD, but the problem comes when I try to use > lilo booting the second IDE HD. Please give me > some advices. Thanks :) Oh, by teh way, the first > IDE HD (/dev/hda) is the mas

Re: Logitech Mouseman / X

1999-08-25 Thread William Park
On Wed, Aug 25, 1999 at 10:55:59AM -0400, Fraser Campbell wrote: > On Wed, Aug 25, 1999 at 08:47:48AM -0500, Brian Servis wrote: > > > boot, 'Detected PS/2 Mouse Port.' > > Yes, I see this on bootup and the mouse does work with gpm so I think the > problem is related to X only. > > > Protoc

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-17 Thread William Park
ich you can excess your files using file://. Telnetting to your hosted site is another idea that I saw in this thread. Here, I have Win95 and Linux connected using 10base2 (coax); and, my Linux can mount Win95 shared drive, but Win95, as yet, refuses to "see" anything under Linux. Yours truly, William Park

(3c509) Selecting 10baseT or 10base2 ?

1999-07-27 Thread William Park
Hi, My 3Com509B ethernet card uses 10BaseT (twisted pair) port by default. How do I enable 10Base2 (coaxial) port instead? Yours truly, William Park

Re: Good HTML editor for debian Linux?

1999-07-22 Thread William Park
On Wed, Jul 21, 1999 at 11:24:46AM -0700, Chris Beaumont wrote: > Hello, > > I'm just curious what people are using to write HTML with on Debian, > > The available editors ive tried so far all seem *so* clunky and unsuited > to the task... cut and paste works irregularly if at all, no facilit

Re: xdvi problem after upgrade

1999-07-20 Thread William Park
On Thu, Jul 15, 1999 at 02:36:44PM +1000, Tadeusz Bak wrote: > > Hi all, > After upgrading the system from Debian2.0 to Debian2.1 (slink) something > strange happend to the fonts in xdvi. The letters are colored a bit and > look like doubled. Can someone please give me an advice what files should

Re: need monitor specs.

1999-07-09 Thread William Park
tor.html Also, http://www.danbbs.dk/~monz/monitor-timings.html http://www.monitorworld.com/monitors_home.html http://www.amsinc.net/ http://www.griffintechnology.com/monitor.html William Park

how to burn CD with IDE/ATAPI CD-RW burner?

1999-06-26 Thread William Park
e me some pointers. Yours truly, William Park

Re: LaTeX

1999-06-09 Thread William Park
get 'test.dvi' containing all the font references 3. run 'dvips' to get Postscript file 'test.ps' or run 'xdvi' to preview the .dvi file You can also produce PCL file for HP Lasejet printers. As for the integrals, \int_{0}^{\infty} -- produces integral from 0 to infinity William Park

Re: How do I access dos partitions?

1999-06-06 Thread William Park
fig' to configure it, or run 'man lilo'. William Park

Re: Netscape 3.

1999-05-25 Thread William Park
On Tue, May 25, 1999 at 02:07:22AM +0200, Martin Bialasinski wrote: > > >> "FC" == Fu-Dong Chiou <[EMAIL PROTECTED]> writes: > > FC> Can anyone tell me where I can find Netscape 3? I remember older > FC> versions of Netscape are stored in an archive, accessible via > FC> browsers, but can't reme

Re: Partitioning hard disk

1999-05-15 Thread William Park
On Sat, May 15, 1999 at 05:33:01PM -0500, Michelle Maria Coelho wrote: ... > This is how I plan to partitiion the disks: > /hda1 40MB > swap hda2 8MB > /usr hda3 68MB > swap hdb1 8MB > /usr hdb2 250MB > > where hda is the 116

Re: Space in Linux Partition

1999-05-06 Thread William Park
On Thu, May 06, 1999 at 02:17:50PM +0100, Paulo J Matos aka PDestroy wrote: > How do I check the space I have left on the partition? > > Regards, > Paulo Jorge Matos aka PDestroy > Minister of FortuneCity - Marina District > http://www.fortunecity.com > Personal Page : http://pdestroy.fortunecity.

Re: simple graphics in latex

1999-05-05 Thread William Park
e to use PiCTeX; LaTeX's picture box is available, but it's pain. Draw your graph on paper first, then translate the coordinates to PiCTeX. Your graph would be something like $$\beginpicture ... \endpicture$$ I also wrote a PiCTeX extension to use relative coordinates. But, you have to know PiCTeX in order to use it. William Park

Re: Fax software

1999-05-02 Thread William Park
On Sun, May 02, 1999 at 06:47:34AM -0500, Carl Fink wrote: > I'm running a Debian 2.0-based system (with some newer packages > installed as needed). My CD-ROM contains these fax packages: > > 1)Hylafax/tkhylafax > 2)efax > 3)mgetty-fax > > I will primarily need software to *sen

Re: cut & paste using mouse

1999-05-01 Thread William Park
-> cut "word" triple click left button-> cut "line" middle button -> paste click left and click right -> cut region Just curious, since I'm thinking about moving from my current Slackware 3.3 to Debian 2.1. Why did you switch to Debian? William Park

Re: Screen capture program?

1999-04-15 Thread William Park
On Thu, Apr 15, 1999 at 10:42:03AM -0700, Mark Wagnon wrote: > I'm putting together a Linux presentation for a communications class, > and I'd like to be able to show some images of my desktop running > several different apps. > > Dows anyone know of any programs that will allow me to capture what

Re: Latex -- Plz help

1999-03-31 Thread William Park
On Wed, Mar 31, 1999 at 12:08:41PM +, Shao Zhang wrote: > Hi, > I know that I should not fight the layout against latex. But I > really like to do the following in latex for my resume. > I tried to use the tabular environment and not very pleased with the > outcome... > I want to do som

Re: Statistics/graphing programs for scientists?

1999-03-12 Thread William Park
On Thu, Mar 11, 1999 at 05:26:12PM -0600, rich wrote: > >I don't know what kind of statistics you do, but try >Octave which > >is GNU clone of MatLab. For graph, I use >Python to analyze the > >data, and PiCTeX to plot and >typeset the graph. > > > >

Re: Statistics/graphing programs for scientists?

1999-03-11 Thread William Park
t; other option is to use a windows emulator (like WINE)... > > > Thanks in advance, > > Rich I don't know what kind of statistics you do, but try Octave which is GNU clone of MatLab. For graph, I use Python to analyze the data, and PiCTeX to plot and typeset the graph. Yours truly, William Park

Re: problem sending mail...

1999-03-02 Thread William Park
On Mon, Mar 01, 1999 at 07:03:17PM -0800, Jesse Evans wrote: > Folks, > > Something chokes when I try to send mail, but only certain addresses. > > For example, I can send a message to myself via my ISP and it get's > retrieved just fine using fetchmail. Likewise, I can send mail to a

Re: Minicom Help

1999-02-28 Thread William Park
On Sat, Feb 27, 1999 at 09:44:20PM -0700, BOHICA wrote: > OK, silly question: > > How do I tell minicom to connect to a serial port (i.e. /dev/ttyS0) so > that I can talk to the serial terminal of a 3Com hub? > > I have had no problem setting up and configuring minicom for the dial-in > modem for

Re: lynx + cookies

1999-02-23 Thread William Park
On Mon, Feb 22, 1999 at 10:59:25PM +, Pere Camps wrote: > Hi! > > What do I touch in order to have lynx accept all cookies always? > > I've looked at the /etc/lynx.cfg file, and the cookies options > looks like it makes lynx 'ignore' cookies. > > TIA! Look into ~/.lynxrc o

Re: latex

1999-02-18 Thread William Park
On Thu, Feb 18, 1999 at 10:45:18PM +1100, Shao Zhang wrote: > > > On Thu, 18 Feb 1999, William Park wrote: > > > On Wed, Feb 17, 1999 at 07:38:25PM +1100, Shao Zhang wrote: > > > Hi, > > > I am having trouble to use footnote in a paragraph mode. >

Re: latex

1999-02-18 Thread William Park
On Wed, Feb 17, 1999 at 07:38:25PM +1100, Shao Zhang wrote: > Hi, > I am having trouble to use footnote in a paragraph mode. > > This is what I have done. > > > \paragraph { hello world\footnotemark } > \footnotetext{hello world} > > what did I do wrong?? There mu

Re: Tex

1999-02-17 Thread William Park
ath). TeX is basic "engine", and LaTeX is macro package on top. They are another markup language like HTML, in that you concentrate on document structure (eg. title, section, list, ...) and the program implements the formating (eg. font size, style, reference, hypenation, ...) William Park.

Re: Mounting a floppy drive (and other qustions)

1999-02-14 Thread William Park
On Sat, 13 Feb 1999, J K wrote: > Thanks to the people that helped me out with installation! > Now I have a couple of questions about the basics of Linux. > I just installed my system, and it works good, except for three things: > > 1. I can't mount the floppy drive. Does anyone know h

Re: fax software?

1999-02-13 Thread William Park
On Fri, 12 Feb 1999, Daryl Williams wrote: > does anyone know if there are any fax server software that > will run on linux? I use efax for sending. I never tried receiving.

RE: How do I change to a color monitor?

1999-02-13 Thread William Park
On Fri, 12 Feb 1999 [EMAIL PROTECTED] wrote: > The "ls --color" displays, and also Lynx screens, are still using > underlining & high-intensity, instead of real colors. > I assume you are in shell console, not in xterm. The color support should be on by default. In any case, edit /etc/DIR_C

Re: Removeing N lines from a file

1999-02-12 Thread William Park
On Wed, 10 Feb 1999, Lance Hoffmeyer wrote: > How can I use gawk or some other program to remove a number of lines > from a text file. Initially, I only need to delete the top 10 lines > from a file but it might be useful to know how to delete lines from any > part of the file. The top 10 line

Re: Where is emacs and vi command line editing set?

1999-02-07 Thread William Park
On Sun, 7 Feb 1999, Christopher R. Barry wrote: > A long long time ago my root account mysteriously switched to using vi > command-line editing instead of the default emacs, and I've been too > lazy to get around to fixing it until now I guess. Where is this > behavior configured? > > Christoph

Re: minicom config

1999-02-04 Thread William Park
On Tue, 2 Feb 1999, ktb wrote: > > > Hi, I'm trying to get away from my modem failing to hang up properly and > am attempting to install mimicom. I went through the configuration > process and as root, the program at least starts the dialup process. > I aborted because I didn't want to be on

RE: Learning more/Linux programming books

1999-01-21 Thread William Park
On Thu, 21 Jan 1999, Bruce Sass wrote: > On Wed, 20 Jan 1999, Steve Lamb wrote: > > > On Wed, 20 Jan 1999 10:01:35 +0100, Antonio A. Rivas Ojanguren wrote: > > > > >>You can start with any language. For a complete beginner, I would advocate > > >>Scheme. Even if you don't want to do big projec

Re: .fvwm2rc

1999-01-21 Thread William Park
On Wed, 20 Jan 1999, ktb wrote: > Hi, I'm following the directions of the "X Window User HOWTO" at The > Linux Documentation Project and trying to get my window manager fvwm2 to > read the file .fvwm2rc. I moved /usr/X11R6/lib/X11/fvwm2/.fvwm2rc > to my home directory as instructed. I used: