Re: [ilugd] backing up large weekly data

2007-08-07 Thread Linux Lingam
 Right.  Sending goons with hockey sticks around to Niyam's house right
 now to make him see the error of his ways and repent before it's too
 late.



make that GNU/Hockey if you please.

on a side note, kenneth:

a) hope you're coming to freed.in?

b) hope you've pasted and promoted the banner on your site(s)?

c) hope you have something to share regarding my current challenge on
how to backup terabytes of data. do you have such needs? if so, what
do you use?


:-)
n

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] backing up large weekly data

2007-08-07 Thread Kenneth Gonsalves

On 07-Aug-07, at 12:54 PM, Linux Lingam wrote:

 make that GNU/Hockey if you please.

ahh - correct spelling

 on a side note, kenneth:

 a) hope you're coming to freed.in?

would love to - but i am a libran cusp, so will not be able to make  
it. But we will be sending a team

 b) hope you've pasted and promoted the banner on your site(s)?

no - we dont have a reporter in the North, if anyone up there is  
interested, we will give them access to the site so that full  
reportage on freedel as well as other events in the region.

http://nrcfosshelpline.in/web/calendar/ (I see someone has publicised  
foss.in)


 c) hope you have something to share regarding my current challenge on
 how to backup terabytes of data. do you have such needs? if so, what
 do you use?

nothing to share here as I dont have such needs. My home directory is  
under svn - and thats it. I dont have music, video or picture files -  
posterity is going to have a tough time writing my biography in the  
unlikely event of it ever desiring to do so


-- 
regards

Kenneth Gonsalves
Associate, NRC-FOSS
[EMAIL PROTECTED]
http://nrcfosshelpline.in/web/




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] proxy prob

2007-08-07 Thread Ravi Kumar
Hi, I could not get actually what you want to ask.
What then, just research a little, put you problem with as much data as you
have that may lead us to exact solution/problem.
Explain them in detail and keep those things simple and understandable.
See here is the confusion I am getting,
You wrote:
I am currently working with cURL and PhP on my pc.If i use these scripts on
my pc (localhost) these cURL fuctions require Internet Connection and for
this internet connection , browser require proxy (server for my network).

its confusing me. Do you want
to say that your browser has proxy setup in the configuration to
access the Internet.
And maybe you want to ask how to do that for the your PHP scripts to fetch
the data from Internet using cURL modules.
Right?
If this is the problem, then just try these...

check your $http_proxy variable..
$ echo $http_proxy

and check what address your system has been assigned as proxy.
if there is no settings or wrong IP in http_proxy, then fix it.
$ export http_proxy=IPADDRESS:PORT
eg. http_proxy=10.2.10.114:8080
if you need to pass username and password for the authentication, then you
have to do :
$ export http_proxy=username:[EMAIL PROTECTED]:PORT

In case you are working in windows domain environment, you may have to
provide the DOMAIN name to fully qualify.
$ export http_proxy=DOMAIN\USERNAME:[EMAIL PROTECTED]:PORT

now, play with it.
Also, thry the GUI and easiest one in gnome menu
MainMenu-System-Preferences-Network Proxy
and set the IP, PORT and Username/Password (DETAILS) there.
THis interface sets your env-var http_proxy.

And if then again you fail, please do not just put another mail. Take some
time, understand your system and the things like Ntework type and Proxy
Server Type, then mail with all these information.

Good Luck


On 8/7/07, Raj Mathur [EMAIL PROTECTED] wrote:

 On Tuesday 07 August 2007 01:21, devesh wrote:
  hi all,
 
  i think you ppl cudnt understand the matter properly or i didnt
  [snip]

 Could the problem be because you wrote in Outer Mongolian instead of
 plain and simple English?

 -- Raju
 --
 Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
 Freedom in Technology  Software || September 2007 || http://freed.in/
GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
   It is the mind that moves

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Next Event: http://freed.in - September 28-29, 2007
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
-=Ravi=-
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] proxy prob

2007-08-07 Thread Parijat Garg
On 8/7/07, Ravi Kumar [EMAIL PROTECTED] wrote:
 Hi, I could not get actually what you want to ask.
 What then, just research a little, put you problem with as much data as you
 have that may lead us to exact solution/problem.
 Explain them in detail and keep those things simple and understandable.
 See here is the confusion I am getting,
 You wrote:
 I am currently working with cURL and PhP on my pc.If i use these scripts on
 my pc (localhost) these cURL fuctions require Internet Connection and for
 this internet connection , browser require proxy (server for my network).

I guess the problem is that these scripts need to access data from
both the internet as well as localhost. Since, to access the internet,
a proxy has to be specified, it tries to access localhost through the
proxy too. I think what is asked for is a method to tell these scripts
that they should access internet addresses using proxy but localhost
without it. (something similar to providing exceptions in a browsers
proxy settings).

Parijat

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] proxy prob

2007-08-07 Thread Saleem Ansari
On 8/7/07, Parijat Garg [EMAIL PROTECTED] wrote:

 On 8/7/07, Ravi Kumar [EMAIL PROTECTED] wrote:
  Hi, I could not get actually what you want to ask.
  What then, just research a little, put you problem with as much data as
 you
  have that may lead us to exact solution/problem.
  Explain them in detail and keep those things simple and understandable.
  See here is the confusion I am getting,
  You wrote:
  I am currently working with cURL and PhP on my pc.If i use these
 scripts on
  my pc (localhost) these cURL fuctions require Internet Connection and
 for
  this internet connection , browser require proxy (server for my
 network).
 
 I guess the problem is that these scripts need to access data from
 both the internet as well as localhost. Since, to access the internet,
 a proxy has to be specified, it tries to access localhost through the
 proxy too. I think what is asked for is a method to tell these scripts
 that they should access internet addresses using proxy but localhost
 without it. (something similar to providing exceptions in a browsers
 proxy settings).



