Hello
Again
I am a pest tonight.... and
sorry to bother but, I have an internal modem on com 1 ( old Compaq
28.8 ) I can remove it but I see not a jumper to change com ports. Hold on
now...
OK I removed it and all remain
static. This is a real jewel of a computer. I dislike Compaq intensily. I
must go and buy another soon! I am holding off until January as I believe the
prices will certainly fall with the de-valuation of the paciffic basian dollars.
I am looking at a Xeon Server with a Chettah 9.4 gig drive. Now the fellows want
2600.00 U.S. for it but I hope to get it for 1800.00 U.S. in January 1999.
It is great you are haveing ISDN lines put in. My problem with them
were that the local phone company had never placed them in service, and our
local ISP wanted 500.00 U.S. to be my up-stream link. I am opting for DSL out of
flustration and hope all goes well with it. I have been running websites under
NT for several years and paying great fees to ISP's for virtual hosting, and
have high hopes for a smooth operation under Linux, and DSL.
Thanks again, and if you can think of anyway to make the
old Compaq Work on cua2 please let me know. It also have PS2 Mouse on com 2. I
thank you and remain,
Martin H. Baldwin, at your service.
-----Original Message-----
From: Clark Mankin <[EMAIL PROTECTED]>
To: Linuxconf Mailing List <[EMAIL PROTECTED]>
Date: Tuesday, December 22, 1998 1:25 AM
Subject: [linuxconf] Re: New User1) Move your modem to com 1 and you'll be a happy camper.2) Apache is ready to go. There is no need to do anything. It boots up and runs when you start the system unless you told your system not to start it. (Type ps x at a command prompt and see if you have httsd running.)3) For Linux Netscape is the full featured browser. You will not find one "better" although there are many other choices. What exactly do you think some other browser does "better" than Netscape, anyway???If you select a browser other than Netscape you will not be able to view 85% of the content on the web. Everything runs with Java these days and the old text based browsers for Unix don't do Java.You have only two choices for a browser these days and those two are Internet Exploiter or Netscape. None of the others work with Java or activeX controls.Why have a browser that isn't going to be able to show you frames and do the Java that makes pages interesting?Red Hat is pretty much ready to go, including the web server. When you get your lines up (I am also waiting for ISDN service to put my own web server on line) and actually get going you may find a few things to tweak, but Apache has done a very good job of making their server "ready to run" right out of the box. 99% of the users find they have nothing to change.If you got Linux Undercover, it will answer most of your questions. Apache Server for Dummies (available from Barnes and Noble.com or Amazon.com will answer many elementary questions.If you will go to your /etc directory and type in the following: Note you must be at the absolute root level (not the one that says # /root. You want to do a "cd .." and get down to the # /etc.Then type in the line below:pico bashrcYou will launch an editor called Pico. The bashrc file will contain an "alias" statement at the bottom.Under that alias type the following line:alias ls="ls --color=tty"Then type <control> + XThen type Y (yes) to saveThen type <enter>What this does is it adds color to your directory tree. log off by typing <exit> at the command prompt and when you log in again you will have bright blue directories, bright green executable files and white text for plain text files.You can use Pico to make yourself a little executable to mount and dismount your CD ROM also.First typemkdir /cdrompress <enter>You have made a "mount point" directory for your CD.Now typePico /mntcdpress <enter> to bring up the editor.Now type in the following line.mount -t iso9660 /dev/hdd /cdromand do a <control + X>Press "y" to saveAnd finish with <enter>Now you'll have to "change mode" on the file to make it executable.Type inchmod 755 /mntcdThe 755 are octal codes for file permission levels. 7 means the owner can read, write and execute.In linux you must "dismount" the CD or the drawer will remain locked.umount /dev/hddThat's the command.You can also use the Pico editor to make a little executable file out of that command. I call mine /umntcdRemember that you must do chmod 755 /umntcd in order to make the file executable.These little tricks will make your Linux more enjoyable.Dig into the books. Read the HOWTO files. And read the Apache documentation.Cheers . . .
