Re: MS mail bombs

2003-09-20 Thread Bijan Soleymani
(and some others too) so that I just gave up and run one at work and use fetchmail at home. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com signature.asc Description: Digital signature

Re: Debian

2003-09-20 Thread Bijan Soleymani
server as a smarthost. And use yahoo mail to read the replies. For example my isp's smtp server is relais.videotron.com. To set up any mail program with my yahoo mail I would do the following: Name: Bijan Soleymani Email: [EMAIL PROTECTED] Incoming Server: [EMAIL PROTECTED] (you don't care about

Re: Uppercasing filenames

2003-09-20 Thread Bijan Soleymani
] then mv -i $file $ucfile fi fi done #!/usr/bin/perl @files=`ls`; foreach $file (@files) { chomp $file; if(-f $file) { $newname = uc $file; `mv $file $newname`; } } This should do what you want. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http

Re: Uppercasing filenames

2003-09-20 Thread Bijan Soleymani
On Sat, Sep 20, 2003 at 05:52:44PM -0400, Bijan Soleymani wrote: #!/usr/bin/perl @files=`ls`; foreach $file (@files) { chomp $file; if(-f $file) { $newname = uc $file; `mv $file $newname`; oops that should be: `mv $file $newname`; So that files with spaces

Re: Direct ethernet

2003-09-20 Thread Bijan Soleymani
a course of action. Hope that helps, Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com signature.asc Description: Digital signature

Re: SBLive! 5.1 in Debian?

2003-09-20 Thread Bijan Soleymani
your lines. -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com signature.asc Description: Digital signature

Re: Why such volume with W32/Swen@MM?

2003-09-20 Thread Bijan Soleymani
? Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com signature.asc Description: Digital signature

Re: Strange output to console

2003-09-19 Thread Bijan Soleymani
with klogd and put KLOGD=-c 4 in /etc/init.d/klogd to get rid of some messages that came up after setting up ipmasq. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com signature.asc Description: Digital signature

Re: where is netscape 4 in testing?

2003-09-07 Thread Bijan Soleymani
the company has the source and can fix actual problems with the program. If they give up on the program it's dead. This is one of the problems with proprietary software. If you really need it you should be able to find it on ftp.netscape.com. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http

Re: DVD recording software?

2003-09-07 Thread Bijan Soleymani
that somewhere. You have to decrypt the vobs because consumer grade dvd blanks have the decryption key preset to 00 00 00 00 00 or something like that. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com pgp0.pgp Description: PGP signature

Re: Emacs not creating cvs backups

2003-09-06 Thread Bijan Soleymani
where emacs checks to see if a repository is local or remote and disable the check. You may also get better results by posting to the newsgroups: gnu.emacs.help and comp.emacs Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com pgp0.pgp Description: PGP signature

Re: remove Debian

2003-09-02 Thread Bijan Soleymani
it? This is easy. You can do it from either Windows or Debian. In windows simply run fdisk, delete your linux partitions and replace them with Windows partitions (fat32 I guess). Then reboot. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com pgp0.pgp Description: PGP

Re: Unfortunate Dummy.

2003-09-02 Thread Bijan Soleymani
. I just gzipped a 900+ meg file and gzip hit a maximum of 592k of virtual memory. Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU

Re: Mozilla and Print

2003-09-01 Thread Bijan Soleymani
--PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 01, 2003 at 06:54:11AM -0400, Tom Allison wrote: Bijan Soleymani wrote: On Wed, Aug 27, 2003 at 05:28:22PM -0400, Rodrigo Gesswein wrote: Hello

Re: PHP CLI and Mysql

2003-08-31 Thread Bijan Soleymani
kinds of php in debian. One is mod-php which is a module for the apache webserver and the other is php-cgi which is a normal executable which can be used for scripts (whether cgi or otherwise). Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --h31gzZEtNLTqOjlF Content-Type

Re: OT: Debian Mailinglist server slow?

2003-08-31 Thread Bijan Soleymani
ignore how=20 war criminals and terrorists work; they _break_ the rules. =20 What you say seems to imply that the solution to that problem is to either get planes to fly on the ground or to get rid of high rises :) Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com

Re: Mozilla and Print

2003-08-31 Thread Bijan Soleymani
happens if you print to a file and then run lpr on that file? Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com pgp0.pgp Description: PGP signature

Re: Quoting

