Re: [newbie] Spam Filter with Kontact

2004-07-23 Thread Erylon Hines
On Friday 23 July 2004 01:25 am, SME Server Admin wrote:
| Hiya
|
| I now use Kontact on Mandrake 10 for all email.
|
| At the moment I have a simple spam filter that I put in but I'm looking for
| something I can use that will handle it for me, one that can learn if
| that's possible?
|
| TIA
|
| Elwyn

There are several, but quite a few of us use SpamAssassin.  SA takes a bit of 
teaching, but once you parse a couple of thousand messages it gets extremely 
good at filtering out the junk.  It is on your disks, and probably already 
installed.  To begin your adventure go here:

http://www.jennings.homelinux.net/modules.php?name=Sectionsop=viewarticleartid=15

http://www.ee.columbia.edu/systems/spam.html

http://www.softwaredesign.co.uk/Information.SpamFilters.html

http://www.rulesemporium.com/







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Spam Filter with Kontact

2004-07-23 Thread SME Server Admin
On Friday 23 Jul 2004 16:13, Erylon Hines wrote:
 On Friday 23 July 2004 01:25 am, SME Server Admin wrote:
 | Hiya
 |
 | I now use Kontact on Mandrake 10 for all email.
 |
 | At the moment I have a simple spam filter that I put in but I'm looking
 | for something I can use that will handle it for me, one that can learn if
 | that's possible?
 |
 | TIA
 |
 | Elwyn

 There are several, but quite a few of us use SpamAssassin.  SA takes a bit
 of teaching, but once you parse a couple of thousand messages it gets
 extremely good at filtering out the junk.  It is on your disks, and
 probably already installed.  To begin your adventure go here:

 http://www.jennings.homelinux.net/modules.php?name=Sectionsop=viewarticle;
artid=15

 http://www.ee.columbia.edu/systems/spam.html

 http://www.softwaredesign.co.uk/Information.SpamFilters.html

 http://www.rulesemporium.com/

Thanks, gone for a look :) I may be gone some time.

Cheers

Elwyn


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Installing a .jar file [SOLVED]

2004-07-23 Thread Marco Verheul
On Fri, 2004-07-23 at 02:57, Dan Gordon wrote:
 On Thursday 22 July 2004 03:38 pm, Marco Verheul wrote:
  On Thu, 2004-07-22 at 11:20, Thereidos wrote:
   Dnia czw 22. lipca 2004 00:44, Todd Slater napisa:
On Thu, Jul 22, 2004 at 12:34:13AM +0200, Marco Verheul wrote:
 Hi all,

 I want to install a platform independent font viewer (Opcion). On
 their website ( http://opcion.sourceforge.net/help.htm ) they say:

 Execute Opcion Font Viewer
 ... For Linux users use the command java -jar Opcion_v1.1.1.jar in
 console/terminal/shortcut.

 When I fire that command in the command line, I get:

 bash: java: command not found

 I have Java installed and tested. It's there. Does anybody know how
 to install/use these kind of applications?
   
Java is probably not in your path so you'll have to give the full path
to its location; on my machine it's /usr/java/j2re1.4.2_01/bin/java.
You could probably set up a link in ~/bin or /usr/bin if you wanted.
   
Todd
  
   Or simply add /usr/java/j2re1.4.2_04/bin (or whathever java version you
   have) to your PATH variable in ~/.bash_profile...
   You could also do
   export PATH=$PATH:/usr/java/j2re1.4.2_04/bin
 
  Sorry guys, but I'm missing the point here. I have java installed in
  /usr/java/j2re1.4.2_05.
  In /home/user/.bash_profile I added the path. It looks like this:
 
  PATH=$PATH:$HOME/bin:/usr/java/j2re1.4.2_05/bin
 
  I did the check with Mozilla if Java was running and it did. This is all
  I did. Now i downloaded Opcion_v1.1.1.jar and it is somewhere in my
  downloads directory. What should I do to use it. Should I place it in a
  java path (if so, where exactly)? Should I type the command java -jar
  Opcion_v1.1.1.jar in the command line?
 
  I'm afraid you have to spell it out to me...
 
 Open a terminal and cd to the directory where the file is and type,
 java -jar the_name_of_file.jar
 HTH
 
 Regards,
 Dan Gordon

Dan,

I did that, but probably I had to reboot my system after installing
java... This time it works like a charm! Thanks.

Cheers, Marco



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Installing a .jar file [SOLVED]

2004-07-23 Thread Thereidos
Dnia pi 23. lipca 2004 18:09, Marco Verheul napisa:
 On Fri, 2004-07-23 at 02:57, Dan Gordon wrote:
  On Thursday 22 July 2004 03:38 pm, Marco Verheul wrote:
   On Thu, 2004-07-22 at 11:20, Thereidos wrote:
Dnia czw 22. lipca 2004 00:44, Todd Slater napisa:
 On Thu, Jul 22, 2004 at 12:34:13AM +0200, Marco Verheul wrote:
  Hi all,
 
  I want to install a platform independent font viewer (Opcion). On
  their website ( http://opcion.sourceforge.net/help.htm ) they
  say:
 
  Execute Opcion Font Viewer
  ... For Linux users use the command java -jar Opcion_v1.1.1.jar
  in console/terminal/shortcut.
 
  When I fire that command in the command line, I get:
 
  bash: java: command not found
 
  I have Java installed and tested. It's there. Does anybody know
  how to install/use these kind of applications?

 Java is probably not in your path so you'll have to give the full
 path to its location; on my machine it's
 /usr/java/j2re1.4.2_01/bin/java. You could probably set up a link
 in ~/bin or /usr/bin if you wanted.

 Todd
   
Or simply add /usr/java/j2re1.4.2_04/bin (or whathever java version
you have) to your PATH variable in ~/.bash_profile...
You could also do
export PATH=$PATH:/usr/java/j2re1.4.2_04/bin
  
   Sorry guys, but I'm missing the point here. I have java installed in
   /usr/java/j2re1.4.2_05.
   In /home/user/.bash_profile I added the path. It looks like this:
  
   PATH=$PATH:$HOME/bin:/usr/java/j2re1.4.2_05/bin
  
   I did the check with Mozilla if Java was running and it did. This is
   all I did. Now i downloaded Opcion_v1.1.1.jar and it is somewhere in my
   downloads directory. What should I do to use it. Should I place it in a
   java path (if so, where exactly)? Should I type the command java -jar
   Opcion_v1.1.1.jar in the command line?
  
   I'm afraid you have to spell it out to me...
 
  Open a terminal and cd to the directory where the file is and type,
  java -jar the_name_of_file.jar
  HTH
 
  Regards,
  Dan Gordon

 Dan,

 I did that, but probably I had to reboot my system after installing
 java... This time it works like a charm! Thanks.

 Cheers, Marco

For the record: If you have made any changes to ~/.bash_profile you simply 
needed to log again to your account (logout, login)...
-- 
Cezary 'Thereidos' Morga [EMAIL PROTECTED]
GG# 169903 ICQ# 328-700-565
Jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] best bittorrent client

2004-07-23 Thread Bill Winegarden
Hi,
I am considering a bittorrent client installation. I prefer a gui application 
so that others can use it. Can the list members make a recommendation?

tia,
Bill W.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Spam Filter with Kontact

2004-07-23 Thread Hoyt Bailey
On Friday 23 July 2004 10:13, Erylon Hines wrote:
 On Friday 23 July 2004 01:25 am, SME Server Admin wrote:
 | Hiya
 |
 | I now use Kontact on Mandrake 10 for all email.
 |
 | At the moment I have a simple spam filter that I put in but I'm
 | looking for something I can use that will handle it for me, one
 | that can learn if that's possible?
 |
 | TIA
 |
 | Elwyn

 There are several, but quite a few of us use SpamAssassin.  SA takes
 a bit of teaching, but once you parse a couple of thousand messages
 it gets extremely good at filtering out the junk.  It is on your
 disks, and probably already installed.  To begin your adventure go
 here:

 http://www.jennings.homelinux.net/modules.php?name=Sectionsop=viewar
ticleartid=15

 http://www.ee.columbia.edu/systems/spam.html

snip
These two refrences do not resolve on the server.
-- 
Regards;
Hoyt


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] best bittorrent client

