[ilugd] Looking for Cost Effective IVR Solution for Concurrent Calls

2011-06-21 Thread ankIT WALiA
Dear all,

I am working to develop an IVR solution for an NGO in Tamil Nadu, India
using Freeswitch open source telephony interface.

I am looking for any cost effective solution for hardware where concurrent
inbound/outbound calls can be made by the IVR system. Some research, I did
but I am skeptical, need some more guidance from experts. Number of
concurrent calls for initial stage inbound 5-10 but based on response from
the community, we will plan for scaling up. Outbound Scheduled calls are of
lesser importance right now.

I checked online that PRI line provides me 30 lines for voice which can be
used concurrently. But, the rent for the line is very high which cant be
feasible for the NGO.
Min PRI line cost is Rs 4.5 K per month.

Please suggest alternative solutions which I can use for the same.

1. What about VOIP  and using their local access number?
2. What about SIP based IP phone with extensions?
3. What about trunk lines, DID etc?
4. What about GSM Modems, GSMOpen?

I am very new telecom technology. Please help.

Thanks
Ankit

-- 
Life is like a rose its upto u feel it as its fragrance or thorns
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Open Source Technology in Rural Areas

2011-04-24 Thread ankIT WALiA
Hi All,

I am working with an NGO M S Swaminathan Research
Foundationwho works to provide Information,
Education, Communication and Technology
for Rural India. They also work into other scientific solutions to
Agriculture, Bio-Diversity and Food Security.

They provide basic computer education to students(in vacation time) of some
rural areas of Tamil Nadu, Kerala, Orissa and Maharashtra.

They are teaching Microsoft Potential Unlimited Program, Intel Learning
Program and one program designed by Azim Premzi Foundation.

As you know, most of the Indians living in rural areas. Are we, the Linux
community, already doing something, similar to that, in rural areas?

Thanks
Ankit
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] [Commercial] Drupal Developer with 3.5 - 7 years of experience

2010-10-21 Thread ankIT WALiA
Need 3.5 to 7 yrs Exp Drupal Developer in Capgemini for Bangalore location,
Let me know if you are interested!Send me your Profiles
ankitwali...@gmail.com

Thanks
Ankit
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] how to get latest created file

2007-11-12 Thread ankIT WALiA
Can anyone tell me, how to get latest created file from a folder to be
used in shell script?

Thanks & Rgds
Ankit

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


Re: [ilugd] Line break in regex

2007-07-30 Thread ankIT WALiA
got the ans
var pat1 = /"(\n{0,})(.{0,})(\n{0,})(.{0,})(\n{0,})"/g;
arr[j] = arr[j].replace(pat1,"$2$4");

On 7/30/07, ankIT WALiA <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I want to have an expression if there is any character (line break
> included) between quotes then quotes need to be removed.
>
> Thanks
> Ankit
>
>
> --
> LIfe is like a Rose is upto u spreading its fragnance or thorns.
> अन्कित वालिया




-- 
LIfe is like a Rose is upto u spreading its fragnance or thorns.
अन्कित वालिया
___
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] Line break in regex

2007-07-30 Thread ankIT WALiA
Hi All,

I want to have an expression if there is any character (line break included)
between quotes then quotes need to be removed.

Thanks
Ankit


-- 
LIfe is like a Rose is upto u spreading its fragnance or thorns.
अन्कित वालिया
___
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] How to remove comma(') from CSV file

2007-07-01 Thread ankIT WALiA
In case of any number of commas

On 6/29/07, Raj Mathur <[EMAIL PROTECTED]> wrote:
>
> On Friday 29 June 2007 15:57, ankIT WALiA wrote:
> > Hi all,
> > I want to retrive data from csv file.let us say
> > recordLastname,Firstname,"Address, Apt/Suite
> > #123",City,State,Zipcodewhen i split it using comma,it seprate out
> > into LastnameFirstnameAddressApt/Suite #123CityStateZipcode
> > but i need to store data into
> > LastnameFirstnameAddress, Apt/Suite #123CityStateZipcode
> > I am usingvar oFile = Clib.fopen(vFilepath,"r");var string =
> > (Clib.fgets(oFile));if(string)
> > {   var arr = string.split(",");
> >   } Please suggest something..
>
> Something like this?
>
> echo 'recordLastname,Firstname,"Address, Apt/Suite
> #123",City,State,Zipcodewhen'| \
> perl -MText::CSV -e \
> '$c=Text::CSV_XS->new();$s=$c->parse();@c=$c->fields;map{print
> "$_\n"} @c;'
>
> recordLastname
> Firstname
> Address, Apt/Suite #123
> City
> State
> Zipcodewhen
>
> Regards,
>
> -- Raju
> --
> Raj Mathur [EMAIL PROTECTED] http://kandalaya.org/
>   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
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
LIfe is like a Rose is upto u spreading its fragnance or thorns.
अन्कित वालिया
___
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] How to remove comma(') from CSV file

2007-06-29 Thread ankIT WALiA
Hi all,

I want to retrive data from csv file.
let us say record
Lastname,Firstname,"Address, Apt/Suite #123",City,State,Zipcode
when i split it using comma,
it seprate out into

Lastname
Firstname
Address
Apt/Suite #123
City
State
Zipcode

but i need to store data into

Lastname
Firstname
Address, Apt/Suite #123
City
State
Zipcode

I am using
var oFile = Clib.fopen(vFilepath,"r");
var string = (Clib.fgets(oFile));
if(string)
{
   var arr = string.split(",");
}

Please suggest something..

Thanks
-- 
LIfe is like a Rose is upto u spreading its fragnance or thorns.
अन्कित वालिया
___
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] About Biometrics workshop

