[techtalk] Installing Suse on new computer...need advice

2001-06-07 Thread Nancy Corbett
I am looking at buying the computer described below, and one of the guys at work says that I will have all kinds of problems installing Linux on it because of the SCSI hard drive. Is this true? I'm not a hardware person at all and have never installed Linux on a computer from the ground up like

Re: [techtalk] 'Nuff sed

2001-05-30 Thread Nancy Corbett
Ahh!!! It worked!!! Thank you, thank you, thank you!! You cured my sedache! Nancy On Wed, 30 May 2001, Jeff Dike wrote: > [EMAIL PROTECTED] said: > > sed: command garbled: s/NEWDAY/Wednesday,05/30/2001/g > > sed lets you specify an alternate delimiter. I normally use '@', so I wo

[techtalk] 'Nuff sed

2001-05-30 Thread Nancy Corbett
Okay...I don't get it. I'm trying to format a date using sed. When I do the command from the command line, it works. But when I try it within the sed statement, I get a message saying: sed: command garbled: s/NEWDAY/Wednesday,05/30/2001/g 2 Any sed proficient folks out there who could lend a

Re: [techtalk] cron.hourly vs cron.daily timing

2001-05-29 Thread Nancy Corbett
bumping into each other. And putting scripts in the /etc/cron.* directories is something I hadn't thought of. Thanks for giving me the tip for the day! Nancy On Tue, 29 May 2001, David Merrill wrote: > On Tue, May 29, 2001 at 01:03:26PM -0700, Nancy Corbett wrote: > > > > I

Re: [techtalk] cron.hourly vs cron.daily timing

2001-05-29 Thread Nancy Corbett
It depends on how the cron is set up. The exact hour of the day is set in the crontab file. You can check it out yourself by entering crontab -e at the command line. It will bring up the list of scheduled cron jobs. Below I have an example of how crons are scheduled. There are 3 cron jobs set

Re: [techtalk] Stumped by shell script

2001-05-29 Thread Nancy Corbett
I got it working. Thanks again. The problem turned out to a mind fart on my part. ;) Nancy On Tue, 29 May 2001, Almut Behrens wrote: > On Mon, May 28, 2001 at 09:35:55PM -0700, Nancy Corbett wrote: > > > > The first one, however, within the > > sed statement, is not

Re: [techtalk] Stumped by shell script

2001-05-28 Thread Nancy Corbett
Almut! Nancy On Tue, 29 May 2001, Almut Behrens wrote: > On Mon, May 28, 2001 at 04:31:41PM -0700, Nancy Corbett wrote: > > > > This is off topic, but I'm hoping your sharp eyes will see what I am > > obviously missing. > > > > I'm writing a ksh script whic

[techtalk] Stumped by shell script

2001-05-28 Thread Nancy Corbett
This is off topic, but I'm hoping your sharp eyes will see what I am obviously missing. I'm writing a ksh script which I want to give 3 variables and read them from standard input. To do this, I'm using sed. I want sed to change every instance of DATE to the current date in a given file and re

[techtalk] oracle to mysql

2001-05-23 Thread Nancy Corbett
Hello all! I have a pile of .sql scripts written to drop and then create tables in oracle. I have to convert them to mysql. I'm finding that the syntax is just different enough that I keep hitting snags. I have the greatest book for learning mysql...MySql by Paul DuBois, but I am wondering if

Re: [techtalk] newbie

2001-05-18 Thread Nancy Corbett
On Fri, 18 May 2001, Scott wrote: > Do not know enough the db that comes with Star Office. You could load mysql by going to http://www.mysql.org. Webmonkey has a great tutorial for it as well. I'll second everything Scott said and would like to add: One thing to note is that you are enterin

Re: [techtalk] This talk of N-ary trees and other things...

2001-03-24 Thread Nancy Corbett
On Sat, 24 Mar 2001, Makiko Itoh wrote: > Speaking of which, I wonder if anyone has any thoughts on how > learning human languages, or the ability to, translates to the > ability to learn programming languages, or vice versa? Both my > husband and I are multilingual and we often talk about h

Re: [techtalk] This talk of N-ary trees and other things...

2001-03-23 Thread Nancy Corbett
On Sat, 24 Mar 2001 [EMAIL PROTECTED] wrote: > > Oddly enough, I have some recommendations: > > * study calculus, especially propositional and predicate calculus. > * study the theory of programming languages, get familiar > with the language families, become familiar with the fac

Re: [techtalk] Mail server

2000-10-12 Thread Nancy Corbett
btw... Moongroup consulting (www.moongroup.com) has some excellent resources involving setting up mail on a Linux platform. They also have a sendmail mailing list which I subscribe to. It will not add a lot of traffic to your inbox, but serves as a really great forum for asking anything specif

Re: [techtalk] Mail server