2004-07-23 Thread Thereidos
Dnia pi 23. lipca 2004 15:34, Bill Winegarden napisa:
 Hi,
 I am considering a bittorrent client installation. I prefer a gui
 application so that others can use it. Can the list members make a
 recommendation?

I'll say go for Azureus (azureus.sf.net I think)...
-- 
Cezary 'Thereidos' Morga [EMAIL PROTECTED]
GG# 169903 ICQ# 328-700-565
Jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Spam Filter with Kontact

2004-07-23 Thread SME Server Admin
On Friday 23 Jul 2004 18:04, Hoyt Bailey wrote:

  http://www.jennings.homelinux.net/modules.php?name=Sectionsop=viewar
 ticleartid=15
 
  http://www.ee.columbia.edu/systems/spam.html

 snip
 These two refrences do not resolve on the server.

The Columbia Link has gone, but the other is there hidden away... I think I've 
bookmarked it here somewhere..

Elwyn


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] best bittorrent client

2004-07-23 Thread Anthony Cull
Thereidos wrote:
Dnia pi 23. lipca 2004 15:34, Bill Winegarden napisa:
 

Hi,
I am considering a bittorrent client installation. I prefer a gui
application so that others can use it. Can the list members make a
recommendation?
   

I'll say go for Azureus (azureus.sf.net I think)...
 

Azureus is platform independent but you will need to install the JAVA 
runtime. Also I have had a few small hickups with it when it auto 
updates. Stop seeding it if you get errors when updating restart it and 
it should update.If Permmisions permit. Azureus is a 1up 2 down client 
so unless you have a 512/128 you will only get 8kbs 4kbs on 256/64 
(choke @5kbs)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] best bittorrent client

2004-07-23 Thread Ger Schinkel
On Friday 23 July 2004 15:34, Bill Winegarden wrote:
 I am considering a bittorrent client installation. I prefer a gui
 application so that others can use it. Can the list members make a
 recommendation?

I use bittornado, available through the urpmi sources. I believe it is 
Shadow's version of the original bittorrent client. It looks and behaves 
exactly like the windows version (port?).

Ger Schinkel


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] MDK 10.0 + Multimedia keyboard

2004-07-23 Thread Stephen Kuhn
On Fri, 2004-07-23 at 18:19, Margot wrote:

 You've told us what problems you get if you choose US or US 
 International, but what happens if you choose the UK option?

Same diff - same thing. US International and UK do the exact same thing.

 I have UK keyboard selected, and it works fine - but I'm in the UK, 
 so that's to be expected! Does UK keyboard not mix well with non-UK 
 locale settings?

Well, I'm in Oz - so a UK or US International keyboard or US keyboard
SHOULD work properly...even if I'm in the southern hemisphere (g)

 By the way, I don't have a right Alt key on this keyboard - it's 
 marked Alt Gr and doesn't do the same things as Alt - I'm not 
 sure exactly what it is for, I haven't found a use for it yet!

I'm just perplexed as to why it worked so well for the past few years
under 9.1 but doesn't want to work under 10.0; and why there isn't a
facility to change the actual keyboard hardware type...keyboard layout
is one thing, but keyboard hardware is another...strange that...must be
something that was slightly overlooked, eh?
 
 __

stephen kuhn - proprietor
__
illawarra computer services :: a kuhn media australia venture
http://kma.0catch.com  :: mobile 0410.728.389
Serving Sydney, The Illawarra, South Coast and Rural NSW
__
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
__
  Mandrake GNU/Linux 10.0 OE/Kernel 2.6.3-7/ No Viruses here. 

Look, we play the Star Spangled Banner before every game. You want us to
pay income taxes, too? -- Bill Veeck, Chicago White Sox



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Spam Filter with Kontact

2004-07-23 Thread Stephen Kuhn
On Fri, 2004-07-23 at 18:25, SME Server Admin wrote:
 Hiya
 
 I now use Kontact on Mandrake 10 for all email.
 
 At the moment I have a simple spam filter that I put in but I'm looking for 
 something I can use that will handle it for me, one that can learn if that's 
 possible?
 
 TIA
 
 Elwyn

If you're really wanting to filter spam, why aren't you using your local
postfix setup with procmail?