2006-06-18 Thread ankit walia
Dear Sir,

I want to join Biometrics workshop.
I read about the test is conducted for selecting students for that project.
i have just completing my engineering from IP univ Delhi this year.
My  joining is in mid-August.
Please tell me the necessary information.

Thanking You,

Regards
Ankit Walia
-- 
LIfe is like a Rose is upto u spreading its fragnance or thorns.
ankit
___
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] Learn Linux by watching Movies!!!

2006-03-27 Thread ankit walia
http://freeloaderlinux.sourceforge.net/
___
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] why?????What benefits???

2006-03-27 Thread ankit walia
**hi all,

I was discussing with my friends about open source n Linux.

I want to ask u people some queries on the same..

1) if a person puts his efforts in making a gud software,ok,then why he puts
his code openly,i agree that its benefits others,now see another question in
row.

2) i dont know much about GPL and other type of licences,but what my friend
said that if someone purchases some software like we were talking about zend
studio then zend people will give them the source code of zend studio. is
this right?

ok now 1 more thing

if that was right and someone purchases that
or any s/w with source code then can he make the some modification n sell
using his own tag(ofcourse he can do modification).

plz reply...

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] Undeleting The Trash Files

2006-03-19 Thread ankit walia
 It depends on the filesystem.
In ext2 (and ext3) it's possile to retrieve deleted file if it was small (up
to 10 inodes). If it was bigger, retrieving the rest is virtually
impossible.
Of course you should unmount your filesystem as soon as possible after
deleting, otherwise undeleting is impossible becouse data might be
overwritten already.
With others filesystems, like Reiserfs undeleting is also possible - but...
dangerous. You may for example retrieve some deleted files, but lose some
current ones...

As to details - go google ;)

On 3/19/06, ankit walia <[EMAIL PROTECTED]> wrote:
>
> from trash u can simly copy that file or folder in any folder u want to
> save.
>
> http://recover.sourceforge.net/linux/
>
>
> On 3/19/06, Silver MoonDragon <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > On 3/19/06, Neeraj Arora <[EMAIL PROTECTED]> wrote:
> > > Hi All
> > >
> > > Can anyone of you tell me how to undelete the files or folders deleted
> >
> > > even from trash in Linux...like what we are having for the windows
> > > platform.
> >
> > If the blocks have not been already overwritten by something else
> > after deletion, you can recover it using mc (ext2 only).
> >
> > >From http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html :
> > Q: How can I recover (undelete) deleted files from my ext3 partition?
> >
> > Actually, you can't! This is what one of the developers, Andreas
> > Dilger, said about it:
> >
> > In order to ensure that ext3 can safely resume an unlink after a
> > crash, it actually zeros out the block pointers in the inode, whereas
> > ext2 just marks these blocks as unused in the block bitmaps and marks
> > the inode as "deleted" and leaves the block pointers alone.
> >
> > Your only hope is to "grep" for parts of your files that have been
> > deleted and hope for the best.
> >
> > --
> > Regards,
> > Silver MoonDragon
> >
> > Shakespeare (Playwright) -- To be or not to be.
> > Nietzsche (Philosopher) -- To do is to be.
> > Sartre (Novelist) -- To be is to do.
> > Sinatra (Singer) -- Do be do be do.
> >
> > ___
> > 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] Undeleting The Trash Files

2006-03-19 Thread ankit walia
from trash u can simly copy that file or folder in any folder u want to
save.

http://recover.sourceforge.net/linux/