and i believe that  such settings by default ( in Firefox ) bypass proxy for

localhost. Following field of proxy settings has the default values:

No proxy for: localhost, 127.0.0.1

See, if it helps?

Parijat

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Next Event: http://freed.in - September 28-29, 2007
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
o1p2e3n4g5l6
http://saleem.a.ansari.googlepages.com/
http://www.jmilug.org/
http://www.csijmi.com/
Linux User #414799 (http://counter.li.org/)
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] backing up large weekly data

2007-08-07 Thread Linux Lingam
 
  a) hope you're coming to freed.in?

 would love to - but i am a libran cusp, so will not be able to make
 it. But we will be sending a team

hey! we'll celebrate your GNU/Birthday here in delhi, would be fun to
hang out with you and celebrate. how many years since you've gone gpl?


 
  b) hope you've pasted and promoted the banner on your site(s)?

 no - we dont have a reporter in the North, if anyone up there is
 interested, we will give them access to the site so that full
 reportage on freedel as well as other events in the region.


ah see, this is it.
a) tut! tut! kenneth, the event is no longer called freedel. it is
called freed.in.
freed.in is not a 'north event' it is a nation-wide event, with
participation from across india and even beyond our borders. stay
tuned for announcements from freed.in on our first confirmations of
speakers

b) in fact kenneth, you could help by recommending speakers to us.
please check the site for suitable topics.


 http://nrcfosshelpline.in/web/calendar/ (I see someone has publicised
 foss.in)

c) great show! please also add freed.in and if possible the button or
banner. thanks so much.


 
 [snip]
  how to backup terabytes of data


 nothing to share here as I dont have such needs. My home directory is
 under svn - and thats it. I dont have music, video or picture files -
 posterity is going to have a tough time writing my biography in the
 unlikely event of it ever desiring to do so


hehehe that's funny kenneth.

well you are aware of the FOSS community across india.
could you point out or refer others to this discussion who could contribute?
looking at the responses here and at emerging trends worldwide, i
guess we haven't yet figured out what's the best way to skin this cat.
don't want to start on a solution that turns out expensive later on,
or is rather quickly superseded by a better technology or solution.
backups and archiving is always a thoughtful decision.

:-)
niyam

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] proxy prob

2007-08-07 Thread Ravi Shanker
Did you try to enable the Gnome Proxy settings in System-Preferences,
there you have advance tab to set IGNORE HOST LIST.

On Tue, 2007-08-07 at 13:53 +0530, Parijat Garg wrote:
 On 8/7/07, Ravi Kumar [EMAIL PROTECTED] wrote:
  Hi, I could not get actually what you want to ask.
  What then, just research a little, put you problem with as much data as you
  have that may lead us to exact solution/problem.
  Explain them in detail and keep those things simple and understandable.
  See here is the confusion I am getting,
  You wrote:
  I am currently working with cURL and PhP on my pc.If i use these scripts on
  my pc (localhost) these cURL fuctions require Internet Connection and for
  this internet connection , browser require proxy (server for my network).
 
 I guess the problem is that these scripts need to access data from
 both the internet as well as localhost. Since, to access the internet,
 a proxy has to be specified, it tries to access localhost through the
 proxy too. I think what is asked for is a method to tell these scripts
 that they should access internet addresses using proxy but localhost
 without it. (something similar to providing exceptions in a browsers
 proxy settings).
 
 Parijat
 
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Next Event: http://freed.in - September 28-29, 2007
 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
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] free alternatives to blackberry

2007-08-07 Thread Kevin Muller
Dear folks,
I am about to buy a blackberry for my hutch postpaid connection. I was 
just wondering if there are free alternatives to blackberry.. i was told 
that some companies have made similar phones working with linux. Any 
references, links ? And will it work with Hutch (or even Airtel.. i 
would'nt hesitate to switch if necessary !) ?
Thanks.

Kevin


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] free alternatives to blackberry

2007-08-07 Thread Rakesh Pandit
Hello,

 that some companies have made similar phones working with linux. Any
 references, links ? And will it work with Hutch (or even Airtel.. i

Check out this before buying :)

http://www.openmoko.org/
http://www.openmoko.com/

-- 
Regards
Rakesh

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] free alternatives to blackberry

2007-08-07 Thread Kevin Muller
Hi Rakesh,
Thanks. I already knew that one, but the thing is that the product is 
not yet commercialised (I need something urgently, my mobile is about to 
die !), and additionnaly that model has no camera (I always dreamt 
about  being able to take photos with my mobile !), and no keyboard (i 
mean, there is only a virtual keyboard).
Any other suggestions ?

Rakesh Pandit wrote:
 Hello,

   
 that some companies have made similar phones working with linux. Any
 references, links ? And will it work with Hutch (or even Airtel.. i
 

 Check out this before buying :)

 http://www.openmoko.org/
 http://www.openmoko.com/

   


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/