stephen kuhn - proprietor
__
illawarra computer services :: a kuhn media australia venture
http://kma.0catch.com  :: mobile 0410.728.389
Serving Sydney, The Illawarra, South Coast and Rural NSW
__
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
__
  Mandrake GNU/Linux 10.0 OE/Kernel 2.6.3-7/ No Viruses here. 

I have examined Bogota, he said, and the case is clearer to me. I
think very probably he might be cured. That is what I have always
hoped, said old Yacob. His brain is affected, said the blind doctor.
The elders murmured assent. Now, what affects it? Ah! said old
Yacob. This, said the doctor, answering his own question. Those queer
things that are called the eyes, and which exist to make an agreeable
soft depression in the face, are diseased, in the case of Bogota, in
such a way as to affect his brain. They are greatly distended, he has
eyelashes, and his eyelids move, and cosequently his brain is in a state
of constant irritation and distraction. Yes? said old Yacob. Yes?
And I think I may say with reasonable certainty that, in order to cure
him completely, all that we need do is a simple and easy surgical
operation -- namely, to remove those irritant bodies. And then he will
be sane? Then he will be perfectly sane, and a quite admirable
citizen. Thank heaven for science! said old Yacob. -- H.G. Wells,
The Country of the Blind



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Looking for the brother of FrontPage for Linux

2004-07-23 Thread Paul Smith
Dear All
I am looking for a program similar to FrontPage for Linux. Any ideas?
Thanks in advance,
Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Looking for the brother of FrontPage for Linux

2004-07-23 Thread Lanman
Paul Smith wrote:
Dear All
I am looking for a program similar to FrontPage for Linux. Any ideas?
Thanks in advance,
Paul
You might want to have a look at this,...
http://www.nvu.com/download.html
Lanman

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Looking for the brother of FrontPage for Linux

2004-07-23 Thread PM
On Fri, 2004-07-23 at 23:16, Paul Smith wrote:
 Dear All
 
 I am looking for a program similar to FrontPage for Linux. Any ideas?
 
 Thanks in advance,
 
 Paul
 
 
Take a look at Quanta, flwriter, nvu or Bluefish.

pm
-- 
Everyone is as God has made him, and oftentimes a great deal worse.
 Miguel de Cervantes



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Looking for the brother of FrontPage for Linux

2004-07-23 Thread Stephen Kuhn
On Sat, 2004-07-24 at 06:16, Paul Smith wrote:
 Dear All
 
 I am looking for a program similar to FrontPage for Linux. Any ideas?
 
 Thanks in advance,
 
 Paul

Mozilla Composer, OpenOffice, Bluefish, Screem; or you can get Crossover
Office and actually run Frontpage or DreamWeaver natively under linux...

stephen kuhn - proprietor
__
illawarra computer services :: a kuhn media australia venture
http://kma.0catch.com  :: mobile 0410.728.389
Serving Sydney, The Illawarra, South Coast and Rural NSW
__
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
__
  Mandrake GNU/Linux 10.0 OE/Kernel 2.6.3-7/ No Viruses here. 

Innovation is hard to schedule. -- Dan Fylstra



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] ALSA driver not running

2004-07-23 Thread Frans Ketelaars
On Thursday 22 July 2004 21:51, [EMAIL PROTECTED] wrote:
 On Thu, 2004-07-22 at 20:35, Frans Ketelaars wrote:
  On Wednesday 21 July 2004 23:37, [EMAIL PROTECTED] wrote:
   On Wed, 2004-07-21 at 22:44, Frans Ketelaars wrote:
 # lsmod
 Module  Size  Used by
 ...
 sound  78956  6 opl3,sb_lib,uart401
   
The above says you are using OSS now. You can't use ALSA until
the OSS modules are removed.
  
   That sounds like a very good lead. How do I know which modules I
   should remove to eliminate OSS? From /proc/modules:
  
   snd-opl3-lib 9984 0 - Live 0xccaf1000
   snd-hwdep 8928 1 snd-opl3-lib, Live 0xccaed000
   snd-es1688-lib 14224 0 - Live 0xccaca000
   snd-pcm 93156 1 snd-es1688-lib, Live 0xccb09000
   snd-page-alloc 11972 1 snd-pcm, Live 0xccac6000
   snd-timer 24484 2 snd-opl3-lib,snd-pcm, Live 0xccae6000
   snd-mpu401-uart 7072 0 - Live 0xccac3000
   snd-rawmidi 23616 1 snd-mpu401-uart, Live 0xccadf000
   snd-seq-device 8008 2 snd-opl3-lib,snd-rawmidi, Live 0xccac
   snd 52484 8
   snd-opl3-lib,snd-hwdep,snd-es1688-lib,snd-pcm,snd-timer,
   snd-mpu401-uart,snd-rawmidi,snd-seq-device, Live 0xccad1000 opl3
   15276 0 - Live 0xccabb000
   sb 10372 0 - Live 0xcc9fc000
   isofs 33912 0 - Live 0xcca54000
   zlib_inflate 22656 1 isofs, Live 0xcca43000
   sb_lib 47664 1 sb, Live 0xcca23000
   uart401 11364 1 sb_lib, Live 0xcc95a000
   sound 78956 6 opl3,sb_lib,uart401, Live 0xcca0e000
   soundcore 9248 9 snd,sb_lib,sound, Live 0xcc956000
   scsi_mod 114648 4 sg,st,sr_mod,sd_mod, Live 0xcc9da000
   autofs4 14656 2 - Live 0xcc91b000
   nfsd 173152 8 - Live 0xcc9ae000
   ... (cut)
  
   I don't see a way to identify which modules are OSS and which are
   ALSA. I think the snd-something ones are ALSA, right?
 
  Yes, and soundcore is also needed. '/sbin/modinfo module_name'
  gives module info. Soundcore is needed for both OSS and ALSA. All
  sound related modules not beginning with snd- are OSS modules
  AFAIK.
 
   So I'm guessing
   sb_lib, uart401 and opl3 are OSS. Is this correct? Any others I
   should also remove?
  
   Thanks,
   Germn.
 
  Some of the modules to remove may be used by another module so you
  would have to know which ones to remove first. I think it's easier
  to undo what sndconfig did. Sndconfig is an old program to set up
  the OSS soundsystem, I think it should in general _not_ be used.
 
  Please post your /etc/modules.conf, that's the most important file
  that is changed by sndconfig. The 2.6 kernel uses
  /etc/modprobe.conf so post that too.

 /etc/modules.conf:
 probeall usb-interface usb-uhci
 alias sound-slot-0 sb
 options sound dmabuf=1
 alias synth0 opl3
 options opl3 io=0x388
 options sb io=0x220 irq=11 dma=0 dma16=5 mpu_io=0x330

 /etc/modprobe.conf:
 alias sound-slot-0 sb
 options sound dmabuf=1
 alias synth0 opl3
 options opl3 io=0x388
 options sb io=0x220 irq=11 dma=0 dma16=5 mpu_io=0x330
 install usb-interface /sbin/modprobe usb-uhci; /bin/true

 If I understand this sndconfig has loaded the following modules: sb,
 sound, opl3. No mention here of uart401, but I don't know if that has
 any significance.

  If it worked in 9.0 it should work with 10.0 and it should work
  with ALSA but that doesn't mean that it will :-( I think the best
  way is to undo what sndconfig did,

 How would I go about that? Simply unloading sb, sound and opl3 (and
 maybe uart401)?