2000-10-12 Thread Nancy Corbett
e: > Can you have a mail server without a domain name for it (just an IP)? > > - Kathy > > ----- Original Message - > From: "Nancy Corbett" <[EMAIL PROTECTED]> > To: "Kath" <[EMAIL PROTECTED]> > Cc: "alissa bader" <[EMAIL

Re: [techtalk] Mail server

2000-10-12 Thread Nancy Corbett
MTA is your Messaging Transfer Agent. According to my handy, dandy dictionary of computing (http://www.instantweb.com/~foldoc/contents.html), here is the definition: --- Message Transfer Agent (MTA) The program responsible for delivering e-mail messages. Upon receiving a message from a Mail Us

[techtalk] dos to unix

2000-09-10 Thread Nancy Corbett
I know I've seen someone use a command something like dostounix to convert text docs written with something like notepad, etc into plain ol ascii... I have a bunch of perl scripts I just inherited and they have a ^M at the end of every line. I know I could just do a command in vi to get rid of

Re: [techtalk] Re: [grrltalk] extremely new

2000-08-31 Thread Nancy Corbett
A segmentation fault is reported when you run a program and it tries to access something it doesn't have permission to access...at least that's my understanding of it. A program will skip merrily along until BAM! it hits a wall when it tries to occupy a space where it isn't allowed to be. It wi

Re: [techtalk] Permissions

2000-06-19 Thread Nancy Corbett
Oh, another thing you can look at when setting permissions is the httpd.conf file in under apache/conf. This file, sets all of the defaults for what the web server can and cannot do. One thing people run into sometimes is that this file (httpd.conf) is not set to allow executables. So even tho

Re: [techtalk] problems with VI

2000-06-16 Thread Nancy Corbett
I use vi, and n and N work for me. On Fri, 16 Jun 2000, joey tsai wrote: > > > > On Fri, 16 Jun 2000, Nancy Corbett wrote: > > > > > When I want to repeat a search, I just hit the n key. > > > > Yes, you can do this action in vim, and pressing

Re: [techtalk] problems with VI

2000-06-16 Thread Nancy Corbett
When I want to repeat a search, I just hit the n key. On Fri, 16 Jun 2000, Nicoya Helm wrote: > Any idea why the following is happening? When I'm in vi and I do a > forward search, in the past I've always been able to repeat past > searches by typing "/" then the up arrow. However, the other

Re: [techtalk] Apache access.conf help

2000-06-13 Thread Nancy Corbett
Okay, here are the steps as I understand them (let me know if this helps): Go to the etc directory and run the command: ./htpasswd -c directoryname.pwd username htpassword will prompt you to enter a password twice. Once it's done, you can cat directoryname.pwd to see that it has created a fi

Re: [techtalk] know of a linux-friendly isp in la?

2000-06-07 Thread Nancy Corbett
Great story, Robert! The funniest part is that she believed that the DNS IPs were confidential information, as if anyone doing an nslookup couldn't see what they were! On Wed, 7 Jun 2000, Robert Wade wrote: > There's also the fact that most linux users don't really need support from the > plac

Re: [techtalk] New RH system...Cobalt

2000-05-22 Thread Nancy Corbett
I've seen this cobalt cube too. It's really kewl. And very reasonably priced. I want one, I want one, I want one!! On Mon, 22 May 2000, Stephanie Alarcon wrote: > actually, over here we're using Cobalt servers (www.cobalt.com). the > inital setup is really easy, just punch in an ip adress,

[techtalk] Need help finding scanner to use w/Linux

2000-05-22 Thread Nancy Corbett
I'm not very knowledgable about how to research which scanners have drivers which work well with Linux. I need to order a fairly good scanner (at least a 600dpi capability, able to handle grayscale & color). I've poked around on the web a bit but haven't found a scanner yet which boasts Linux co

Re: [techtalk] changing login shells

2000-05-22 Thread Nancy Corbett
If you go into your /etc/passwd file, the end of the line with your username designates what kind of shell your default is. On Fri, 19 May 2000, elizabeth ~ wrote: > hello, > > i recently installed caldera open linux 2.4, and i'd like to change my login > shell from bash to csh, but i can't

Re: [techtalk] "nice" in NT/Win2k?

2000-04-14 Thread Nancy Corbett
NT doesn't know how to play nice. On Fri, 14 Apr 2000, srl wrote: > Okay, so i know this isn't striclty ontopic, but any NT/Win2k, sysadmins > out there? I'm not a sysadmin, but I play one at my job (long story.) > > I need to know if there's an equivalent command in NT/Win2k like the unix

Re: [techtalk] Perl for idiots?

2000-04-07 Thread Nancy Corbett
Lori, I am not a programmer and have never taken a programming class, but I've had lots of jobs where I've had to learn to troubleshoot perl scripts. I found tons of tutorials on the web and found a guestbook in my html book, so I hand coded it and placed it on my web page as an exercise. The

Re: [techtalk] IPCHAINS

2000-03-02 Thread Nancy Corbett
> I know my husband's company filters using Squid and code they've written > themselves, I'm not sure whether Squid has filtering capacity on it's own, > though. > > I *know* it can be coded on. I just don't know if it does it. > Jenn, I've worked with Squid in the past and it is pretty nif

Re: [techtalk] Missing "taskbar" in KDE??

2000-02-25 Thread Nancy Corbett
Storm, >From your home directory, do an ls -la and it will show you all of the files in that directory, including the one running Xwindows. For example, look for the .fvwmrc file. Open it in a text editor and do a search for the word task. You'll see that there is a choice there to activate ei