Re: [bdlug] PHP for the MySQL support

2005-08-20 Thread Going around in circles.
I mention before that the rpm can't find mysql as it is not installed in the 
default path.

[EMAIL PROTECTED] u01]# rpm -ivh php-mysql-4.2.2-8.0.5.i386.rpm
warning: php-mysql-4.2.2-8.0.5.i386.rpm: V3 DSA signature: NOKEY, key ID 
db42a60e
error: Failed dependencies:
mysql is needed by php-mysql-4.2.2-8.0.5
libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5

~/Ovi




- Original Message -
From: S M Ibrahim <[EMAIL PROTECTED]>
To: bdlug@yahoogroups.com
Date: Friday, August 19, 2005 9:54 PM
Subject: Re: [bdlug] PHP for the MySQL support

>I am sure, all the needed rpm are available on the RH-8 installation CD. It 
>works for me. There is a rpm that make the needed changes. Search them on 
>your installation CD. :)
>
>On 8/18/05, Going around in circles. <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > I am trying to configure PHP for the MySQL support. I am using redhat 
>8.0
> > with 2.4.18-14 kernel
> > > [EMAIL PROTECTED] script]# uname -a
> > Linux Server 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
> > GNU/Linux
> > > MySQL was installed from the source in /usr/local/mysql/ directory and 
>the
> > version is 4.1.8
> > > [EMAIL PROTECTED] script]# /usr/local/mysql/bin/mysqladmin -V
> > /usr/local/mysql/bin/mysqladmin Ver 8.41 Distrib 4.1.8, for pc-linux on
> > i686
> > > PHP was installed with OS and the version is
> > [EMAIL PROTECTED] script]# rpm -qa | grep php
> > php-4.2.2-8.0.5
> > php-imap-4.2.2-8.0.5
> > php-ldap-4.2.2-8.0.5
> > > Now I want to configure PHP to support MySQL. I found some rpms in the 
> > net,
> > but these rpms cannot find mysql. I also tried to uninstall PHP and > 
>install
> > a new version of PHP from source. But PHP has some dependencies.
> > > [EMAIL PROTECTED] script]# rpm -e php
> > error: Failed dependencies:
> > php = 4.2.2-8.0.5 is needed by (installed) php-imap-4.2.2-8.0.5
> > php = 4.2.2-8.0.5 is needed by (installed) php-ldap-4.2.2-8.0.5
> > > I know, I have remove above two to remove PHP. But I am not sure what 
>will
> > be the effect of removing php-ldap and php-imap in the system.
> > > I need help.
> > > ~/Ovi
> > >
>
>
>--
>S. M. Ibrahim (Lavlu)
>http://www.smibrahim.tk
>
>
>[Non-text portions of this message have been removed]
>
>
>
>To unsubscribe send a blank mail to:
>  [EMAIL PROTECTED]
>
>
>
>SPONSORED LINKS  Bangladesh  Linux user  Bangladesh flag  Dhaka bangladesh
>
>YAHOO! GROUPS LINKS
>
>\tab -  Visit your group "bdlug" on the web.
>   \tab -  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   \tab -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
>Service.
>
>
>

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] PHP for the MySQL support

2005-08-20 Thread Jamil Ahmed
You need to install the following packages too.
mysql-*.rpm
mysql-server-*.rpm