Yes, and edit /etc/modules.conf and /etc/modprobe.conf as Raffaele 
BELARDI wrote. If you then reboot the OSS modules simply shouldn't load 
anymore during that boot (no need to remove them manually first). I 
would also use a cold boot (power off the machine for at least 30 
seconds) to ensure that the card is in a 'standard' state when booting. 
One of the reasons I say this is that the OSS sb module was loaded and 
you wrote about the soundsystem being 'Soundblaster compatible'. Maybe 
the OSS driver put the card in some 'Soundblaster compatible mode' and 
maybe a warm reboot nor loading the ALSA driver do remedy that. Maybe I 
am just paranoid ;-)

   reboot (not strictly needed) and start again
  configuring your sound if needed: first try the Mandrake tools, if
  that doesn't work ALSA's alsaconf utility. If that doesn't work you
  can try sndconfig again when ALSA isn't loaded. At the moment you
  have an interesting mix of OSS and ALSA modules :-)

 You know, MCC doesn't even show any option to configure sound, and in
 the hardware section there is no mention of a sound card. If I reboot
 with CD1 and reach the post-install config I can configure the
 keyboard, display etc, but no mention of sound. Weird. I'll take one
 more look after undoing sndconfig's evil workings, but I'm not too
 hopeful.

Yes, I think it's because it's an ISA card. Alsaconf is able to setup 
ISA cards though.  

 Thanks a lot for your help.
 Germn.

You're very wellcome, that's what this list is for :-)

-Frans



Want to 

Re: [newbie] Looking for the brother of FrontPage for Linux

2004-07-23 Thread SME Server Admin
On Friday 23 Jul 2004 21:16, Paul Smith wrote:
 Dear All

 I am looking for a program similar to FrontPage for Linux. Any ideas?

 Thanks in advance,

 Paul

What about Quanta Plus?? It's probably already installed :) 

Elwyn


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Finally - an ad we can enjoy.

2004-07-23 Thread Kaj Haulrich
Friends, although it is Linspire, it´s still Linux :

http://www.linspire.com/RunLinspireFlash.php

Turn your sound volume up and have a good laugh.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 * http://haulrich.net *
*Running Linux (Mandrake 10.0) - kernel 2.6.7*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Finally - an ad we can enjoy.

2004-07-23 Thread Jeff Reid
I LOVE IT!! :-)

Thanks for the laugh!

Jeff

- Original Message - 
From: Kaj Haulrich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 23, 2004 5:10 PM
Subject: [newbie] Finally - an ad we can enjoy.


Friends, although it is Linspire, it´s still Linux :

http://www.linspire.com/RunLinspireFlash.php

Turn your sound volume up and have a good laugh.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 * http://haulrich.net *
*Running Linux (Mandrake 10.0) - kernel 2.6.7*








 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Finally - an ad we can enjoy.

2004-07-23 Thread Bill Winegarden
Hi,
I think that Linspire is just trying to open some doors.

Bill

On Friday 23 July 2004 06:28 pm, Jeff Reid wrote:
 I LOVE IT!! :-)

 Thanks for the laugh!

 Jeff

 - Original Message -
 From: Kaj Haulrich [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, July 23, 2004 5:10 PM
 Subject: [newbie] Finally - an ad we can enjoy.


 Friends, although it is Linspire, it´s still Linux :

 http://www.linspire.com/RunLinspireFlash.php

 Turn your sound volume up and have a good laugh.

 Kaj Haulrich.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] pb at boot

2004-07-23 Thread Piero
I installed Mandrake 9.2 (dvd) on an Inspiron 500m.
(Thanks to this maillist I solved preemptively the X-window problem, 
downloading the 855 patch on the windows partition, before installing linux).

The problem now is that at the Lilo stage, I can boot only linux-nonfb (what 
does nonfb mean?); when I boot shere linux, everything stops  and Iget the 
message: You passed an undefined mode number. What this refers to I cannot 
imagine.
-- 
Piero


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: Re[4]: [newbie] Getting online with DSL modem

2004-07-23 Thread Jeff Reid
Sorry for the long silence. I have been following the messages in this group
with interest, but I took a break from trying to get Linux to work. I'm
interested in trying the OS and have been for quite a while, but I dread the
learning curve. I have a love/hate relationship with Windows. I love it for
its ease of use, and I don't think Linux can compete well in that area yet,
but I could be wrong. It may just be an issue of familiarity. I don't often
have to think about how to do something in Windows. I just do it. It's
second nature after 14 years. On the other hand, I HATE Windows for its
instability, flakiness, lack of security, etc. and I have the grey hairs to
prove it! :-)

Anyway, I ran that cat command, and this is what's in that configuration
file:

DEVICE=eth0
BOOTPROTO=dhcp
BROADCAST=151.164.1.255
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=

I ran the tail command, and got this:

[EMAIL PROTECTED] jeff]# tail /var/log/messages
Jul 23 17:11:34 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Jul 23 17:11:34 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa
0x41E1
Jul 23 17:11:37 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
Jul 23 17:11:55 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
Jul 23 17:12:11 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 3
Jul 23 17:12:14 localhost dhclient: No DHCPOFFERS received.
Jul 23 17:12:14 localhost ifup:  failed.
Jul 23 17:12:14 localhost network: Bringing up interface eth0:  failed
Jul 23 17:12:22 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Jul 23 17:12:22 localhost kernel: eth0: link up, 100Mbps, full-duplex, lpa
0x41E1
[EMAIL PROTECTED] jeff]#

