Re: Little script help please

2000-09-07 Thread Craig Sanders
On Thu, Sep 07, 2000 at 05:57:32PM -0600, Art Sackett wrote: > On Fri, Sep 08, 2000 at 09:36:51AM +1000, ridgey wrote: > > Below is a script I am writing, what it does it take in values from > > webpage and basically just write them to a file. > > First thing to do is to stop writing perl like it's

Cyrus pop3d

2000-09-07 Thread Felipe Alvarez Harnecker
Hi, is it possible to lower the "1 minute" re-login period restriction of pop3d ?? Search the web, nothing found. Thanx. -- __ Felipe Alvarez Harnecker. QlSoftware. Tel. 09.874.60.17 e-mail: [EMAIL PROTECTED] Potenciado

Re: Little script help please

2000-09-07 Thread Art Sackett
On Fri, Sep 08, 2000 at 09:36:51AM +1000, ridgey wrote: > Below is a script I am writing, what it does it take in values from webpage > and basically just write them to a file. First thing to do is to stop writing perl like it's sh. Second thing would be to ditch cgi-lib.pl in favor of CGI.pm.

Re: Little script help please

2000-09-07 Thread Mervyn Jack
Our programmer, Andrew, tells me the problem is with the lines... if [ $hessian_colour="twotone" ]; then The "=" set's $hession_colour to twotone and returns a TRUE to say the operation has been successful. You need to use a "==" to compare the two values. For String comparisons, you should real

Little script help please

2000-09-07 Thread ridgey
Below is a script I am writing, what it does it take in values from webpage and basically just write them to a file. What I am trying to do is: there is heap of different sections on the page, hessian, linen and more to be added. I want the script to ONLY write to file the section that is selecte

Re: Little script help please

2000-09-07 Thread Craig Sanders
On Thu, Sep 07, 2000 at 05:57:32PM -0600, Art Sackett wrote: > On Fri, Sep 08, 2000 at 09:36:51AM +1000, ridgey wrote: > > Below is a script I am writing, what it does it take in values from > > webpage and basically just write them to a file. > > First thing to do is to stop writing perl like it'

Re: Little script help please

2000-09-07 Thread Art Sackett
On Fri, Sep 08, 2000 at 09:36:51AM +1000, ridgey wrote: > Below is a script I am writing, what it does it take in values from webpage > and basically just write them to a file. First thing to do is to stop writing perl like it's sh. Second thing would be to ditch cgi-lib.pl in favor of CGI.pm.

Re: Little script help please

2000-09-07 Thread Mervyn Jack
Our programmer, Andrew, tells me the problem is with the lines... if [ $hessian_colour="twotone" ]; then The "=" set's $hession_colour to twotone and returns a TRUE to say the operation has been successful. You need to use a "==" to compare the two values. For String comparisons, you should rea

Little script help please

2000-09-07 Thread ridgey
Below is a script I am writing, what it does it take in values from webpage and basically just write them to a file. What I am trying to do is: there is heap of different sections on the page, hessian, linen and more to be added. I want the script to ONLY write to file the section that is select

Re: proc/sys/net/tcp settings

2000-09-07 Thread Tamas TEVESZ
On Thu, 7 Sep 100, Allen Ahoffman wrote: > Can someone point me at good docs for the > /proc/sys/net/tcp > files? > I want to find ways of making syn floods go away. /usr/src/linux/Documentation/networking/ip-sysctl.txt -- [-] ``And there are plenty of other innovative pieces of software su

proc/sys/net/tcp settings

2000-09-07 Thread Allen Ahoffman
Can someone point me at good docs for the /proc/sys/net/tcp files? I want to find ways of making syn floods go away.

gnome panel (catch me if you can) (fwd)

2000-09-07 Thread Debian Ghost
No one in debian-users could explain this. Maybe one of you can? :) -- Forwarded message -- Date: Thu, 7 Sep 2000 12:36:57 -0500 (EST) From: Debian Ghost <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: gnome panel (catch me if you can) Resent-Date: Thu, 07 Sep 2000 12

Re: MySQL search/replace. help please

2000-09-07 Thread Christian Hammers
On Thu, 07.09.00 18:59 +, t s a d i wrote: > hello gang! yo man! > what i need to do is to search out all occurences of the string > "www.olddomain.com" and change it to "www.mynewdomain.com". Well, I go the simple way for this problems: mysqldump --opt database table \ | sed 's/oldstrin

Re: proc/sys/net/tcp settings

2000-09-07 Thread Tamas TEVESZ
On Thu, 7 Sep 100, Allen Ahoffman wrote: > Can someone point me at good docs for the > /proc/sys/net/tcp > files? > I want to find ways of making syn floods go away. /usr/src/linux/Documentation/networking/ip-sysctl.txt -- [-] ``And there are plenty of other innovative pieces of software s

proc/sys/net/tcp settings

2000-09-07 Thread Allen Ahoffman
Can someone point me at good docs for the /proc/sys/net/tcp files? I want to find ways of making syn floods go away. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: tcp-wrappers

2000-09-07 Thread elyograg
That would be how you can see - add an entry to hosts.deny that denies the address you'll be testing from, restart the service in question, and try to access it. Thanks, Shawn > Hello John and All, > Thank you for the reply. > How can I tell if my services are set up for tcp wrappers? > I rememb