`Jamil



Going around in circles. wrote:

>I mention before that the rpm can't find mysql as it is not installed in the 
>default path.
>
>[EMAIL PROTECTED] u01]# rpm -ivh php-mysql-4.2.2-8.0.5.i386.rpm
>warning: php-mysql-4.2.2-8.0.5.i386.rpm: V3 DSA signature: NOKEY, key ID 
>db42a60e
>error: Failed dependencies:
>mysql is needed by php-mysql-4.2.2-8.0.5
>libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5
>
>~/Ovi
>
>
>
>
>- Original Message -
>From: S M Ibrahim <[EMAIL PROTECTED]>
>To: bdlug@yahoogroups.com
>Date: Friday, August 19, 2005 9:54 PM
>Subject: Re: [bdlug] PHP for the MySQL support
>
>  
>
>>I am sure, all the needed rpm are available on the RH-8 installation CD. It 
>>works for me. There is a rpm that make the needed changes. Search them on 
>>your installation CD. :)
>>
>>On 8/18/05, Going around in circles. <[EMAIL PROTECTED]> wrote:
>>
>>
Hi,


>>>I am trying to configure PHP for the MySQL support. I am using redhat 
>>>  
>>>
>>8.0
>>
>>
>>>with 2.4.18-14 kernel
>>>  
>>>
[EMAIL PROTECTED] script]# uname -a


>>>Linux Server 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
>>>GNU/Linux
>>>  
>>>
MySQL was installed from the source in /usr/local/mysql/ directory and 


>>the
>>
>>
>>>version is 4.1.8
>>>  
>>>
[EMAIL PROTECTED] script]# /usr/local/mysql/bin/mysqladmin -V


>>>/usr/local/mysql/bin/mysqladmin Ver 8.41 Distrib 4.1.8, for pc-linux on
>>>i686
>>>  
>>>
PHP was installed with OS and the version is


>>>[EMAIL PROTECTED] script]# rpm -qa | grep php
>>>php-4.2.2-8.0.5
>>>php-imap-4.2.2-8.0.5
>>>php-ldap-4.2.2-8.0.5
>>>  
>>>
Now I want to configure PHP to support MySQL. I found some rpms in the 


>>>net,
>>>but these rpms cannot find mysql. I also tried to uninstall PHP and > 
>>>  
>>>
>>install
>>
>>
>>>a new version of PHP from source. But PHP has some dependencies.
>>>  
>>>
[EMAIL PROTECTED] script]# rpm -e php


>>>error: Failed dependencies:
>>>php = 4.2.2-8.0.5 is needed by (installed) php-imap-4.2.2-8.0.5
>>>php = 4.2.2-8.0.5 is needed by (installed) php-ldap-4.2.2-8.0.5
>>>  
>>>
I know, I have remove above two to remove PHP. But I am not sure what 


>>will
>>
>>
>>>be the effect of removing php-ldap and php-imap in the system.
>>>  
>>>
I need help.
~/Ovi



>>--
>>S. M. Ibrahim (Lavlu)
>>http://www.smibrahim.tk
>>
>>



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] PHP for the MySQL support

2005-08-20 Thread S M Ibrahim
On 8/20/05, Going around in circles. <[EMAIL PROTECTED]> wrote:

> I mention before that the rpm can't find mysql as it is not installed in 
> the
> default path.
> 
> [EMAIL PROTECTED] u01]# rpm -ivh php-mysql-4.2.2-8.0.5.i386.rpm
> warning: php-mysql-4.2.2-8.0.5.i386.rpm: V3 DSA signature: NOKEY, key ID
> db42a60e
> error: Failed dependencies:
> mysql is needed by php-mysql-4.2.2-8.0.5
> libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5
> 
> ~/Ovi

 Ok, is the Mysql server running ok? can you access this from terminal?

 Jamil Ahmed wrote:

> You need to install the following packages too.
> mysql-*.rpm
> mysql-server-*.rpm
> 
 He installed the mysql from source.

 
 -- 
> S. M. Ibrahim (Lavlu)
> http://www.smibrahim.tk


[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] PHP for the MySQL support

2005-08-20 Thread Going around in circles.
Well offcourse, it is running. And I can access it from terminal. I am 
planning to remove PHP with all the dependencies and install it from source 
with mysql option.
What do you think Any advise will be appreciated

~/Ovi



- Original Message -
From: S M Ibrahim <[EMAIL PROTECTED]>
To: bdlug@yahoogroups.com
Date: Saturday, August 20, 2005 2:20 PM
Subject: Re: [bdlug] PHP for the MySQL support

>On 8/20/05, Going around in circles. <[EMAIL PROTECTED]> wrote:
>
> > I mention before that the rpm can't find mysql as it is not installed in 
> > the
> > default path.
> > > [EMAIL PROTECTED] u01]# rpm -ivh php-mysql-4.2.2-8.0.5.i386.rpm
> > warning: php-mysql-4.2.2-8.0.5.i386.rpm: V3 DSA signature: NOKEY, key ID
> > db42a60e
> > error: Failed dependencies:
> > mysql is needed by php-mysql-4.2.2-8.0.5
> > libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5
> > > ~/Ovi
>
>Ok, is the Mysql server running ok? can you access this from terminal?
>
>Jamil Ahmed wrote:
>
> > You need to install the following packages too.
> > mysql-*.rpm
> > mysql-server-*.rpm
> > He installed the mysql from source.
>
>
>--
> > S. M. Ibrahim (Lavlu)
> > http://www.smibrahim.tk
>
>
>[Non-text portions of this message have been removed]
>
>
>
>To unsubscribe send a blank mail to:
>  [EMAIL PROTECTED]
>
>
>YAHOO! GROUPS LINKS
>
>\tab -  Visit your group "bdlug" on the web.
>   \tab -  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   \tab -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
>Service.
>
>
>

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [bdlug] PHP for the MySQL support

2005-08-20 Thread Jamil Ahmed
Yes, go for single option. Either from RPM or from SRC.

`J