Any idea what's wrong with my setup?

I'm beginning to wonder if I just have a bad Mandrake install. I booted the
system up into Linux, left the room for a few minutes to go take care of
something else, and when I came back, my computer had locked up, something
it NEVER does in Windows, so it has to be a software issue, I would think.

BTW, I tried vi and emacs, and was lost, although I'm sure both are great
programs once you know how to use them. I then tried gedit, and was greeted
with a reasonably familiar interface that I could use right away without
having to think too much about how to do what I needed to do. Again, the
familiarity issue. Familiar is GOOD. :-)

Thanks,
Jeff



- Original Message - 
From: Justin Grote [EMAIL PROTECTED]
To: Jeff Reid [EMAIL PROTECTED]
Sent: Saturday, July 03, 2004 11:54 PM
Subject: Re[4]: [newbie] Getting online with DSL modem


JR Okay, I have the network card set to DHCP. I have the IP addresses that
I
JR got from SBC entered in to the ADSL connection screen. The network card
is
JR not finding an IP address via DHCP. I'm also getting an error that says
JR something like, SIOCDELRT not found. I don't think those are the
actual
JR words to the error message, but the general idea. What is SIOCDELRT?

JR I tried going to 192.168.0.1, but I got a connection refused error in
JR Mozilla.

JR Thanks,
JR Jeff

JR - Original Message - 
JR From: Jeff Reid [EMAIL PROTECTED]
JR To: [EMAIL PROTECTED]
JR Sent: Saturday, July 03, 2004 8:51 PM
JR Subject: Re: Re[2]: [newbie] Getting online with DSL modem


 Is it necessary to specify IP addresses anywhere at all?

 I'm not sucessfully online in Linux yet. Don't know what I'm missing.

 Thanks,
 Jeff

 - Original Message - 
 From: Justin Grote [EMAIL PROTECTED]
 To: Jeff Reid [EMAIL PROTECTED]
 Sent: Saturday, July 03, 2004 7:40 PM
 Subject: Re[2]: [newbie] Getting online with DSL modem


 JR Hey Justin,

 JR They use PPoE. Do I have to give the network card an IP or anything
at
 all?
 JR I have been specifying PPoE when setting up the internet connection.
 Right
 JR now, the network card is set for static with an IP address
JR specified -
 the
 JR primary IP that SBC gave me.

 JR I apologize in advance for any stupid questions. This is very new to
JR me.

 JR Thanks,
 JR Jeff

 JR P.S. Also, I apologize for posting my message in HTML. Ooops!

 JR - Original Message - 
 JR From: Justin Grote [EMAIL PROTECTED]
 JR To: Jeff Reid [EMAIL PROTECTED]
 JR Sent: Saturday, July 03, 2004 7:20 PM
 JR Subject: Re: [newbie] Getting online with DSL modem


 JR Hello,
 JR
 JR I downloaded Mandrake 10 recently, and it works fine except
 JR for sound issues and an inability to get on the Net with it. My
 JR primary concern right now is getting online.
 JR
 JR I have SBC Yahoo! DSL, and I am using a Speedstream 5100
 JR modem. What do my settings need to be in the Network setup? I have
 JR the IP addresses that SBC gave me, but they made it clear that
 JR they do not support Linux.
 JR
 JR I assigned the primary IP address to my NIC, so it no longer
 JR complains about not being about to find an IP, but there does
 JR appear to be a program missing at boot that has to do with the
 JR Internet 

Re: [newbie] Getting online with DSL modem