gnome panel (catch me if you can) (fwd)

2000-09-07 Thread Debian Ghost
No one in debian-users could explain this. Maybe one of you can? :) -- Forwarded message -- Date: Thu, 7 Sep 2000 12:36:57 -0500 (EST) From: Debian Ghost <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: gnome panel (catch me if you can) Resent-Date: Thu, 07 Sep 2000 12:37:35 -05

Re: MySQL search/replace. help please

2000-09-07 Thread Christian Hammers
On Thu, 07.09.00 18:59 +, t s a d i wrote: > hello gang! yo man! > what i need to do is to search out all occurences of the string > "www.olddomain.com" and change it to "www.mynewdomain.com". Well, I go the simple way for this problems: mysqldump --opt database table \ | sed 's/oldstri

Re: tcp-wrappers

2000-09-07 Thread debian-isp
Hello John and All, Thank you for the reply. How can I tell if my services are set up for tcp wrappers? I remember I used to run wrappers a couple years back on a Redhat machine, but I would have to compile each program to be used with wrappers and specify in inetd.conf that they were wrapped. It i

Re: tcp-wrappers

2000-09-07 Thread elyograg
That would be how you can see - add an entry to hosts.deny that denies the address you'll be testing from, restart the service in question, and try to access it. Thanks, Shawn > Hello John and All, > Thank you for the reply. > How can I tell if my services are set up for tcp wrappers? > I remem

Re: tcp-wrappers

2000-09-07 Thread debian-isp
Hello John and All, Thank you for the reply. How can I tell if my services are set up for tcp wrappers? I remember I used to run wrappers a couple years back on a Redhat machine, but I would have to compile each program to be used with wrappers and specify in inetd.conf that they were wrapped. It

Re: tcp-wrappers

2000-09-07 Thread John Ferlito
On Thu, Sep 07, 2000 at 07:51:26AM -0500, [EMAIL PROTECTED] wrote: > Hello All, > I have a general question about TCP wrappers. > I know that they "wrap" rservices and somehow enhance security, but I am > rather unsure of what they actually do physically and where to get more > info on what service

tcp-wrappers

2000-09-07 Thread debian-isp
Hello All, I have a general question about TCP wrappers. I know that they "wrap" rservices and somehow enhance security, but I am rather unsure of what they actually do physically and where to get more info on what services it is best to have wrapped. Any info on TCP wrappers is much appriciated! T

Re: X don't work

2000-09-07 Thread Adrian Nims
I've used XF86Config to configure X but despite that from the XF86COnfig point of view everything is fine and it made an X server runninig, I have no mouse working (not even in XF86Setup interface) and X freeze after showing me white and black dots and a black X (wich is not moving no matter how ma

MySQL search/replace. help please

2000-09-07 Thread t s a d i
hello gang! i have a column in my table called "pagetext" w/c contains a _lot_ of data in it (its the column containing the data for posts made on a message board). what i need to do is to search out all occurences of the string "www.olddomain.com" and change it to "www.mynewdomain.com". hope

Re: hosts.deny

2000-09-07 Thread Marcin Owsiany
On Wed, Sep 06, 2000 at 04:02:12PM -0500, [EMAIL PROTECTED] wrote: > debian potato archive. Not sure why it is working according to what you > wrote, but it is denying everyone not in hosts.allow now. from /usr/doc/ssh/changelog.Debian.gz * use --with-tcp-wrappers (closes: #49545) regards Marc

Re: tcp-wrappers

2000-09-07 Thread John Ferlito
On Thu, Sep 07, 2000 at 07:51:26AM -0500, [EMAIL PROTECTED] wrote: > Hello All, > I have a general question about TCP wrappers. > I know that they "wrap" rservices and somehow enhance security, but I am > rather unsure of what they actually do physically and where to get more > info on what servic

tcp-wrappers

2000-09-07 Thread debian-isp
Hello All, I have a general question about TCP wrappers. I know that they "wrap" rservices and somehow enhance security, but I am rather unsure of what they actually do physically and where to get more info on what services it is best to have wrapped. Any info on TCP wrappers is much appriciated!

Re: X don't work

2000-09-07 Thread Adrian Nims
I've used XF86Config to configure X but despite that from the XF86COnfig point of view everything is fine and it made an X server runninig, I have no mouse working (not even in XF86Setup interface) and X freeze after showing me white and black dots and a black X (wich is not moving no matter how m

MySQL search/replace. help please

2000-09-07 Thread t s a d i
hello gang! i have a column in my table called "pagetext" w/c contains a _lot_ of data in it (its the column containing the data for posts made on a message board). what i need to do is to search out all occurences of the string "www.olddomain.com" and change it to "www.mynewdomain.com".

Re: hosts.deny

2000-09-07 Thread Marcin Owsiany
On Wed, Sep 06, 2000 at 04:02:12PM -0500, [EMAIL PROTECTED] wrote: > debian potato archive. Not sure why it is working according to what you > wrote, but it is denying everyone not in hosts.allow now. from /usr/doc/ssh/changelog.Debian.gz * use --with-tcp-wrappers (closes: #49545) regards Mar