[ilugd] IPS HLBR 1.0 released (off-topic)

2006-03-07 Thread Eriberto
IPS HLBR - Version 1.0 can detect malicious traffic using regular
expressions

Version 1.0 of Hogwash Light BR, released march 5th 2006, brings two
interesting new features. The first one is the ability of using
regular expressions to detect intrusion attempts and e-mails with
virus or phishing. The second is the use of lists with banned words.

HLBR is an IPS (Intrusion Prevention System) that reads network
traffic in the layer 2 of the OSI model. Since it works like a bridge,
it stays in-line in the network topology and doesn't need an IP
address. So, HLBR is invisible to attackers. Traffic filtering
(including the packets contents) can be done with simple rules.
Version 1.0 can use regular expressions to filter the packets. Below
is an example of rule with regular expressions:

(please see http://hlbr.sourceforge.net/hlbr-rule-1.gif)

In short, all TCP traffic destined to port 25 of the e-mail server
will be filtered. If the text:

filename="anything_different_of_line_breaks.s__c__r"

(please ignore underlines in s__c__r)

is found inside the packet, that means there are an attachment .scr in
the e-mail (virus). So this packet will suffer the action named 'virus'.
This action logs the event, dumps the malicious traffic in tcpdump
format and drops the packet. Below is an example of rule against a type
of buffer overflow attempt against DNS servers:

(please see http://hlbr.sourceforge.net/hlbr-rule-2.gif)

In this case, due to the use of pipe characters (|), HLBR will check
the traffic for the hexadecimal sequence given as an attack signature.

HLBR lets you use rules for blocking attacks against network servers.
In order to fully understand it please read our documentation at
http://hlbr.sourceforge.net/ips-en.html - explanations about the IPS
concept including charts.

HLBR site is at http://hlbr.sourceforge.net.

(Translated from Portuguese by André Bertelli - andre (a) bertelli.name)



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] mysql connectivity problem plz help

2006-03-07 Thread ankit walia
 hi all,
i cud not update my table from webserver into mysql server from the
webserver when i insert using php file mysql_connect().
it is not showing any error but when i see the data base noupdation is happening
when i update it on local host it works
i have installed mysql from the package provided by RH9
do i need to make any other mysql database server
pls help me.
ankit walia
pm me [EMAIL PROTECTED]

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] mysql connectivity problem plz help

2006-03-07 Thread Sameer N Ingole
ankit walia wrote:
> when i update it on local host it works
So where it is not working? Do you mean it works on mysql prompt?
> i have installed mysql from the package provided by RH9
Dude, you are using really old MySQL.
> do i need to make any other mysql database server
Which database you are trying to access? Is your script trying to 
connect to database on local machine or on some remote location? Also 
show the connection code.

If you are trying to connect to remote DB, make sure your remote DB 
server accepts connections from outer world and not only from localhost.

Regards,

-- 
Sameer N. Ingole
Blog: http://weblogic.noroot.org/
---
Better to light one candle than to curse the darkness.


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] video ram on linux

2006-03-07 Thread Romil Mittal
Hi all,

I need some help. Could somebody please tell me how to find out the size
of video ram available on a linux box.

Regards.


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] mysql connectivity problem plz help

2006-03-07 Thread Gaurav Mishra
On 3/7/06, ankit walia <[EMAIL PROTECTED]> wrote:
>  hi all,
> i cud not update my table from webserver into mysql server from the
> webserver when i insert using php file mysql_connect().