Going around in circles. wrote:

>Well offcourse, it is running. And I can access it from terminal. I am 
>planning to remove PHP with all the dependencies and install it from source 
>with mysql option.
>What do you think Any advise will be appreciated
>
>~/Ovi
>
>
>
>- Original Message -
>From: S M Ibrahim <[EMAIL PROTECTED]>
>To: bdlug@yahoogroups.com
>Date: Saturday, August 20, 2005 2:20 PM
>Subject: Re: [bdlug] PHP for the MySQL support
>
>  
>
>>On 8/20/05, Going around in circles. <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>>I mention before that the rpm can't find mysql as it is not installed in 
>>>the
>>>default path.
>>>  
>>>
[EMAIL PROTECTED] u01]# rpm -ivh php-mysql-4.2.2-8.0.5.i386.rpm


>>>warning: php-mysql-4.2.2-8.0.5.i386.rpm: V3 DSA signature: NOKEY, key ID
>>>db42a60e
>>>error: Failed dependencies:
>>>mysql is needed by php-mysql-4.2.2-8.0.5
>>>libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5
>>>  
>>>
~/Ovi


>>Ok, is the Mysql server running ok? can you access this from terminal?
>>
>>Jamil Ahmed wrote:
>>
>>
>>
>>>You need to install the following packages too.
>>>mysql-*.rpm
>>>mysql-server-*.rpm
>>>He installed the mysql from source.
>>>  
>>>
>>--
>>
>>
>>>S. M. Ibrahim (Lavlu)
>>>http://www.smibrahim.tk
>>>  
>>>
>>[Non-text portions of this message have been removed]
>>
>>
>>
>>To unsubscribe send a blank mail to:
>>  [EMAIL PROTECTED]
>>
>>
>>YAHOO! GROUPS LINKS
>>
>>\tab -  Visit your group "bdlug" on the web.
>>   \tab -  To unsubscribe from this group, send an email to:
>> [EMAIL PROTECTED]
>>   \tab -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
>>Service.
>>
>>
>>
>>
>>
>
>_
>FREE pop-up blocking with the new MSN Toolbar - get it now! 
>http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>
>
>
>To unsubscribe send a blank mail to:
>   [EMAIL PROTECTED] 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>
>  
>



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[bdlug] Solaris 9/10 [x86 port]

2005-08-20 Thread Md Mozammel Haque
Hi Guyz,

Has anyone tried solaris 9/10 [x86] on an IBM compatible PC? I am
looking for the installation bynaries, if anyone have them, please let
me know.

Regards,
Mozammel


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [bdlug] Solaris 9/10 [x86 port]

2005-08-20 Thread Ershad Shafi Chowdhury
Md Mozammel Haque wrote:

>Hi Guyz,
>
>Has anyone tried solaris 9/10 [x86] on an IBM compatible PC? I am
>looking for the installation bynaries, if anyone have them, please let
>me know.
>
>Regards,
>Mozammel
>
>
>
>To unsubscribe send a blank mail to:
>   [EMAIL PROTECTED] 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>
>  
>
I did. its not worth it. Plus very limited HW supported by solaris. 
sorry, cd's are long gone.
better try debian on sparc.

-iru


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] PHP for the MySQL support

2005-08-20 Thread linux bangladesh
Dear Ovi