2004-07-23 Thread Hoyt Bailey
On Friday 23 July 2004 17:49, Jeff Reid wrote:
 Sorry for the long silence. I have been following the messages in
 this group with interest, but I took a break from trying to get Linux
 to work. I'm interested in trying the OS and have been for quite a
 while, but I dread the learning curve. I have a love/hate
 relationship with Windows. I love it for its ease of use, and I don't
 think Linux can compete well in that area yet, but I could be wrong.
 It may just be an issue of familiarity. I don't often have to think
 about how to do something in Windows. I just do it. It's second
 nature after 14 years. On the other hand, I HATE Windows for its
 instability, flakiness, lack of security, etc. and I have the grey
 hairs to prove it! :-)

 Anyway, I ran that cat command, and this is what's in that
 configuration file:

 DEVICE=eth0
 BOOTPROTO=dhcp
 BROADCAST=151.164.1.255
 ONBOOT=yes
 MII_NOT_SUPPORTED=yes
 WIRELESS_ENC_KEY=

 I ran the tail command, and got this:

 [EMAIL PROTECTED] jeff]# tail /var/log/messages
 Jul 23 17:11:34 localhost kernel: NETDEV WATCHDOG: eth0: transmit
 timed out Jul 23 17:11:34 localhost kernel: eth0: link up, 100Mbps,
 full-duplex, lpa 0x41E1
 Jul 23 17:11:37 localhost dhclient: DHCPDISCOVER on eth0 to
 255.255.255.255 port 67 interval 18
 Jul 23 17:11:55 localhost dhclient: DHCPDISCOVER on eth0 to
 255.255.255.255 port 67 interval 16
 Jul 23 17:12:11 localhost dhclient: DHCPDISCOVER on eth0 to
 255.255.255.255 port 67 interval 3
 Jul 23 17:12:14 localhost dhclient: No DHCPOFFERS received.
 Jul 23 17:12:14 localhost ifup:  failed.
 Jul 23 17:12:14 localhost network: Bringing up interface eth0: 
 failed Jul 23 17:12:22 localhost kernel: NETDEV WATCHDOG: eth0:
 transmit timed out Jul 23 17:12:22 localhost kernel: eth0: link up,
 100Mbps, full-duplex, lpa 0x41E1
 [EMAIL PROTECTED] jeff]#

 Any idea what's wrong with my setup?

 I'm beginning to wonder if I just have a bad Mandrake install. I
 booted the system up into Linux, left the room for a few minutes to
 go take care of something else, and when I came back, my computer had
 locked up, something it NEVER does in Windows, so it has to be a
 software issue, I would think.

 BTW, I tried vi and emacs, and was lost, although I'm sure both are
 great programs once you know how to use them. I then tried gedit, and
 was greeted with a reasonably familiar interface that I could use
 right away without having to think too much about how to do what I
 needed to do. Again, the familiarity issue. Familiar is GOOD. :-)

 Thanks,
 Jeff



 - Original Message -
 From: Justin Grote [EMAIL PROTECTED]
 To: Jeff Reid [EMAIL PROTECTED]
 Sent: Saturday, July 03, 2004 11:54 PM
 Subject: Re[4]: [newbie] Getting online with DSL modem


 JR Okay, I have the network card set to DHCP. I have the IP
 addresses that I
 JR got from SBC entered in to the ADSL connection screen. The
 network card is
 JR not finding an IP address via DHCP. I'm also getting an error
 that says JR something like, SIOCDELRT not found. I don't think
 those are the actual
 JR words to the error message, but the general idea. What is
 SIOCDELRT?

 JR I tried going to 192.168.0.1, but I got a connection refused
 error in JR Mozilla.

 JR Thanks,
 JR Jeff

 JR - Original Message -
 JR From: Jeff Reid [EMAIL PROTECTED]
 JR To: [EMAIL PROTECTED]
 JR Sent: Saturday, July 03, 2004 8:51 PM
 JR Subject: Re: Re[2]: [newbie] Getting online with DSL modem

  Is it necessary to specify IP addresses anywhere at all?
 
  I'm not sucessfully online in Linux yet. Don't know what I'm
  missing.
 
  Thanks,
  Jeff
 
  - Original Message -
  From: Justin Grote [EMAIL PROTECTED]
  To: Jeff Reid [EMAIL PROTECTED]
  Sent: Saturday, July 03, 2004 7:40 PM
  Subject: Re[2]: [newbie] Getting online with DSL modem
 
 
  JR Hey Justin,
 
  JR They use PPoE. Do I have to give the network card an IP or
  anything

 at

  all?
  JR I have been specifying PPoE when setting up the internet
  connection. Right
  JR now, the network card is set for static with an IP address

 JR specified -

  the
  JR primary IP that SBC gave me.
 
  JR I apologize in advance for any stupid questions. This is very
  new to

 JR me.

  JR Thanks,
  JR Jeff
 
  JR P.S. Also, I apologize for posting my message in HTML. Ooops!
 
  JR - Original Message -
  JR From: Justin Grote [EMAIL PROTECTED]
  JR To: Jeff Reid [EMAIL PROTECTED]
  JR Sent: Saturday, July 03, 2004 7:20 PM
  JR Subject: Re: [newbie] Getting online with DSL modem
 
 
  JR Hello,
  JR
  JR I downloaded Mandrake 10 recently, and it works fine except
  JR for sound issues and an inability to get on the Net with it.
  My JR primary concern right now is getting online.
  JR
  JR I have SBC Yahoo! DSL, and I am using a Speedstream 5100
  JR modem. What do my settings need to be in the Network setup? I
  have JR the IP addresses that SBC gave me, but they made it
  clear that JR they do not support Linux.
  JR
  JR I assigned the primary IP 

Re: [newbie] MDK 10.0 + Multimedia keyboard

2004-07-23 Thread Steve Jeppesen
On Fri, 23 Jul 2004 15:29:39 +1000
Stephen Kuhn [EMAIL PROTECTED] wrote:

 On Thu, 2004-07-22 at 06:28, Stephen Kuhn wrote:
  Hey y'all.
  I'm getting dead tired of relearning how to type here; MDK 10.0
  surely isn't treating my keyboard nicely; I can either choose UK, US
  or US International - if I choose US, then my right alt key no
  longer works, and if I choose US International, I have to hit the '
  and then tap the space bar - which is getting horribly annoying.
  I've almost gotten to the point where I don't want to chat in IRC or
  even do email as it's so annoying.
  
  No where I've looked can I change this behaviour - no where I've
  looked can I specify what KIND of keyboard I have - HELP!
 
 I'm not getting any response here folks...wassup?

when 10CE came out, I could not even get the install started - until I
swapped out my M$ Intel(stupid)keyboard with a plain jane and I was on
my way.

that keyboard worked for me since 8.x too.  Never bothered looking
for a fix - just one less POS hardware towards a completely free M$
system.

Might just try swapping keyboards and see what happens if ya haven't
already.

Only thing left is the M$ mouse...hope a security hole doesn't happen
with that!  like yeah right (ya never know)

--- 
Linux user #280097
Machines #162480 #191825

http://counter.li.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Finally - an ad we can enjoy.

2004-07-23 Thread Steve Jeppesen
anybody find the mp3 file?  

I gotta get that one!  Wonder how long before someone starts whining
about it!