2003-08-30 Thread Bijan Soleymani
of mozilla) gnus And find that all are lightyears ahead of outlook express. Bijan -- Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com pgp0.pgp Description: PGP signature

Re: COBOL compiler

2003-08-29 Thread Bijan Soleymani
--zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 26, 2003 at 08:03:35PM -0500, Ron Johnson wrote: On Tue, 2003-08-26 at 18:23, Bijan Soleymani wrote: On Tue, Aug 26, 2003 at 02:30:57PM -0500, Ron

Re: COBOL compiler

2003-08-29 Thread Bijan Soleymani
--IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 26, 2003 at 04:35:04PM -0800, Britton wrote: =20 On Tue, 26 Aug 2003, Bijan Soleymani wrote: =20 On Tue, Aug 26, 2003 at 11:25:55AM -0500, Ron

Re: COBOL compiler

2003-08-29 Thread Bijan Soleymani
think gcc compiles java in the same way (I haven't seen any other ahead of time compilers for java). Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --ABTtc+pdwF7KHXCz Content-Type: application/pgp-signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version

Re: Prevent X Windows Starting up

2003-08-27 Thread Bijan Soleymani
boot. This would require sshd to be running already. The least easy way (still not that hard) is to use a boot disk to boot into single user mode. Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --ZwgA9U+XZDXt4+m+ Content-Type: application/pgp-signature Content-Disposition

Re: COBOL compiler

2003-08-27 Thread Bijan Soleymani
very general language. Very specific languages that are too complex are being killed off by languages such as Perl. For example people going from awk to perl (there's even an a2p script that'll do automatic conversion). Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com

Re: COBOL compiler

2003-08-27 Thread Bijan Soleymani
: %small =3D ( first_name =3D John, last_name =3D Doe, ); foreach $key (keys %small) { $large{$key} =3D $small{$key}; } Note: I'm not a Perl expert so the examples may be ugly (and might not even be functional). Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --vGgW1X5XWziG23Ko

Re: Re: Problems with xserver-xfree86

2003-08-26 Thread Bijan Soleymani
if they come with the standard deb files though). Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/SvQqUof

Re: Best Way to Look at Streaming Video

2003-08-26 Thread Bijan Soleymani
usually extract the url and feed it to mplayer. That works for me. Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE

Re: HP 712/60 questions

2003-08-26 Thread Bijan Soleymani
for the architecture you wish to install on. This process is described in the installation manual for the hppa architecture. Hope this helps, Bijan --=20 Bijan Soleymani [EMAIL PROTECTED] http://www.crasseux.com --YToU2i3Vx8H2dn7O Content-Type: application/pgp-signature Content-Disposition: inline

Re: money/quicken/?

2003-08-25 Thread Bijan Soleymani
everywhere to write transactions for financial professionals. But one will not learn it in school... Actually I had an economy class in my last year of secondary school and we did learn it. It was about the only half useful thing we learned. --=20 Bijan Soleymani [EMAIL PROTECTED] http

Re: rms on debian

2003-08-21 Thread Bijan Soleymani
--+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 21, 2003 at 11:21:50AM +0200, Ismael Valladolid Torres wrote: El mi?rcoles, 20 de agosto de 2003, a las 18:32, Greg Folkert escribe: But you have

Re: SCO identifies code?

2003-08-20 Thread Bijan Soleymani
--Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 20, 2003 at 06:52:45PM +1200, cr wrote: On Wednesday 20 August 2003 07:14, Bijan Soleymani wrote: On Tue, Aug 19, 2003 at 06:27:03PM +0100, iain d

Re: rms on debian

2003-08-20 Thread Bijan Soleymani
On Wed, Aug 20, 2003 at 08:05:14AM -0500, Rthoreau wrote: What gets me is what does the G stand for in GNU? I get the rest of the saying GNU is Not Unix, but it still does not come up with what the G stands for. At least AFAIK no one has ever come up with a good reason for the G other

Re: inter-machine tools

2003-08-20 Thread Bijan Soleymani
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 20, 2003 at 01:52:24PM -0400, Bret Comstock Waldow wrote: Starting with the current setup, which is my practical lab and classroom, how does one

Re: SCO identifies code?

2003-08-19 Thread Bijan Soleymani
--IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 19, 2003 at 08:48:24AM +0100, Mark wrote: On Mon, Aug 18, 2003 at 11:45:51PM -0400, Bijan Soleymani wrote: =20 From what I've read on the FSF