would you mind trying the URL
http://www.devshed.com/c/a/PHP/The-Soothingly-Seamless-Setup-of-Apache-SSL-MySQL-and-PHP/

I think this site explains what to do, and how to do, even though it is a bit
outdated. In fact, you can follow the instructions with the latest versions of
PHP, MySQL, and use Apache 1.3 series with mod_ssl.

If it does not help, please write back.

Quoting Jamil Ahmed <[EMAIL PROTECTED]>:

> Yes, go for single option. Either from RPM or from SRC.
>
> `J
>
>
> Going around in circles. wrote:
>
> >Well offcourse, it is running. And I can access it from terminal. I am
> >planning to remove PHP with all the dependencies and install it from source
> >with mysql option.
> >What do you think Any advise will be appreciated
> >
> >~/Ovi
> >
> >
> >
> >- Original Message -
> >From: S M Ibrahim <[EMAIL PROTECTED]>
> >To: bdlug@yahoogroups.com
> >Date: Saturday, August 20, 2005 2:20 PM
> >Subject: Re: [bdlug] PHP for the MySQL support
> >
> >
> >
> >>On 8/20/05, Going around in circles. <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >>
> >>>I mention before that the rpm can't find mysql as it is not installed in
> >>>the
> >>>default path.
> >>>
> >>>
> [EMAIL PROTECTED] u01]# rpm -ivh php-mysql-4.2.2-8.0.5.i386.rpm
> 
> 
> >>>warning: php-mysql-4.2.2-8.0.5.i386.rpm: V3 DSA signature: NOKEY, key ID
> >>>db42a60e
> >>>error: Failed dependencies:
> >>>mysql is needed by php-mysql-4.2.2-8.0.5
> >>>libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5
> >>>
> >>>
> ~/Ovi
> 
> 
> >>Ok, is the Mysql server running ok? can you access this from terminal?
> >>
> >>Jamil Ahmed wrote:
> >>
> >>
> >>
> >>>You need to install the following packages too.
> >>>mysql-*.rpm
> >>>mysql-server-*.rpm
> >>>He installed the mysql from source.
> >>>
> >>>
> >>--
> >>
> >>
> >>>S. M. Ibrahim (Lavlu)
> >>>http://www.smibrahim.tk
> >>>
> >>>
> >>[Non-text portions of this message have been removed]
> >>
> >>
> >>
> >>To unsubscribe send a blank mail to:
> >>  [EMAIL PROTECTED]
> >>
> >>
> >>YAHOO! GROUPS LINKS
> >>
> >>\tab -  Visit your group "bdlug" on the web.
> >>   \tab -  To unsubscribe from this group, send an email to:
> >> [EMAIL PROTECTED]
> >>   \tab -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >>Service.
> >>
> >>
> >>
> >>
> >>
> >
> >_
> >FREE pop-up blocking with the new MSN Toolbar - get it now!
> >http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> >
> >
> >
> >
> >To unsubscribe send a blank mail to:
> > [EMAIL PROTECTED]
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
> To unsubscribe send a blank mail to:
>   [EMAIL PROTECTED]
> Yahoo! Groups Links
>
>
>
>
>
>
>




-
This mail sent through Virus Free Email
http://www.vfemail.net




 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[bdlug] Looking of the list of ALL Broadband ISP in Bangladesh

2005-08-20 Thread worldnews2
Dear Group Members,

I am desperately looking for the list of all broadband internet
service providers (ISP) in Bangladesh. I would highly appreciate if
you could provide me with the complete list of all broadband ISP in
Bangladesh along with their contact information.

I would also appreciate if you could tell me about your experiences
about the broadband ISP in Bangladesh as a user of their services.
Thank you.




 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[bdlug] Re: Solaris 9/10 [x86 port]

2005-08-20 Thread Muhammad Moinur Rahman
--- In bdlug@yahoogroups.com, Md Mozammel Haque <[EMAIL PROTECTED]> wrote:
> Hi Guyz,
> 
> Has anyone tried solaris 9/10 [x86] on an IBM compatible PC? I am
> looking for the installation bynaries, if anyone have them, please let
> me know.
> 
> Regards,
> Mozammel

I have gor Solaris 9 for x86. If u need it mail me off the list.


Moinur Rahman





 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[bdlug] How to use virtual private networking in Fedora

2005-08-20 Thread Tanvir
Hi Everyone,
I am a new user of Linux. Can anyone tell me, how to use virtual 
private networking in Fedora and login over a PPTP on a NT machine ?






 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] How to use virtual private networking in Fedora

2005-08-20 Thread Going around in circles.
Try this
http://pptpclient.sourceforge.net/

I am using it for last 2 years to connect my win2k PPTP server without 
having any problem. I use Redhat 8.0 but I don't think it will make any 
difference with FC2.

~/Ovi

- Original Message -
From: Tanvir <[EMAIL PROTECTED]>
To: bdlug@yahoogroups.com
Date: Saturday, August 20, 2005 9:54 PM
Subject: [bdlug] How to use virtual private networking in Fedora

>Hi Everyone,
>I am a new user of Linux. Can anyone tell me, how to use virtual private 
>networking in Fedora and login over a PPTP on a NT machine ?
>
>
>
>
>
>
>To unsubscribe send a blank mail to:
>  [EMAIL PROTECTED]
>
>
>
>SPONSORED LINKS  Bangladesh  Linux user  Bangladesh flag  Dhaka bangladesh
>
>YAHOO! GROUPS LINKS
>
>\tab -  Visit your group "bdlug" on the web.
>   \tab -  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   \tab -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
>Service.
>
>
>

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[bdlug] General Query

2005-08-20 Thread Shakil Islam Rousseau
Dear Board,
What does this means? 
"530 RCPT TO:<[EMAIL PROTECTED]>. Relay Denied"
I am not looking for Specific answers, just a general
idea about that this means.
Kind Regards

Rousseau

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


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] Looking of the list of ALL Broadband ISP in Bangladesh

2005-08-20 Thread Humayun Kabir
Dear,
Please collect the copy of Computer Tomorrow , August Edition 2005. You will 
get the list.
Thanks
 
Bijoy

worldnews2 <[EMAIL PROTECTED]> wrote:
Dear Group Members,

I am desperately looking for the list of all broadband internet
service providers (ISP) in Bangladesh. I would highly appreciate if
you could provide me with the complete list of all broadband ISP in
Bangladesh along with their contact information.

I would also appreciate if you could tell me about your experiences
about the broadband ISP in Bangladesh as a user of their services.
Thank you.




To unsubscribe send a blank mail to:
  [EMAIL PROTECTED] 



SPONSORED LINKS 
Bangladesh Linux user Bangladesh flag Dhaka bangladesh 

-
YAHOO! GROUPS LINKS 


Visit your group "bdlug" on the web.
  
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


-




-
 Start your day with Yahoo! - make it your home page 

[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [bdlug] General Query

2005-08-20 Thread Ershad Chowdhury
It means the server won't send/pass on a mail that it is not authorized 
to relay. Several factors decide which mail is authorized for relay and 
which is not.

Shakil Islam Rousseau wrote:

>Dear Board,
>What does this means? 
>"530 RCPT TO:<[EMAIL PROTECTED]>. Relay Denied"
>I am not looking for Specific answers, just a general
>idea about that this means.
>Kind Regards
>
>Rousseau
>
>__
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>
>
>To unsubscribe send a blank mail to:
>   [EMAIL PROTECTED] 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>  
>

-- 
Regards,
Ershad Shafi Chowdhury
Chief Information Officer
Bangladesh Online Limited
32, Kazi Nazrul Islam Ave
Karwan Bazaar, Dhaka 1215
Bangladesh
Telephone: +880-2-9129944
Facsimile: +880-2-9127721
email: [EMAIL PROTECTED]
http://www.bol-online.com



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[bdlug] Reg: Domain & active directory services

2005-08-20 Thread Ariful Islam
I am a new Linux user.

I have some queries

1.  can I create a domain for more than 40 pc (we have register domain )
2.   What will be security for the domain?
3.  Is there any feature like active directory services in windows?

 

Waiting for your reply.

 

Your clear understanding will be highly appreciated.

 

Regards

Arif

 

 



[Non-text portions of this message have been removed]



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM
~-> 

To unsubscribe send a blank mail to:
[EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/bdlug/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/