On 3/19/06, Silver MoonDragon <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> On 3/19/06, Neeraj Arora <[EMAIL PROTECTED]> wrote:
> > Hi All
> >
> > Can anyone of you tell me how to undelete the files or folders deleted
> > even from trash in Linux...like what we are having for the windows
> > platform.
>
> If the blocks have not been already overwritten by something else
> after deletion, you can recover it using mc (ext2 only).
>
> >From http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html :
> Q: How can I recover (undelete) deleted files from my ext3 partition?
>
> Actually, you can't! This is what one of the developers, Andreas
> Dilger, said about it:
>
> In order to ensure that ext3 can safely resume an unlink after a
> crash, it actually zeros out the block pointers in the inode, whereas
> ext2 just marks these blocks as unused in the block bitmaps and marks
> the inode as "deleted" and leaves the block pointers alone.
>
> Your only hope is to "grep" for parts of your files that have been
> deleted and hope for the best.
>
> --
> Regards,
> Silver MoonDragon
>
> Shakespeare (Playwright) -- To be or not to be.
> Nietzsche (Philosopher) -- To do is to be.
> Sartre (Novelist) -- To be is to do.
> Sinatra (Singer) -- Do be do be do.
>
> ___
> 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/



[ilugd] Fwd: HP laser 1010 is not printing

2006-03-13 Thread ankit walia
-- Forwarded message --
From: ankit walia <[EMAIL PROTECTED]>
Date: Mar 11, 2006 8:22 PM
Subject: HP laser 1010 is not printing
To: [EMAIL PROTECTED]

 hi friends,
i m sorry to again ask a very basic question
cant i?
i love open source thats why i want to know more about it.
my problem is when i boot linux PCQ2004 its show that this printer has been
 configured.
but when i give print command from gedit.it shows something genric printer
in printer name box
i can export a file to pdf format but when i click print button it does not
print.
plz help
happy holi
 ankit walia
___
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] Fwd: cannot see minimized windows

2006-03-13 Thread ankit walia
-- Forwarded message --
From: ankit walia <[EMAIL PROTECTED]>
Date: Mar 11, 2006 8:13 PM
Subject: cannot see minimized windows
To: [EMAIL PROTECTED]

 hi friends,
i m using PCQ2004 ,when i minimize any of my windows i cannot see it in my
taskbar on the same desktop.
plz help

happy Holi to all
May god fills all ur life with colors of joy n happiness.
 ankit walia
___
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/



[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] usb mounting

2006-03-06 Thread ankit walia
hello friends,

I got the answer of  my question of automounting of pendrive its not
real automounting but its is working till i get the real one.What i
did is i add a line in fstab file
/dev/sda1   /mnt/pendriveauto defaults,users,noauto 0 0
now when i attached my pendrive to usb
i have to right click on desktop then Disks->pendrive
in case of RH restart is needed.

apart from this a new topic has been started
on this i support the arguments of lingam which says that if we type
it in conventional english then google can easily search the words and
one more person argument which says if you really want to support your
native language then use that language script(lipi in hindi)

anyways thanks
ankit walia

On 3/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Raj Shekhar wrote:
> > I get a lot of emails everyday (150-200 would be a close figure).  As
> > such, I can say with confidence that people find it easier to read
> > emails that are written in plain english, i.e. without using sms lingo
> > or trying to write roman hinglish.  As far as the part about colonial
> > legacy goes, yes, I find it easier to read english rather than hindi.
> > If anyone starts writing in hindi (and thunderbird will have no problems
> > in showing such emails), I will simply pass over that email.
> >
> > if u cn rd this, u nd a dictionary.
> >
>
> I don't see any reasons why anybody posting in Hindi should be
> discouraged in ILUG-D. Delhi, primarily, uses Hindi for communication.
> Though, I personally don't like writing Hindi in roman script, writing
> Hindi in Devnagri should be acceptable. Moreover, as far as I know,
> basic philosophy of LUG is to help Linux users mutually. I think we are
> catering to a region, per se. Though, the language used should be formal
> and not the usual slang we use. May be writing jargon in roman and using
> basic Hindi grammar should be ok.
>
> Just to add, various units of my organization (in different parts of the
> world) use their own languages to communicate and e-mail and use English
> only for international mailing. That is perhaps the reason, that we see
> PC technology so matured and widely used in China, Japan and European
> countries because you are not intimidated by use of English in technology.
>
> Best regards
> Sandeep
>
> ___
> 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] usb mounting

2006-03-05 Thread ankit walia
my apologies