Re: SCO identifies code?

2003-08-19 Thread Bijan Soleymani
--ABTtc+pdwF7KHXCz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 19, 2003 at 12:06:30AM -0500, Alex Malinovich wrote: On Mon, 2003-08-18 at 23:19, Bijan Soleymani wrote: Of course there are. They protect

Re: SCO identifies code?

2003-08-19 Thread Bijan Soleymani
--gE7i1rD7pdK0Ng3j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 19, 2003 at 08:43:21AM +0100, Mark wrote: On Mon, Aug 18, 2003 at 09:33:03PM -0400, Bijan Soleymani wrote: =20 This makes a lot of sense. I mean

Re: SCO identifies code?

2003-08-19 Thread Bijan Soleymani
--6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 19, 2003 at 10:34:35AM -0600, Jamin W. Collins wrote: On Tue, Aug 19, 2003 at 12:03:13PM -0400, Bijan Soleymani wrote: =20 You can apply

Re: SCO identifies code?

2003-08-19 Thread Bijan Soleymani
On Tue, Aug 19, 2003 at 06:27:03PM +0100, iain d broadfoot wrote: * Bijan Soleymani ([EMAIL PROTECTED]) wrote: On Tue, Aug 19, 2003 at 08:43:21AM +0100, Mark wrote: On Mon, Aug 18, 2003 at 09:33:03PM -0400, Bijan Soleymani wrote: This makes a lot of sense. I mean if the FSF hired

Re: rms on debian

2003-08-18 Thread Bijan Soleymani
--2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 18, 2003 at 10:44:55AM +0100, Colin Watson wrote: Those installer packages are still in contrib, though, not main. If you don't want non-free software there's a good chance that you won't want

Re: rms on debian

2003-08-18 Thread Bijan Soleymani
On Mon, Aug 18, 2003 at 04:55:36PM +1000, Darryl Barlow wrote: The tension between intellectual property rights and the public benefit of free information is building, and I don't know how it will ultimately be resolved, not only for Software but in many even more important areas. Look,

Re: OT: Re: rms on debian : background noise

