On Sun, 25 Jan 2004 17:51:31 -0500 (GMT-05:00)
Fig ('RL Cassidy') disseminated the following:
> It's amazing that some people can open there mouth and not say anything. Much
> less be of any help. In all that time you took to flame, someone could be
> helped. I've reverted back to WinXP,
...a
AIL PROTECTED]>
Sent: Jan 25, 2004 1:39 PM
To: "Fig ('RL Cassidy')" <[EMAIL PROTECTED]>
Subject: Re: [newbie] REmove me from your mailing list
On Sun, 25 Jan 2004 13:30:26 -0500 (GMT-05:00)
Fig ('RL Cassidy') disseminated the following:
> me too
>
me too
-Original Message-
From: Greg Meyer <[EMAIL PROTECTED]>
Sent: Jan 19, 2004 7:30 AM
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: [newbie] REmove me from your mailing list
On Monday 19 January 2004 01:31 am, Rolla Kehrman wrote:
> REmove me from your mailing list
Guy Rouillier wrote:
I changed the message line in lilo.conf to
message=/boot/message.txt
and created the referenced file with the single line:
Tab or ? to list, to boot default
If you pull up the supplied /boot/message file, you'll see all kinds of
ANSI sequences, which is where the GUI boo
On Wed, 21 Jan 2004 10:35:04 +
John Richard Smith <[EMAIL PROTECTED]> wrote:
> Tony S. Sykes wrote:
>
> >John,
> >
> >Try splash=silent.
> >
> >Tony.
> >
> >
> Cannot, Had to do it the long way.
> Add nosplash to append line in lilo.conf
> move or rename the old initrd file in /boot
> then
On Wed, 21 Jan 2004 10:35:04 +
John Richard Smith <[EMAIL PROTECTED]> wrote:
>Tony S. Sykes wrote:
>
>>John,
>>
>>Try splash=silent.
>>
>>Tony.
>>
>>
>Cannot, Had to do it the long way.
>Add nosplash to append line in lilo.conf
>move or rename the old initrd file in /boot
>then,
>[EMAIL PRO
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tuesday 20 January 2004 7:04 am, John Richard Smith wrote:
> I've forgotten the correct incantation to remove the boot splash on
> boot
> up(back to text boot) my append line looks like this,
>
> append="devfs=mount hdc=ide-scsi hdd=ide-scsi nosplash a
Amichai Rotman wrote:
Hi John,
Simple. Just remove the 'nosplash' alltogether, worked for me.
I used to have 'splash=silent' on my append line before.
No, that's how I got into this in the first place, by hashing out
the old append line and using a temporary append line for an
experiment
Amichai Rotman wrote:
Hi John,
Simple. Just remove the 'nosplash' alltogether, worked for me.
I used to have 'splash=silent' on my append line before.
No, that's how I got into this in the first place, by hashing out the
old append line and using a temporary append line for an experimenta
John,
Try splash=silent.
Tony.
-Original Message-
From: John Richard Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 20, 2004 3:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Remove boot splash from lilo.conf
Tony S. Sykes wrote:
>John,
>
>Not sure off the top o
Hi John,
Simple. Just remove the 'nosplash' alltogether, worked for me.
I used to have 'splash=silent' on my append line before.
HTH.
On Tuesday 20 January 2004 16:14, John Richard Smith wrote:
> I've forgotten the correct incantation to remove the boot splash on
> boot up(back to text boot)
Tony S. Sykes wrote:
John,
Not sure off the top of my head but you can do it through mcc.
Tony.
Well, MCC changed,
append="devfs=mount hdc=ide-scsi hdd=ide-scsi nosplash acpi=off"
to,
append="NoSplash devfs=mount hdc=ide-scsi hdd=ide-scsi acpi=off"
big deal.
but what is more it didn't work
John,
Not sure off the top of my head but you can do it through mcc.
Tony.
-Original Message-
From: John Richard Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 20, 2004 2:05 PM
To: NEWBIE 1
Subject: [newbie] Remove boot splash from lilo.conf
I've forgotten the correct incantati
On Monday 19 January 2004 01:31 am, Rolla Kehrman wrote:
> REmove me from your mailing list
>
You can remove yourself, you have the power. Check the message headers for a
hint.
--
/g
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
On Monday 02 June 2003 06:05 am, Cédric Andral wrote:
> Can't open my mailbox anymore due to knowledge needs overflow :-|
Cedric,
To remove you have to send a messgae to sympa not the list. Check the mail
headers for instructions.
--
Greg
Want to buy your Pack or Services from MandrakeSoft?
On Thu, 19 Dec 2002 16:35:18 +
"Scott Middlemiss" <[EMAIL PROTECTED]> wrote:
> To damn many messages... Fills my box up and I can't run an effective business..
See http://www.mandrake.com/en/flists.php3 :)
You can also filter your mail
-Frans
Want to buy your Pack or Services fro
Scott, Filter your incoming mail and send Mandrake mail to a separate mailbox
(I use NINE differnet filters!!!)
On Thursday 19 December 2002 10:35 am, Scott Middlemiss wrote:
>
> To damn many messages... Fills my box up and I can't run an effective
> business...
>
> Scott Earl Middlemiss
>
>
You
can get off the mail list by going back to the web page you used to join
it http://www.linux-mandrake.com/en/flists.php3
-Original Message-From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Scott MiddlemissSent: Thursday, December 19, 2002
10:35 AMTo: [EMAI
On Tue, 9 Jul 2002 08:09:44 +0100
Dave Conroy <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
>
> My original query was about separate Win2000 and MD8.2 hard drives and
> LiLo as boot manager. I want to remove the MD8.2 hard drive and site
> it in a separate box so I can play around learning Apache. I
On Saturday 30 March 2002 06:52 pm, civileme wrote:
> Gerald Waugh wrote:
> >I have a directory fsn1date +%Y%m%d/
> >It was a bad attempt to create a directory with a date
> >
> >I can't remove it.
> >
> >rm -rf fsn1date +%Y%m%d
> >
> >does nothing
>
> Try escaping the space and other specia
Anytime you want to refer to a filename with a space in it, just put it in
quotes
so
rm "fsn1date +%Y%m%d/"
should do the trick
HTH
derek
On Saturday 30 March 2002 23:23, Gerald Waugh wrote:
> I have a directory fsn1date +%Y%m%d/
> It was a bad attempt to create a directory with a d
> I have a directory fsn1date +%Y%m%d/
Have you tried putting quotes around the directory?
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
Gerald Waugh wrote:
>I have a directory fsn1date +%Y%m%d/
>It was a bad attempt to create a directory with a date
>
>I can't remove it.
>
>rm -rf fsn1date +%Y%m%d
>
>does nothing
>
>
>
>
>Want to buy your Pack or Servic
Thanks for getting u r mail into my junk mail list. Why do u ask so many
times to remove. I didnt add u , you did it. Please remove u r self. or else
live with it.
On Sat, 9 Mar 2002 08:32, you wrote:
> I don't even have mandrake anymore I switched to redhat
> please remove me the commands to
Felix,
go to http://www.linux-mandrake.com/en/flists.php3
you can remove yourself there.
Brian
On Tue, 2002-01-22 at 15:20, Felix Barreto wrote:
Please remove me from your "newbie" e-mail list. I simply do not have
time to read this much e-mail. My e-mail address is:
[EMAIL PROTECTED]
Please remove me from your "newbie" e-mail list. I simply do not have time to read this much e-mail. My e-mail address is:
[EMAIL PROTECTED]
Thanks
Felix Barreto
"There are two kinds of people, those who do the work and those who take the credit. Try to be in the first group; there is less com
OK ..thank for your information ... then how to remove sendmail files clean
in my Linux BOX
Best Regards,
SKLIM
- Original Message -
From: "Gerald Waugh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 11, 2002 9:40 AM
Subject: Re: [newbie] Remove
> "SKLIM" <[EMAIL PROTECTED]> studiouisly spake these words to ponder:
> > Hi!
> >
> > I have configure my sendmail with a source files. But there was a problem
> > running sendmail.
> >
> > How can I remove sendmail program from my Linux BOX
> >
> > Best Regards,
> > SKLIM
>
try /etc/rc.d/init.d/
On Thu, 10 Jan 2002 14:30:06 +0800
"SKLIM" <[EMAIL PROTECTED]> studiouisly spake these words to ponder:
> Hi!
>
> I have configure my sendmail with a source files. But there was a problem
> running sendmail.
>
> How can I remove sendmail program from my Linux BOX
>
> Best Regards,
> SKLIM
>
>
On Fri, 07 Dec 2001 20:04:26 +
FDG <[EMAIL PROTECTED]> wrote:
Try http://www.linux-mandrake.com/en/, on the left side:
SUPPORT E-Support Mailing lists
There you can find (un)subscribe info. HTH,
-Frans
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrake
On Wednesday 21 March 2001 21:02, my mailbox was honoured by a missive from
you that said :
> doesn't anyone READ the instructions anymore? God only knows what they'd
> do with a map somewhere out in the wilderness with little gas left. call
> the map maker for directions?
They'll just whip out
now now guys...
lets be nice to the windows users.
if they could read, they wouldn't need icons to click on.
Adrian Smith
'de telepone dude
Telecom Dept.
x 7042
[EMAIL PROTECTED]
>>> Mark Weaver <[EMAIL PROTECTED]> 6:02:01 PM 3/21/01 >>>
doesn't anyone READ the instructions anymore? God only
doesn't anyone READ the instructions anymore? God only knows what they'd
do with a map somewhere out in the wilderness with little gas left. call
the map maker for directions?
NOT!
Mark
Michael Scottaline wrote:
>
> [EMAIL PROTECTED] wrote:
> >
> > TAKE ME OFF THIS LIS
At 08:35 21.03.2001 -0800, you wrote:
>TAKE ME OFF THIS LIST PLEASE!
>REMOVE ME!
>
>- Original Message -
>From: "mta2001" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, March 20, 2001 10:22 PM
>Subject: [newbie] test
>
>
> >
> >
> >
http://www.linux-mandrake.com/en/flists.p
READ THE INSTRUCTIONS AND REMOVE YOURSELF!
Aumiller wrote:
>
> TAKE ME OFF THIS LIST PLEASE!
> REMOVE ME!
>
> - Original Message -
> From: "mta2001" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 20, 2001 10:22 PM
> Subject: [newbie] test
>
> >
> >
> >
[EMAIL PROTECTED] wrote:
>
> TAKE ME OFF THIS LIST PLEASE!
> REMOVE ME!
There is NO ONE on this list that can remove you. `cept, of course,
the person who signed you up for it. My guess is that would be YOU!
Go back to where you signed up and read up on how to remove
Not this again...
On Sat, 24 Feb 2001 08:04, [EMAIL PROTECTED] wrote:
--
Sridhar Dhanapalan.
"There are two major products that come from Berkeley:
LSD and UNIX. We don't believe this to be a coincidence."
-- Jeremy S. Anderson
how about using the correct removal sting people
At 07:04 AM 24/02/2001 Saturday, you wrote:
>---
>Incoming mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.231 / Virus Database: 112 - Release Date: 12/02/2001
---
Outgoing mail is c
Richard Davies wrote:
Ok...you're removed!
--
Mark
"If you don't share your concepts and ideals, they end up being
worthless,"
"Sharing is what makes them powerful."
alan wrote:
>
> > Date: Mon, 5 Feb 2001 03:37:36 +1100
> > From: Sridhar Dhanapalan <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: Re: [newbie] remove me
> >
> > pay me
> >
> >
> > On Mon, 5 Feb 2001 03:33, Brian Overby wrote:
> >
> >
> >
> >
Linux Tests wrote:
> If it upsets you *so much* to see a remove me message, then filter out the
> messages that say "remove me" in the subject line.
I didn't say it upsets me; I said don't be surprised if [he gets] flamed
(not necessarily by me). The guy was upset that people complained about
If it upsets you *so much* to see a remove me message, then filter out the
messages that say "remove me" in the subject line.
:-P
On Wed, 07 Feb 2001, you wrote:
##Oops...dunno why my message didn't get sent properly - bounced the message
##I meant to reply to.
##
##Anyways...if you are a mail
Oops...dunno why my message didn't get sent properly - bounced the message
I meant to reply to.
Anyways...if you are a mailing-list newbie, try RTFM _before_ you subscribe
to a mailing-list. Otherwise, don't be surprised if you get flamed when
you send a "remove me" message to the list (after al
eb 2001 01:37:52 +0100
> From: Brian Overby <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] remove me
>
> yeye tryed it .. dident work and istead of shouting and getting all spazm
> like why dont you just shut up if you
dwards <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: [newbie] remove me
>
>
>
> To all who wish to be removed from this list:
>
> Use what functional portion of gray matter which you have remaining and
> return to the page at which you joined the list.
&g
d up being worthless,"
"Sharing is what makes them powerful."
On Mon, 5 Feb 2001, philomena wrote:
> Date: Mon, 05 Feb 2001 08:19:08 -0500
> From: philomena <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: "[EMAIL PROTECTED]" <[EMAIL PR
Dude! read the bottom of the email. there are directions on how to do that
there; on the original message you got when you signed up; AND at the
mandrake site where you most likely signed up to get "on" the list.
--
Mark
"If you don't share your concepts and ideals, they end up being worthless
apalan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] remove me
>
> pay me
>
>
> On Mon, 5 Feb 2001 03:33, Brian Overby wrote:
>
>
>
>
You can check-in anytime you like
But you can never leave...
Hotel California
Eagles
I say,
"Death to False Linux... errr I mean Metal!"
regards
Joe
RLU# 186063
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Henk Buwalda
> Sent: Monday, Februa
roup here is "newbie"
> <- being the case word.
>
> - Original Message -
> From: "philomena" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 06, 2001 3:13 AM
> Subject: Re: [newbie] remove me
>
>
>
OK...in return, can you make my next 6 rent payments? Come on...
peace,
Rog
http://www.slammingrooves.com
Registered Linux user #19071
On Mon, 5 Feb 2001, Henk Buwalda wrote:
> Hi,
>
> Please remove me
>
> Henk Buwalda
>
>
>
Error: 3202 - Request refused.
If you are reading this then your request was not processed by the server.
This indicates an error in the command format or syntax received by the
server.
Please resubmit your request using the correct syntax.
-Original Message-
From: [EMAIL PROTECTED]
[
No
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Brian Overby
Sent: Sunday, February 04, 2001 11:35 AM
To: [EMAIL PROTECTED]
Subject: [newbie] remove me
The idiot bit it totally uncalled for. There is no need for this behaviour
on these pages!!!
- Original Message -
From: "mark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 7:29 AM
Subject: Re: [newbie] remove me
| On Mon, 05 F
Jason Ashman wrote:
>
> On Monday 05 February 2001 11:49, you wrote:
> > Hi,
> >
> > Please remove me
> >
> > Henk Buwalda
> I find it utterly amazing that this kind of thing still happens!
i belong to a macintosh discussion group as well, and i have to say that
this had happened only twice
obviousley people are not reading the bottom of the email
stephen
At 12:13 PM 6/02/2001 Tuesday, you wrote:
>is there a full moon or something that there are so many of these today
>??!!?!
>
>go back to where you signed up and follow the instructions !
>
>philomena
>
> > Brian Overby
is there a full moon or something that there are so many of these today
??!!?!
go back to where you signed up and follow the instructions !
philomena
> Brian Overby wrote:
>
>
On Mon, 05 Feb 2001, Traumax wrote:
> Subject: [newbie] remove me
>
>
> |
> |
> |
How did so many idiots get signed up at once anyways
On Mon, 05 Feb 2001, Bill Roddie wrote:
>
I am always amazed at the people who have the wherewithal
to get signed up to the list, but completely oblivious to
get off it.
I'll get you off it for $20 (inflation)
I got a check from a desperate soul once...I still didn't tell them.
-Original Message-
From: Philomena [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:09 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [newbie] remove me
I think I'll have to make my fortune
gt;To: [EMAIL PROTECTED]
>Subject: Re: [newbie] remove me
>
>If there are alot of people asking the same thing then presumable they do
>that for a reason. Maybe they are just thick like me.
>But then it takes all sorts ah!!!
>
>Hope you get rich quick
>
>Bi
-Original Message-
From: philomena [SMTP:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 1:19 PM
To: [EMAIL PROTECTED]
Subject:Re: [newbie] remove me
If there are alot of people asking the same thing then presumable they do that for a
reason. Maybe they are just
Henk Buwalda scribed:
>
> Hi,
>
> Please remove me
>
> Henk Buwalda
Henk,
No one on this list can remove you, but you. Go to the Mandrake site and read the
directions if you haven't saved your initial welcoming message
Mike
--
"Many loads of beer were brought. What di
To all who wish to be removed from this list:
Use what functional portion of gray matter which you have remaining and
return to the page at which you joined the list.
If this is now above the level of your capibilites you may do so by using
your mouse and clicking upon this link
http://www.lin
These requests are facsinating - I'm assuming you don't read ALL the
other posts from people asking the same thing, and then, the highly
sarcastic/humorous and occasionnally serious responses from others on
the list ??
Common sense - try looking where you signed up - there are instructions
on ho
You didn't say the magic words...
-Original Message-
From: Cristian Rodriguez [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 8:16 AM
To: [EMAIL PROTECTED]
Subject: [newbie] remove me
Cristián Rodríguez Vásquez
Jefe de Soporte e Ingeniería de Sistemas
Unidad Informática
pay me
On Mon, 5 Feb 2001 03:33, Brian Overby wrote:
--
Sridhar Dhanapalan.
"There are two major products that come from Berkeley:
LSD and UNIX. We don't believe this to be a coincidence."
-- Jeremy S. Anderson
On Thu, 18 Jan 2001 23:03:59 -0800, Beckycould said:
You have to remove yourself from the list at the same place that you
subscribed to the list.
Go to : http://www.linux-mandrake.com/en/flists.php3
Look for SUPPORT LISTS, enter your email address, select UN subscribe,
click on SUBMIT.
--
begs the question alan, what is different about a type 85 extended
partition compared to an 'ordinary' extended partition?
bascule
Alan Shoemaker wrote:
>
> EdPM can't read what's inside a type 85 extended
> partition and that'd what diskdrake makes in 7.2. You need
> to use linux fdisk a
ed wrote:
> Hi heres my Question how do I remove the linux partitions
> on my HD without having to format the whole HD. I used
> partition magic to make the partitions on my HD and then I
> used diskdrake to shrink them to have
> /hda5,/homehda7,swaphda6,/usrhda8 and hdawindows for a
> dual-bootbo
Roger is right, you should be able to delete the ext2 partitions with Partition
Magic (at least if PM can read them) and expand the Win partition afterwards (or
make an extra Win partition or whatever!). If this is absolutely impossible
then I would try Windows fdisk. You can fix the MBR with fdis
On 19 Nov 2000, ed wrote:
> Hi heres my Question how do I remove the linux partitions on my HD without
> having to format the whole HD. I used partition magic to make the partitions
> on my HD and then I used diskdrake to shrink them to have
> /hda5,/homehda7,swaphda6,/usrhda8 and hdawindows
On Wed, 13 Sep 2000 12:19:26 -0500,Rob wrote:
>
>If there is another way than this to remove myself from this list can
>someone please let me know.
Wed, 13 Sep 2000 12:44:37
We on this list cannot unzubscribe you.
To unzubscribe <-(spell like this except replace z
I guess you must have missed the hundreds of other messages asking the same
thing, and the thousands of responses (well, perhaps I exaggerate a bit)
go back to where you subscribed (in the mailing list section on the
Mandrake homepage) and follow the directions
philomena
At 12:19 PM 9/13/
yes you have to be in root, unless you have set your nornal login to
superuser equivalent (which you shouldnt do) As for where the program
installs, I would assume that it installs in whichever directory you are
currently in, I actually wanted to use rpms at first, but the tar.gz is
better, simpl
> How Can I Remove From The Newbie List?
Out-grown it eh?
;o)
Go to the Linux Mandrake web page (http://www.linux-mandrake.com/en/) and follow the
links in
the left frame to the mailing list page.
Here there will be an option to unsubscribe.
Michael Scottaline wrote:
> "WILLIAM DOUGLAS" <[EMAIL PROTECTED]> wrote
>
> > please remove my name and e-mail addr
"WILLIAM DOUGLAS" <[EMAIL PROTECTED]> wrote
> please remove my name and e-mail address from your list immediately. i have
more impotant thing to do, than reading other peoples e-mails all day.
==
We can't remove you. No one on this list can remove you but you
remove unsubscribe
- Original Message -
From: "Hieronymous Bosch VII" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 29, 2000 5:34 PM
Subject: [newbie] remove
> Please remove my name and e-mail address from all your
> lists immediately.
>
> --- This message was i
I think this guys behavior should be severely discouraged
with extreme prejudice :-(
Spamming a list is NOT the accepted way of requesting
cancellation of subscription.
Michael Perry.
R&D. Dep. Netafim Magal.
<<<>>>
> -Original Message-
> From: Hieronymous Bosch VII [SMTP:[EMAIL PROTEC
newbie remove
I get a feeling your trying to tell use something
On Mon, 22 Nov 1999, you wrote:
>
> REMOVE REMOVE REMOVE REMOVE REMOVE
>
> ! PLEASE REMOVE MY ADDRESS FROM YOUR MAILING LIST !!
>
>
> ! PLEASE REMOVE MY ADDRESS FROM YOUR MAILING LIST !!
>
> ! PLEASE R
Why not send this about 200 times to the idiots that sent
those posts.
That way they will know how to get off the list for sure.
Ron
> Thomas Cox wrote:
>
> Hi,
>
> For all those who can't figure out how to get removed,
> here is some clipped info from the email that was sent to
> everyone w
Hi,
For
all those who can't figure out how to get removed, here is some clipped info
from the email that was sent to everyone when they signed up to this
newsgroup:
If you ever want to remove
yourself from this mailing list,you can send mail to
<[EMAIL PROTECTED]> with the following com
"Wayne Collins" <[EMAIL PROTECTED]> wrote:
> -
> Attachment:
> MIME Type: multipart/alternative
> -
> REMOVE REMOVE REMOVE REMOVE REMOVE
>
> ! PLEASE REMOVE MY ADDRESS FROM YOUR MAILI
Why noo... No I don't. BUT I have Yoohooed on occasion, does that count?
On Mon, 22 Nov 1999, you wrote:
> Please remove my name from the mailing list.
>
> Thank You
>
> __
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
--
remove
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Michel Rene de Cotret
Sent: Wednesday, November 10, 1999 9:45 AM
To: [EMAIL PROTECTED]
Subject:[newbie] remove
remove
remove
If only I could track 'um down... you wish to be removed? removed you'll
be... (a take off on a great Garry Chandelling - Rip Torn segway on the
Larry Sanders Show)
:o)
Unless I'm mistaken, aren't removal requests supposed to go to
[EMAIL PROTECTED]
and the message text, no subject needed, be:
Earl Karch wrote:
> remove
I'd love to but you keep coming back
8-)
--
Joseph S. Gardner
Senior Designer / Technical Support
Kirby Co., Cleveland, OH
[EMAIL PROTECTED]
G'day
I can only remove you if you are in Australia, as my truck does not go well
across water.
On Thu, 23 Sep 1999, you wrote:
> remove
> [EMAIL PROTECTED]
> We know that communication is a problem, but the company is not
> going to discuss it with the employees."
> (Switching superviso
Me too?
Ken Wilson
First Law of Optimization: The speed of a nonworking program is
irrelevant
(Steve Heller, 'Efficient C/C++ Programming')
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of terry
> Sent: Thursday, September 23, 1999 8:33 AM
> To: new
OK I get the truck out and be right around.
On Sat, 18 Sep 1999, you wrote:
> remove
--
Michael Doyle
Adelaide, South Australia
ICQ #2635762
http://landofoz.apana.org.au
Michael Scottaline wrote:
>
> Alex Bailey <[EMAIL PROTECTED]> wrote:
> remove
>
> I believe white vinegar is most effective at removing dog urine stains. Will
> one of the gurus correct me if I'm wrong..!?
Oh, come on, everyone knows a little club soda will take that right
out.
Alex Bailey <[EMAIL PROTECTED]> wrote:
remove
I believe white vinegar is most effective at removing dog urine stains. Will
one of the gurus correct me if I'm wrong..!?
++
Michael Scottaline
COL 2.2 Linux
BOB, the whole idea here is to be nice and share informationnot be a
jerk
- Original Message -
From: Bob Jackson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 13, 1999 11:39 PM
Subject: Re: [newbie] remove
> "D.Vaughn" wrote:
then you'd know how to get off the list and
we wouldn't have to listen to you whine.
Bob Jackson
[EMAIL PROTECTED]
> - Original Message -
> From: Michael Doyle <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, September 12, 1999 10:00 PM
>
Bob,
I have had this happen twice and found that I had to start the install
over
again and use fdisk or cfdisk to remove/delete the offending
partitions.
DOS/fdisk and PM will not be able to do so. It might be a good idea to
abort the
installation after deleting the partitions and boot up DOS o
Looks like he is looking for the same thing I am...how do you get
removed from this list.
- Original Message -
From: Michael Doyle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 12, 1999 10:00 PM
Subject: Re: [newbie] remove
> what
>
the information [because that seems to be
somewhere that the corruption magically doesn't occur].
- Original Message -
From: Bob <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 13, 1999 12:04 PM
Subject: Re: [newbie] Remove partial Linux Partition
>
> Ye
1 - 100 of 111 matches
Mail list logo