On Fri, 23 Jul 2004 15:33:42 -0400
Bill Winegarden [EMAIL PROTECTED] wrote:

 Hi,
 I think that Linspire is just trying to open some doors.
 
 Bill
 
 On Friday 23 July 2004 06:28 pm, Jeff Reid wrote:
  I LOVE IT!! :-)
 
  Thanks for the laugh!
 
  Jeff
 
  - Original Message -
  From: Kaj Haulrich [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, July 23, 2004 5:10 PM
  Subject: [newbie] Finally - an ad we can enjoy.
 
 
  Friends, although it is Linspire, it´s still Linux :
 
  http://www.linspire.com/RunLinspireFlash.php
 
  Turn your sound volume up and have a good laugh.
 
  Kaj Haulrich.
 
 


-- 
Linux user #280097
Machines #162480 #191825

http://counter.li.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Finally - an ad we can enjoy.

2004-07-23 Thread Dennis Myers
On Friday 23 July 2004 05:10 pm, Kaj Haulrich wrote:
 Friends, although it is Linspire, it´s still Linux :

 http://www.linspire.com/RunLinspireFlash.php

 Turn your sound volume up and have a good laugh.

 Kaj Haulrich.
Groovy, what a hoot.
-- 
Dennis M. Linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Getting online with DSL modem

2004-07-23 Thread Glenn
On Friday 23 July 2004 17:07, Hoyt Bailey wrote:


 You may have a bad install.  I am a newbie without the 14 years
 experience.  Its pretty obvious your eth0 is misconfigured but then I
 never got 9.2 running satsfactorly and when I installed 10.0 I dropped
 windows. Someone will be along that can help you shortely and I predict
 that after 14 weeks you will be ready to give up windows.

Dangit, Hoyt.  Learn how to trim your replies.  Pages and pages of stuff to go 
through to get to your one paragraph g.



-- 
18:36:15 up 2 days, 58 min, running Mandrake Linux release 10.0 (Official) for 
i586, kernel 2.6.3-15mdk
Registered Linux user #324360

That's life.
What's life?
A magazine.
How much does it cost?
Two-fifty.
I only have a dollar.
That's life.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] mrtg not working

2004-07-23 Thread wjdeypalan
Hi,

I have a mandrake 9.2 and installed net-snmp package from 9.2 cd
installer. I used the default configuration file and snmpd is responding
to:
 snmpwalk -v 2c localhost -c public system without errors but when i try
to use mrtg to try to monitor traffic. mrtg tells me that eth0 is
administratively down. what is lacking with my setup?

TIA

Wesley



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Getting online with DSL modem

2004-07-23 Thread Jeff Reid
Okay, I formatted the Linux partitions, and did a fresh reinstall. I have
the SAME PROBLEM.

I have given up on trying to get Mandrake to work with my DSL modem. It
simply will not do so. I have a Linksys (Network Everywhere NR041) router
that I wasn't using, but I have now installed it. I can get online with it
just fine in Windows, but NOT in Linux. Every time I try to configure the
network in Linux, the program crashes. I forgot to mention it earlier
(sorry, because I know that was an important detail), but this has always
been the case.

I tried setting up the network as a LAN connection, and it asked me if I
wanted DHCP or manual, I think it was. I chose DHCP and got asked for
information that I don't have, such as a host name. I have no idea. All I
know is that I have SBC Yahoo! DSL that works flawlessly in Windows and not
at all in Linux.

I left this project alone for a while because I got frustrated with it. This
should be simple, but it's not. I'm almost ready to give up on Mandrake
completely if it won't even connect to the Net on my machine and either try
another distribution after I take some time away from this again or just put
the I think I'll try Linux because I've heard great things about it and I'm
curious project on the backburner again indefinitely.

My frustration isn't, of course, directed towards anyone on the list.
Everyone has been very helpful, and I really sincerely appreciate it. I just
wish I could get this to work! Arrhhh!!!

BTW, my NIC is being identified as a Realtek 8139 (I think that number is
correct). Is that actually supported hardware in Linux?

Thanks,
Jeff

- Original Message - 
From: Hoyt Bailey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 23, 2004 6:07 PM
Subject: Re: [newbie] Getting online with DSL modem


 On Friday 23 July 2004 17:49, Jeff Reid wrote:
  Sorry for the long silence. I have been following the messages in
  this group with interest, but I took a break from trying to get Linux
  to work. I'm interested in trying the OS and have been for quite a
  while, but I dread the learning curve. I have a love/hate
  relationship with Windows. I love it for its ease of use, and I don't
  think Linux can compete well in that area yet, but I could be wrong.
  It may just be an issue of familiarity. I don't often have to think
  about how to do something in Windows. I just do it. It's second
  nature after 14 years. On the other hand, I HATE Windows for its
  instability, flakiness, lack of security, etc. and I have the grey
  hairs to prove it! :-)
 
  Anyway, I ran that cat command, and this is what's in that
  configuration file:
 
  DEVICE=eth0
  BOOTPROTO=dhcp
  BROADCAST=151.164.1.255
  ONBOOT=yes
  MII_NOT_SUPPORTED=yes
  WIRELESS_ENC_KEY=
 
  I ran the tail command, and got this:
 
  [EMAIL PROTECTED] jeff]# tail /var/log/messages
  Jul 23 17:11:34 localhost kernel: NETDEV WATCHDOG: eth0: transmit
  timed out Jul 23 17:11:34 localhost kernel: eth0: link up, 100Mbps,
  full-duplex, lpa 0x41E1
  Jul 23 17:11:37 localhost dhclient: DHCPDISCOVER on eth0 to
  255.255.255.255 port 67 interval 18
  Jul 23 17:11:55 localhost dhclient: DHCPDISCOVER on eth0 to
  255.255.255.255 port 67 interval 16
  Jul 23 17:12:11 localhost dhclient: DHCPDISCOVER on eth0 to
  255.255.255.255 port 67 interval 3
  Jul 23 17:12:14 localhost dhclient: No DHCPOFFERS received.
  Jul 23 17:12:14 localhost ifup:  failed.
  Jul 23 17:12:14 localhost network: Bringing up interface eth0:
  failed Jul 23 17:12:22 localhost kernel: NETDEV WATCHDOG: eth0:
  transmit timed out Jul 23 17:12:22 localhost kernel: eth0: link up,
  100Mbps, full-duplex, lpa 0x41E1
  [EMAIL PROTECTED] jeff]#
 
  Any idea what's wrong with my setup?
 
  I'm beginning to wonder if I just have a bad Mandrake install. I
  booted the system up into Linux, left the room for a few minutes to
  go take care of something else, and when I came back, my computer had
  locked up, something it NEVER does in Windows, so it has to be a
  software issue, I would think.
 
  BTW, I tried vi and emacs, and was lost, although I'm sure both are
  great programs once you know how to use them. I then tried gedit, and
  was greeted with a reasonably familiar interface that I could use
  right away without having to think too much about how to do what I
  needed to do. Again, the familiarity issue. Familiar is GOOD. :-)
 
  Thanks,
  Jeff
 
 
 
  - Original Message -
  From: Justin Grote [EMAIL PROTECTED]
  To: Jeff Reid [EMAIL PROTECTED]
  Sent: Saturday, July 03, 2004 11:54 PM
  Subject: Re[4]: [newbie] Getting online with DSL modem
 
 
  JR Okay, I have the network card set to DHCP. I have the IP
  addresses that I
  JR got from SBC entered in to the ADSL connection screen. The
  network card is
  JR not finding an IP address via DHCP. I'm also getting an error
  that says JR something like, SIOCDELRT not found. I don't think
  those are the actual
  JR words to the error message, but the general 