2003-08-18 Thread Bijan Soleymani
--Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 02:03:02PM +, Jeff Gratton wrote: ... well I am *not* native english either, but French-Canadian (Quebecer)= =20 :). French (an

Re: rms on debian

2003-08-18 Thread Bijan Soleymani
--ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 11:18:50AM -0500, John Hasler wrote: The requirement for putting stuff in contrib is that it depends on non-fr= ee software. I

Re: rms on debian

2003-08-18 Thread Bijan Soleymani
On Mon, Aug 18, 2003 at 05:02:12PM +0100, Colin Watson wrote: For example I think dosemu is in contrib, even though you can use it to run Free Software programs for dos. I've used it with djgpp and emacs. See bug #101318. Oh thanks that clears that up. Freedos temporarily left main, so

Re: rms on debian

2003-08-18 Thread Bijan Soleymani
--WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 05:30:57PM +0100, Colin Watson wrote: The requirement for putting stuff in contrib is that it depends on non-free software. =20 ...

Re: rms on debian

2003-08-18 Thread Bijan Soleymani
On Mon, Aug 18, 2003 at 06:07:45PM +0100, Colin Watson wrote: On Mon, Aug 18, 2003 at 12:48:08PM -0400, Bijan Soleymani wrote: On Mon, Aug 18, 2003 at 05:02:12PM +0100, Colin Watson wrote: [Your attributions are broken; I've reinserted the missing one.] On Mon, Aug 18, 2003 at 11:38

Re: No sound under Flash

2003-08-18 Thread Bijan Soleymani
--zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 18, 2003 at 11:28:32AM -0700, Marc Shapiro wrote: I have been trying to get Flash working, as well as sound. I seem to have succeeded in getting sound to work, in that I can play a CD using

Re: mbox-- maildir with getmail, procmail,mutt

2003-08-18 Thread Bijan Soleymani
--IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 06:40:30PM +, Miquel van Smoorenburg wrote: In article [EMAIL PROTECTED], Matt Price [EMAIL PROTECTED] wrote: in .procmailrc add

Re: mbox-- maildir with getmail, procmail,mutt

2003-08-18 Thread Bijan Soleymani
--45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 04:22:10PM -0400, Matt Price wrote: On Mon, Aug 18, 2003 at 06:40:30PM +, Miquel van Smoorenburg wrote: You need to set

Re: No sound under Flash

2003-08-18 Thread Bijan Soleymani
On Mon, Aug 18, 2003 at 01:53:00PM -0700, Marc Shapiro wrote: Please specify which browser you are using. If you are using mozilla then you get to choose how sound will be handled during configuration. dpkg-reconfigure mozilla should ask you which program you want to handle

Re: SCO identifies code?

2003-08-18 Thread Bijan Soleymani
--cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 07:51:00PM -0500, Alex Malinovich wrote: On Mon, 2003-08-18 at 19:36, Bill Moseley wrote: --snip I assume most here agree it's absurd

SCO System V for Linux WTF!!!

2003-08-18 Thread Bijan Soleymani
--xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi List, SCO is FUD'ing like a MUD'er: http://www.caldera.com/products/ssvl/ssvl_faq.html 1. Why is SCO creating the SCO System V for Linux product? SCO has a large amount of intellectual property

Re: Fetchmail stuck on bad messages

2003-08-18 Thread Bijan Soleymani
--VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 19, 2003 at 03:22:33AM +0200, Carel Fellinger wrote: On Mon, Aug 18, 2003 at 12:12:28AM -0500, Michael D Schleif wrote: ...Of course, I need

Re: SCO identifies code?

2003-08-18 Thread Bijan Soleymani
On Mon, Aug 18, 2003 at 08:56:47PM -0500, Alan Shutko wrote: Bijan Soleymani [EMAIL PROTECTED] writes: This makes a lot of sense. I mean if the FSF hired you to write a GPL program, they wouldn't want you to release a proprietary version of it after you quit working for them. Believe

Re: php on command line package?

2003-08-18 Thread Bijan Soleymani
--vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 19, 2003 at 09:58:25AM +0800, Louie Miranda wrote: Do we have a php command line deb package? I believe that is the php-cgi (or is it php4-cgi) package. There's a flag to stop it from spewing

Re: SCO identifies code?

2003-08-18 Thread Bijan Soleymani
--qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 18, 2003 at 10:21:37PM -0400, Paul Smith wrote: %% Bijan Soleymani [EMAIL PROTECTED] writes: =20 bs This makes a lot of sense. I mean if the FSF

Re: Fetchmail stuck on bad messages

2003-08-15 Thread Bijan Soleymani
--dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 14, 2003 at 09:59:27PM -0700, Michael Epting wrote: I haven't changed any configuration files and I don't see any new fetchmail bugs, but I'm having

Re: Win machine cannot print to a linux printer (cups)

2003-08-15 Thread Bijan Soleymani
--yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Aug 15, 2003 at 07:48:54PM +0200, Joan Tur wrote: And raw jobs are available in cups... This might not help you with this problem, but... I had a winprinter with flaky windows drivers (hp

Re: Fetchmail stuck on bad messages

2003-08-15 Thread Bijan Soleymani
--7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 15, 2003 at 08:22:52PM -0500, Michael D Schleif wrote: You know, I've been wondering about this for quite sometime. =20 What are the tradeoffs

Re: Is there ANY .pdf format editor for Linux with a WYSIWYG GUI

2003-08-15 Thread Bijan Soleymani
--xgyAXRrhYN0wYx8y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 15, 2003 at 08:43:24PM -0500, John Foster wrote: I want to locate an editor that will run on Linux that will handle .pdf= =20 flie format. I really

Re: [OT] C++ question re. dyn. mem.

2003-08-14 Thread Bijan Soleymani
--jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 06, 2003 at 10:36:42AM -0400, MJM wrote: On Wednesday 06 August 2003 01:02, Dave Carrigan wrote: ?Language experts sure get their shorts knotted up

Re: Interesting Mail setup

2003-08-14 Thread Bijan Soleymani
--sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Aug 09, 2003 at 06:14:39PM -0500, mustafa taha al-shawaf wrote: So I've been looking into this and this is what I have come up with so far: YahooPOPs + fetchmail + (sendmail or exim or qmail or

Re: Unusual idea..

2003-08-14 Thread Bijan Soleymani
On Fri, Aug 08, 2003 at 09:22:47AM +0100, Craig Tinson wrote: Guys... I've had an idea for a play project I can work on at home in my spare time.. but before I start on it I need a few ideas.. Can anyone come up with a theory on how to convert an mp3 into a number? I know that sounds

Re: Subscription attempt

2003-08-14 Thread Bijan Soleymani
--huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 14, 2003 at 05:15:14PM +0300, Ogulla, Alphonse wrote: Subscribed! Any ideas on how to take out the disclaimer attached to all outgoing mail by an exchange creature? Two dashes on the last

Re: *Solved* Converting Perl Documentation to HTML *Solved*

2003-08-14 Thread Bijan Soleymani
--+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 13, 2003 at 01:54:27PM -0500, John Foster wrote: I just figured out how to do this, after spending some time searching through the perl mailing

Converting Perl Documentation to HTML

2003-08-14 Thread Bijan Soleymani
--wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, This is not a Debian specific question. Is there an easy way to convert all the perl documentation (mostly the stuff that comes in the perl-doc package) to html. There is a script called pod2html but

*Solved* Converting Perl Documentation to HTML *Solved*

2003-08-14 Thread Bijan Soleymani
On Wed, Aug 13, 2003 at 02:10:19AM -0400, Bijan Soleymani wrote: Is there an easy way to convert all the perl documentation (mostly the stuff that comes in the perl-doc package) to html. There is a script called pod2html but that only does one file at a time. I've also had trouble getting

Re: Harassment

2003-08-14 Thread Bijan Soleymani
bijan by server.crasseux.com with local (Exim 3.36 #1 (Debian)) id 19ks33-0003ey-00 for [EMAIL PROTECTED]; Thu, 07 Aug 2003 17:11:49 -0400 Date: Thu, 07 Aug 2003 17:11:49 -0400 From: Bijan Soleymani [EMAIL PROTECTED] Subject: e45gGw1116960 In-reply-to: [EMAIL PROTECTED] To: [EMAIL

Re: Harassment

2003-08-14 Thread Bijan Soleymani
(Exim 3.36 #1 (Debian)) id 19ks33-0003ey-00 for [EMAIL PROTECTED]; Thu, 07 Aug 2003 17:11:49 -0400 Date: Thu, 07 Aug 2003 17:11:49 -0400 From: Bijan Soleymani [EMAIL PROTECTED] Subject: e45gGw1116960 In-reply-to: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Message-id: [EMAIL PROTECTED] MIME

Re: Challenge-response mail filters considered harmful

2003-08-08 Thread Bijan Soleymani
On Thu, Aug 07, 2003 at 12:38:05PM -0700, Alan Connor wrote: Note that they DID teach me a valuable lesson. Now any mail addressed to me goes to /dev/null. Lol. Any mail *addressed* to you goes to /dev/null now that's a pretty extreme method to get rid of spam. That doesn't mean that they

Re: Completely OT: European mobile text-messaging

2003-08-06 Thread Bijan Soleymani
--vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 05, 2003 at 03:29:47PM -0500, Alex Malinovich wrote: I'm wondering if there's a way to do it online? SMS or something similar? I think there are

Re: Debconf - no prompt?

2003-07-31 Thread Bijan Soleymani
--IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 31, 2003 at 11:40:04AM -0700, Maria Rodriguez wrote: Hi All! =20 I'm working on a project to deploy Internet workstations in a number of l= ocal

Re: moving mail to imap

2003-07-29 Thread Bijan Soleymani
--vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 29, 2003 at 04:18:51PM +0100, Craig Tinson wrote: Hey all.. =20 I use mozilla mail for my email.. and (at the moment) I have about 15,000 emails in

Re: compiling uw imapd

2003-07-29 Thread Bijan Soleymani
--EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 29, 2003 at 05:09:45PM -0500, Will Yardley wrote: I can make my changes to the package and rebuild it if necessary, but I'd rather just build from source. If all you want is to get plaintext

Re: paper size

2003-07-23 Thread Bijan Soleymani
--OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jul 23, 2003 at 11:47:08AM -0400, nori heikkinen wrote: is there some environment variable i need set? this works fine on other debian systems i use (that i did not, unfortunately, install

Re: OT: why I don't want CCs

2003-07-21 Thread Bijan Soleymani
On Sat, Jul 19, 2003 at 07:43:31AM +0200, Thomas Krennwallner wrote: Hi! [Finally I must join this thread now.] On Sat Jul 19, 2003 at 01:05:32AM -0400, Bijan Soleymani wrote: This argument just doesn't make it. Mutt does filtering (shouldn't Where does mutt filter you messages

Re: How to specify MAIL FROM

2003-07-21 Thread Bijan Soleymani
--3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 21, 2003 at 10:38:18AM +0800, yuwen wrote: Hi, Dear all =20 I use exim to send mail directly to the outside world. But since I=20 don't have my

Re: Copying a dvd movie

2003-07-21 Thread Bijan Soleymani
On Mon, Jul 21, 2003 at 01:31:56PM -0400, Antonio Rodr?0X wrote: The following is only an ficticious sequence of events. Any similarity with reality is purely coincidental. Nobody that I know intends to do so. \begin{fiction} Suppose you have a DVD movie that you want to copy. What would be

Re: OT: why I don't want CCs

2003-07-21 Thread Bijan Soleymani
On Mon, Jul 21, 2003 at 09:23:40PM +0200, Thomas Krennwallner wrote: Hi! On Mon Jul 21, 2003 at 12:08:29PM -0400, Bijan Soleymani wrote: And you could ignore to use mutt if you don't want to mess with a MTA. BTW, ever tried to run eximconfig with option 2? You can setup a smarthost

Re: OT: why I don't want CCs

2003-07-18 Thread Bijan Soleymani
Jesse Meyer [EMAIL PROTECTED] writes: I also find that a local MTA on a laptop is great. I have a local network which grabs my email from several sources and sorts it, then every other machine on the network can access that email via imaps. My laptop is configured to periodically check to

Re: How to unsubscribe

2003-07-18 Thread Bijan Soleymani
Roberto Sanchez [EMAIL PROTECTED] writes: When I started having the same problem, I switched to Yahoo! for several reasons: -6 MB of space in the mail box (only 2 MB from Hotmail) -Not owned by MS OK, only two reasons, but good enough for me. Actually there's also a nice script that is

Re: OT: why I don't want CCs

2003-07-17 Thread Bijan Soleymani
--FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jul 17, 2003 at 11:44:44AM -0600, Jamin W. Collins wrote: They have been refuted, you simply choose not to accept that. We've been through this already. You simply choose to interpret things

Re: OT: why I don't want CCs

2003-07-16 Thread Bijan Soleymani
--sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 16, 2003 at 06:19:02PM +0200, martin f krafft wrote: also sprach Paul Johnson [EMAIL PROTECTED] [2003.07.16.1756 +0200]: On Wed, Jul 16, 2003 at

Re: tar/NFS problem

2003-07-16 Thread Bijan Soleymani
--uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 16, 2003 at 06:47:30PM +0100, Piers Kittel wrote: Furthering the subject... =20 Is it possible to get the crontab to email me each time the job=20

Re: OT: why I don't want CCs

2003-07-16 Thread Bijan Soleymani
--O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 16, 2003 at 05:08:04PM -0600, Jamin W. Collins wrote: Now, I know I have oversimplified the process. I also know that there are a lot of steps

Re: OT: why I don't want CCs

2003-07-16 Thread Bijan Soleymani
On Wed, Jul 16, 2003 at 08:19:27PM -0400, Chris Metzler wrote: On Wed, 16 Jul 2003 16:48:20 -0400 Derrick 'dman' Hudson [EMAIL PROTECTED] wrote: If fetchmail was able to pass the mail to it, then that means it was listening on port 25 (and pretending to handle incoming mail) Can you

Re: OT: why I don't want CCs

2003-07-16 Thread Bijan Soleymani
On Wed, Jul 16, 2003 at 06:48:18PM -0600, Jamin W. Collins wrote: Apples and oranges, but ideally an MUA doesn't need POP or IMAP support no. Implementing IMAP support outside the client is almost insane. IMAP leaves the mail on the server most of the time, and downloads the messages as they

Re: OT: why I don't want CCs

2003-07-16 Thread Bijan Soleymani
--YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 16, 2003 at 08:31:10PM -0600, Jamin W. Collins wrote: On Wed, Jul 16, 2003 at 10:07:53PM -0400, Bijan Soleymani wrote: On Wed, Jul 16, 2003 at 06

Re: OT: why I don't want CCs

2003-07-16 Thread Bijan Soleymani
--gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 16, 2003 at 08:44:53PM -0600, Jamin W. Collins wrote: On Wed, Jul 16, 2003 at 10:35:11PM -0400, Bijan Soleymani wrote: On Wed, Jul 16, 2003 at 08

Re: 4GL development (a little OT: perhaps)

2003-07-15 Thread Bijan Soleymani
--K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 15, 2003 at 11:45:28PM +1000, bob parker wrote: Don't discount PHP + Postgres at the backend, with web browsers on the cl= ient=20 side. Completely

Re: Installing Debian on existing winxp+rh9.0 hdd

2003-07-15 Thread Bijan Soleymani
--huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 15, 2003 at 11:15:40PM +0530, sudeep mukherjee wrote: When I install Debian where do I tell it to install lilo? Don't install lilo if you want to use grub. grub is a bootloader, lilo is

Re: Booting from a floppy to install debian

2003-07-15 Thread Bijan Soleymani
--dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 15, 2003 at 10:52:40PM -0600, Marvin Aguero wrote: Guys, =20 I have decided to give debian GNU/Linux a chance. So, I downloaded the w= oody Official

Re: installation and set up

2003-07-14 Thread Bijan Soleymani
--FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 13, 2003 at 06:18:18AM +, Jianan Huang wrote: Now, some more questions. 1) Using df, I find that my / has 60MB (25MB cited on previous msg

Re: No space left on device

2003-07-14 Thread Bijan Soleymani
--TiqCXmo5T1hvSQQg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 14, 2003 at 12:51:55PM -0400, Salman Haq wrote: =20 Hi, =20 When trying to compile some code, I got the following error: =20 cpp0:

Re: TCP/IP printing under Debian

2003-07-14 Thread Bijan Soleymani
--tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jul 14, 2003 at 07:46:11PM +0200, Leif B. Kristensen wrote: I've worked a lot with UNIX administration, but I have no experience with printer installation. The howtos that I have been able to find

Re: TCP/IP printing under Debian

2003-07-14 Thread Bijan Soleymani
On Mon, Jul 14, 2003 at 08:45:00PM +0200, Leif B. Kristensen wrote: lynx: Can't access startfile http://localhost:631/ Neither can I access it from my remote console. How do I start it? I've succeeded in stopping the lpd service by executing /etc/init.d/lpd stop -- but when I try the obvious

Re: Network printing..

2003-07-12 Thread Bijan Soleymani
On Fri, Jul 11, 2003 at 11:38:14PM -0700, Kenward Vaughan wrote: On Fri, Jul 11, 2003 at 12:06:47PM -0400, Bijan Soleymani wrote: On Fri, Jul 11, 2003 at 03:20:23PM +0800, Miranda, Joel Louie M wrote: How would you configure your server for network printing? I mean your pc can print

Re: Change window manager to blackbox

2003-07-12 Thread Bijan Soleymani
--V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 12, 2003 at 08:18:05PM +1200, [EMAIL PROTECTED] wrote: I tried that but it still dosnt work. KDE isnt even on the list and I get to choose the defualt wm from. Blackbox is defentally set as

Re: naming of debian distributions

2003-07-12 Thread Bijan Soleymani
On Sat, Jul 12, 2003 at 05:05:02PM -0600, Francisco Castellon wrote: So which one is potatoe? Potato is version 2.2 it used to be the stable version before Woody (3.0) was released. Bijan pgp0.pgp Description: PGP signature

Re: Network printing..

2003-07-11 Thread Bijan Soleymani
On Fri, Jul 11, 2003 at 03:20:23PM +0800, Miranda, Joel Louie M wrote: How would you configure your server for network printing? I mean your pc can print remotely not connected thru lpt1 I would do this using cups. First install cups on the computer connected directly to the printer. Once you

Re: Spamassassin SA Proxy

2003-07-11 Thread Bijan Soleymani
On Fri, Jul 11, 2003 at 02:20:03PM +0200, JZidar wrote: OK. How can I do that? Google didn't return anything really useful. Ok here's a (somewhat detailed) step by step. 1) set up fetchmail to download your mail from your pop account onto your local computer. a) apt-get install fethcmail b)

Re: Discover X version

2003-07-11 Thread Bijan Soleymani
--Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 11, 2003 at 06:57:53PM +0200, Peter Hugosson-Miller wrote: Is it possible to ask X what version it is running? =20 I know I can check (in Debian) by

<    1   2   3   4   5   6   >