On 3/3/06, Sudev Barar <[EMAIL PROTECTED]> wrote:
>
> On 03/03/06, ankit walia <[EMAIL PROTECTED]> wrote:
> > actually on usb port i hv attached pendrive
> > i hv used mount /dev/sda1 /anyfolder
> > cant it be self check like cd rom
> >
> > On 3/3/06, ankit walia <[EMAIL PROTECTED]> wrote:
> > > i hv red hat 9 linux version 2.4.x
> > > plz help
> > > nahi ho raha
> > > always i hv to use mount /dev/sda1 /anyfolder
> > >
> > > On 3/3/06, विवेक  ऐय्यर விவேக ஐய்யர்  Vivek Iyyer <[EMAIL PROTECTED]>
> wrote:
> > > > On 3/1/06, ankit walia <[EMAIL PROTECTED]> wrote:
> > > > > like windows do self check that usb has been attached
> > > > > y cant linux do
> > > > > n if it do how?
> > > >
> > > > where's your Gramma(r)? ;-)
>
> Ankit
> Plainly speaking you are not likely to get help if you top post, use
> non-English words or try to use abbreviation. You will do better if
> you can spend some time reading list rules or ettiquetes. Two guys
> before me have pointed this out in joking manner but since you ignored
> this I am writing this in plain language for your consideration.
>
> Now on to the problem:
> 1. Are you sure your pen drive is recognised as /dev/sda1 ?? Run as
> sudo or root "tail -f /var/log/messages" before you connect the drive.
> Now see the output when you connect There are other ways of finding
> the device, read the net.
> 2. Once identified run as sudo or root "mount -t vfat /dev/sda1
> /mnt/mountpoint. Make sure that /mnt/mountpoint exists or run mkdir to
> create this.
> 3. If you want automounting then you will have to dig in deeper and do
> "man fstab" Understand how this works and then go ahead. Alternatively
> find distro like Ubuntu that is already set to do so.
>
> Hope this is clear. Enjoy.
> --
> 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/
>
>
___
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] usb mounting

2006-03-03 Thread ankit walia
actually on usb port i hv attached pendrive
i hv used mount /dev/sda1 /anyfolder
cant it be self check like cd rom

On 3/3/06, ankit walia <[EMAIL PROTECTED]> wrote:
> i hv red hat 9 linux version 2.4.x
> plz help
> nahi ho raha
> always i hv to use mount /dev/sda1 /anyfolder
>
> On 3/3/06, विवेक  ऐय्यर விவேக ஐய்யர்  Vivek Iyyer <[EMAIL PROTECTED]> wrote:
> > On 3/1/06, ankit walia <[EMAIL PROTECTED]> wrote:
> > > like windows do self check that usb has been attached
> > > y cant linux do
> > > n if it do how?
> >
> > where's your Gramma(r)? ;-)
> >
> > ___
> > 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] usb mounting

2006-03-03 Thread ankit walia
i hv red hat 9 linux version 2.4.x
plz help
nahi ho raha
always i hv to use mount /dev/sda1 /anyfolder

On 3/3/06, विवेक  ऐय्यर விவேக ஐய்யர்  Vivek Iyyer <[EMAIL PROTECTED]> wrote:
> On 3/1/06, ankit walia <[EMAIL PROTECTED]> wrote:
> > like windows do self check that usb has been attached
> > y cant linux do
> > n if it do how?
>
> where's your Gramma(r)? ;-)
>
> ___
> 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/



[ilugd] usb mounting

2006-03-01 Thread ankit walia
like windows do self check that usb has been attached
y cant linux do
n if it do how?
___
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] where is the script which run terminal

2006-03-01 Thread ankit walia
hi friends,
when linux starts booting rc.sysinit file runs
can anyone tell me after that which scripts runs.
which shows
starting this n that [ok]..
.
...like this
and where is the script which run terminal
plz help
___
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] plz help in cd writing with linux

2006-03-01 Thread ankit walia
hi all,
i hv recently started using linux.
i hv used cd creater from go menu which opens burn/// folder but when i put
content to burn then it shows some message n not burn.
plz help
___
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] run broadband on linux

2006-03-01 Thread ankit walia
On 2/28/06, ripan vashisht <[EMAIL PROTECTED]> wrote:
>
> [Please CC replies to the original poster -- Raju]
>
> how can i run broadband on linux
>
> Ans on [EMAIL PROTECTED]
> i also dont know any driver for USB-ADSL router coming with MTNL
> connection but u can use CAT5 cable connected to ur LAN card.If someone
> knows any driver for USB then plz tell us.


thanks

-
> Brings words and photos together (easily) with
> PhotoMail  - it's free and works with Yahoo! Mail.
> ___
> 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/



[ilugd] mysqldump problem plz help

2006-02-28 Thread ankit walia
hi all,
i hv a file in which all the queries r written i want 2 use this file.
using this command mysqldump datbasename > filename
this command is executing but no table is created plz help
ur suggestions can b treasure for me
thanks

___
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/