Re: [newbie] Getting online with DSL modem

2004-07-23 Thread Chris
On Friday 23 July 2004 10:44 pm, Jeff Reid wrote:


 I tried setting up the network as a LAN connection, and it asked me if
 I wanted DHCP or manual, I think it was. I chose DHCP and got asked for
 information that I don't have, such as a host name. I have no idea. All I
 know is that I have SBC Yahoo! DSL that works flawlessly in Windows and
 not at all in Linux.


Jeff, this may or may not help you, but try this:

Open MCC  Network  Internet  Connecton

My host name is chris.localdomain
Connection type is lan
Interface is eth0
IP is 192.168.1.2
Protocol is dhcp
Driver is 8139too

I vagely remember way back about two years ago when setting up my dsl I had 
a conflict with my setup because I still had the dial-up settings in place.  
This may or may not be a factor, I don't know as I haven't followed the 
thread close enough.  I just saw you giving up and thought I'd throw the 
above out for you to try.  If it works great, if not I'm sure others have 
an idea.


-- 
Chris
Registered Linux User 283774 http://counter.li.org
10:52pm up 25 days, 4:14, 2 users, load average: 0.55, 0.73, 1.47

101 USES FOR A DEAD MICROPROCESSOR
(1)  Scarecrow for centipedes
(2)  Dead cat brush
(3)  Hair barrettes
(4)  Cleats
(5)  Self-piercing earrings
(6)  Fungus trellis
(7)  False eyelashes
(8)  Prosthetic dog claws
.
.
.
(99)  Window garden harrow (pulled behind Tonka tractors)
(100) Killer velcro
(101) Currency

Live - From Virgin Radio UK Virgin Radio Classic Tracks - The original 
classic rock station



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Looking for the brother of FrontPage for Linux

2004-07-23 Thread Brett Lyon
--- Paul Smith [EMAIL PROTECTED] wrote:
 Dear All
 
 I am looking for a program similar to FrontPage for
 Linux. Any ideas?
 
 Thanks in advance,
 
 Paul
 
 
 

 Want to buy your Pack or Services from MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 
 

Dear Paul,

I have experience using IMB Websphere on Linux (runs
under its own Wine shell) after using Homesite on
Windows and found the IBM product to be comparable or
better at most tasks, including WYSIWYG editing.
Actually I set other people up to use it, I use vi, a
very powerful WYSITNWYG
(what-you-see-is-thankfully-not-what-you-get) editor
that is worth figuring out.

Here's a slough of HTML editors for Linux:
http://www.icewalkers.com/Linux/Software/Development/Web-Authoring/Editors/IDE/1340/

happy tagging,
brett






__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Getting online with DSL modem

2004-07-23 Thread Jeff Reid
Thanks! I will give it a shot tomorrow.

The dialup settings wouldn't be an issue. I do have a fax/modem in the
system, but I just use it very occasionally for sending faxes.

Jeff

- Original Message - 
From: Chris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 23, 2004 10:59 PM
Subject: Re: [newbie] Getting online with DSL modem


On Friday 23 July 2004 10:44 pm, Jeff Reid wrote:


 I tried setting up the network as a LAN connection, and it asked me if
 I wanted DHCP or manual, I think it was. I chose DHCP and got asked for
 information that I don't have, such as a host name. I have no idea. All I
 know is that I have SBC Yahoo! DSL that works flawlessly in Windows and
 not at all in Linux.


Jeff, this may or may not help you, but try this:

Open MCC  Network  Internet  Connecton

My host name is chris.localdomain
Connection type is lan
Interface is eth0
IP is 192.168.1.2
Protocol is dhcp
Driver is 8139too

I vagely remember way back about two years ago when setting up my dsl I had
a conflict with my setup because I still had the dial-up settings in place.
This may or may not be a factor, I don't know as I haven't followed the
thread close enough.  I just saw you giving up and thought I'd throw the
above out for you to try.  If it works great, if not I'm sure others have
an idea.


-- 
Chris
Registered Linux User 283774 http://counter.li.org
10:52pm up 25 days, 4:14, 2 users, load average: 0.55, 0.73, 1.47

101 USES FOR A DEAD MICROPROCESSOR
(1)  Scarecrow for centipedes
(2)  Dead cat brush
(3)  Hair barrettes
(4)  Cleats
(5)  Self-piercing earrings
(6)  Fungus trellis
(7)  False eyelashes
(8)  Prosthetic dog claws
.
.
.
(99)  Window garden harrow (pulled behind Tonka tractors)
(100) Killer velcro
(101) Currency

Live - From Virgin Radio UK Virgin Radio Classic Tracks - The original
classic rock station









 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Spam Filter with Kontact

2004-07-23 Thread Erylon Hines
On Friday 23 July 2004 10:04 am, Hoyt Bailey wrote:
| On Friday 23 July 2004 10:13, Erylon Hines wrote:
|  On Friday 23 July 2004 01:25 am, SME Server Admin wrote:
|  | Hiya
|  |
|  | I now use Kontact on Mandrake 10 for all email.
|  |
|  | At the moment I have a simple spam filter that I put in but I'm
|  | looking for something I can use that will handle it for me, one
|  | that can learn if that's possible?
|  |
|  | TIA
|  |
|  | Elwyn
| 
|  There are several, but quite a few of us use SpamAssassin.  SA takes
|  a bit of teaching, but once you parse a couple of thousand messages
|  it gets extremely good at filtering out the junk.  It is on your
|  disks, and probably already installed.  To begin your adventure go
|  here:
| 
|  http://www.jennings.homelinux.net/modules.php?name=Sectionsop=viewar
| ticleartid=15
| 
|  http://www.ee.columbia.edu/systems/spam.html
|
| snip
| These two refrences do not resolve on the server.

My apologies.  Looks like my bookmarks need an update 8(.  The Columbia U is a 
dead link now, but Derek's site is still a go and is excellent for Postfix + 
Spamassassin configuration, should you decide to go that route.

http://www.jennings.homelinux.net/mailserver_config.html

I'm not doing my SA that way, but am config'd  this way:

http://www.softwaredesign.co.uk/Information.SpamFilters.html

Be sure to download rulesets (*.cf files) from the rules emporium and place 
them in /etc/mail/spamassassin
These sets are extremely effective!

e.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com