make sure mysql server is running when u update the database and in
mysql_connect() u have specified localhost.localdomain ( if u are
running locally on ur machine), sometimes just localhost won`t
work.

> it is not showing any error but when i see the data base noupdation is 
> happening
> when i update it on local host it works
> i have installed mysql from the package provided by RH9
> do i need to make any other mysql database server

I don`t know what`s with RH9 , but u need php 4.3 to get some mysql
connect function to work, make sure it is there, It would be
better if u upgrade to fedora.


--
"When i can run , i will run , When i can walk , i will walk, When i
can crawl , i will crawl. But i will not stop moving forward"
Linux User #348873
http://rockybhai.blogspot.com
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] Require 64bit Linux OS

2006-03-07 Thread Nitin Chandra
Hello Everyone

could you please suggest a good rpm based 64bit Linux
OS with all the latest goodies and ease of use;
CDs/DVD any, will be preferable.

My computer config is :

AMD Sempron 2400+ (it sayes 64bit)
512 MB RAM
K8V-MX motherboard
120GB PATA HDD

and if any one has that distribution, can you make a
copy available to me in West Delhi.

reply to me off list in this regard Please. 

TIA
Nitin

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] mysql connectivity problem plz help

2006-03-07 Thread Manish Gulati
Hi,

 ankit walia <[EMAIL PROTECTED]> wrote:
 > hi all,
 > i cud not update my table from webserver into mysql server from the
 > webserver when i insert using php file mysql_connect().
 > it is not showing any error but when i see the data base noupdation is 
 > happening
 > when i update it on local host it works
 > i have installed mysql from the package provided by RH9
 > do i need to make any other mysql database server
 > pls help me.
 > ankit walia
 >pm me [EMAIL PROTECTED]
 
 Check if you have php-mysql installed on your machine, this provides mysql.so 
library for PHP to connect to database. If this is installed then check through 
your web server if your PHP has mysql_connect() function vailable. A simple PHP 
script below can be used to do so.
 
 
 
 Copy this is a test.php file and call from your web server  at your own risk.
 
 
 Regards
 MG
 
 
 
 
 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Sudev Barar
On 07/03/06, Nitin Chandra <[EMAIL PROTECTED]> wrote:
> could you please suggest a good rpm based 64bit Linux
> OS with all the latest goodies and ease of use;
> CDs/DVD any, will be preferable.
>
> My computer config is :
>
> AMD Sempron 2400+ (it sayes 64bit)
> 512 MB RAM
> K8V-MX motherboard
> 120GB PATA HDD
>

Replying online. Ubuntu 64 bit works like charm. ILUG-D has copies,
you will have to move and attend the next meeting to get one.
--
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Gora Mohanty
--- Nitin Chandra <[EMAIL PROTECTED]> wrote:
[...]
> could you please suggest a good rpm based 64bit Linux
> OS with all the latest goodies and ease of use;
> CDs/DVD any, will be preferable.

Why the RPM-based stipulation? Ubuntu 64-bit is available, and is
a winner on the desktop.

[...] 
> and if any one has that distribution, can you make a
> copy available to me in West Delhi.

Sarai has copies, and I can pick one up if you let me know soon,
and can pick it up in Dwarka.

> reply to me off list in this regard Please. 

Sorry. Post here, read here.

Regards,
Gora




Jiyo cricket on Yahoo! India cricket 
http://in.sports.yahoo.com/cricket/

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Gora Mohanty
--- Sudev Barar <[EMAIL PROTECTED]> wrote:

> On 07/03/06, Nitin Chandra <[EMAIL PROTECTED]> wrote:
> > could you please suggest a good rpm based 64bit Linux
> > OS with all the latest goodies and ease of use;
> > CDs/DVD any, will be preferable.
[...]
> Replying online. Ubuntu 64 bit works like charm. ILUG-D has copies,
> you will have to move and attend the next meeting to get one.
[...]

Ubuntu is not RPM-based, but is indeed a good choice. Sarai has copies,
and I can pick one up for Nitin, if he can collect it from Dwarka. If
RPM-based is required, I would suggest OpenSuSE, but do not have 64-bit
CDs.

Regards,
Gora



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Vaibhav Singh
well using a 64Bit OS will be very tough for u.
softwares based on 64 Bit are aren't availble much.My friend installed
Ubuntu 64Bit but had to install 32Bit again due to unavailability of
softwares.
i suggest u to stick on 32Bit presently.

bye
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Nitin Chandra
Thanks guys.

Gora i do keep going to Dwarka, to Sector 4 & market
of sector 12.

So if u can give me your mobile / ph no. i can call
you and get a 1st hand feedback from you :) , i might
be there tomorrow. 

Thanks n Reg
Nitin

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] mysql connectivity problem plz help

2006-03-07 Thread ankit walia
on localhost using php file when i insert in database it is
working(inserting).
but when i give remote ip address it is not giving any error
mysql_connect($databaseserverip,$user,$password) or die("connection
failed")
but not inserting in database.
n today when i check using select query it shows connection failure error.
one of my friend said you need to install any database server to remote
machine from which i access data tell me
are client mysql and server mysql different?
i use service mysqld start on shell prompt


On 3/7/06, Sameer N Ingole <[EMAIL PROTECTED]> wrote:
>
> ankit walia wrote:
> > when i update it on local host it works
> So where it is not working? Do you mean it works on mysql prompt?
> > i have installed mysql from the package provided by RH9
> Dude, you are using really old MySQL.
> > do i need to make any other mysql database server
> Which database you are trying to access? Is your script trying to
> connect to database on local machine or on some remote location? Also
> show the connection code.
>
> If you are trying to connect to remote DB, make sure your remote DB
> server accepts connections from outer world and not only from localhost.
>
> Regards,
>
> --
> Sameer N. Ingole
> Blog: http://weblogic.noroot.org/
> ---
> Better to light one candle than to curse the darkness.
>
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>
>
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Sudev Barar
On 07/03/06, Vaibhav Singh <[EMAIL PROTECTED]> wrote:
> well using a 64Bit OS will be very tough for u.
> softwares based on 64 Bit are aren't availble much.My friend installed
> Ubuntu 64Bit but had to install 32Bit again due to unavailability of
> softwares.
> i suggest u to stick on 32Bit presently.

I suggest you get better friends... ;-)
Which softwares that are available in 32bit Ubuntu did not run in
64bit one? The only area where you will find problems is running flash
on browsers and that is due to the fact that Macromedia has not got
around to releasing 64bit version. There is OpenFlash project, but I
will admit it does not work very well...yet!


--
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Tanveer Singh
On 3/8/06, Sudev Barar <[EMAIL PROTECTED]> wrote:
>
> On 07/03/06, Vaibhav Singh <[EMAIL PROTECTED]> wrote:
> > well using a 64Bit OS will be very tough for u.
> > softwares based on 64 Bit are aren't availble much.My friend installed
> > Ubuntu 64Bit but had to install 32Bit again due to unavailability of
> > softwares.
> > i suggest u to stick on 32Bit presently.
>
> I suggest you get better friends... ;-)
> Which softwares that are available in 32bit Ubuntu did not run in
> 64bit one? The only area where you will find problems is running flash
> on browsers and that is due to the fact that Macromedia has not got
> around to releasing 64bit version. There is OpenFlash project, but I
> will admit it does not work very well...yet!
>
Flash is not that much of a problem. I run firefox in 32bit mode so I can
use all plugins. Rest everything runs 64bit. But then I use a more 64bit
friendly distro(gentoo). Since precompiled 64bit applications are rare,
gentoo flow works fine.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] [Commercial]WANTED!!! Linux Writers & Authors

2006-03-07 Thread Niraj Sahay
[Commercial]WANTED!!! Linux Writers & Authors
-

Hi Folks! LINUX For You is seeking writers and authors for articles and
reviews on Linux and Open Source software. Freelancers, part-timers, or
full-time employees--all are welcome. Whether you are into software
development, system administration or work on the technology strata--we have
room for you.

We seek candidates who are passionate about the OSS philosophy and the
technology, and like to share their knowledge. Command over the English
language, and the urge to write creative stuff will be an additional bonus.

Interested enthusiasts may apply at [EMAIL PROTECTED] with a CC to
[EMAIL PROTECTED]



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] [Commercial]WANTED!!! Linux Developers

2006-03-07 Thread Niraj Sahay
[Commercial]WANTED!!! Linux Developers (0-2 years experience)
-

The EFY Group, publishers of the LINUX For You group, seeks software
developers who are conversant with LAMP technologies. Your professional
experience may vary between 0 to 2 years, but your fundamentals should be
clear, and the idea of developing Open Source applications for a living
should excite you. As an additional bonus, you will get to review technology
papers of some of the best brains of the country, and pass a judgement on
them  ;-) 

Interested enthusiasts may apply at [EMAIL PROTECTED] with a CC to
[EMAIL PROTECTED]



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Narender Hooda
I have CentOS 4.2 (64 bit).
if you need this then please let me know.

PS: you have to pickup the CD's from Qutub institutional Area.


--Narender

On 3/8/06, Tanveer Singh <[EMAIL PROTECTED]> wrote:
>
> On 3/8/06, Sudev Barar <[EMAIL PROTECTED]> wrote:
> >
> > On 07/03/06, Vaibhav Singh <[EMAIL PROTECTED]> wrote:
> > > well using a 64Bit OS will be very tough for u.
> > > softwares based on 64 Bit are aren't availble much.My friend installed
> > > Ubuntu 64Bit but had to install 32Bit again due to unavailability of
> > > softwares.
> > > i suggest u to stick on 32Bit presently.
> >
> > I suggest you get better friends... ;-)
> > Which softwares that are available in 32bit Ubuntu did not run in
> > 64bit one? The only area where you will find problems is running flash
> > on browsers and that is due to the fact that Macromedia has not got
> > around to releasing 64bit version. There is OpenFlash project, but I
> > will admit it does not work very well...yet!
> >
> Flash is not that much of a problem. I run firefox in 32bit mode so I can
> use all plugins. Rest everything runs 64bit. But then I use a more 64bit
> friendly distro(gentoo). Since precompiled 64bit applications are rare,
> gentoo flow works fine.
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>
>
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Require 64bit Linux OS

2006-03-07 Thread Mahesh T. Pai
"Sudev Barar" <[EMAIL PROTECTED]> writes:

> Which softwares that are available in 32bit Ubuntu did not run in
> q64bit one? The only area where you will find problems is running
> flash on browsers and that is due to the fact that Macromedia has
> not got around to releasing 64bit version. There is OpenFlash
> project, but I will admit it does not work very well...yet!

libflash-mozplugin and libflash-swfplugin are available on Debian Sid,
and I run the AMD 64bit version. You can try it. 

You need a chroot environment to run OpenOfffice.org, however. 

The easy way out for me was to install Koffice, which is a good
substitute for OO.o. (It is good enough for an advanced power user of
Word processing like me, so why would koffice not work for
err.. lesser mortals out there?)

-- 
Mahesh T. Pai   ||  http://paivakil.blogspot.com


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/