Re: [ilugd] Unable to login to Airtel modem admin interface

2008-08-13 Thread Puneet Lakhina
On Wed, Aug 13, 2008 at 00:19, Ravi Kumar [EMAIL PROTECTED] wrote: try telnet 192.168.1.1 username : admin password: password(default) or whatever you set. [EMAIL PROTECTED]:~$ telnet 192.168.1.1 Trying 192.168.1.1... Connected to 192.168.1.1. Escape character is '^]'. Connection closed by

Re: [ilugd] Unable to login to Airtel modem admin interface

2008-08-13 Thread Puneet Lakhina
On Wed, Aug 13, 2008 at 10:22, Shiv [EMAIL PROTECTED] wrote: From: Puneet Lakhina [EMAIL PROTECTED] Subject: [ilugd] Unable to login to Airtel modem admin interface I tried to login to the admin interface at 192.168.1.1 from my laptop(wireless) but i get connection reset error page everytime

[ilugd] Unable to login to Airtel modem admin interface

2008-08-12 Thread Puneet Lakhina
I have an airtel DSL connection with the beetel 220 BX adsl2 ethernet modem. This modem's ethernet wire goes into the Dlink wireless modem. I tried to login to the admin interface at 192.168.1.1 from my laptop(wireless) but i get connection reset error page everytime. What could the problem be?

Re: [ilugd] FOSS MS Exchange replacement

2008-08-02 Thread Puneet Lakhina
On Sat, Aug 2, 2008 at 11:39, PJ [EMAIL PROTECTED] wrote: Anand Shankar [EMAIL PROTECTED] writes: Wo'nt it be better, if we use MS Exchange with Open protocols enabled. I find most people do'nt use IMAP / POP3 on Exchange, but restrict to the proprietary RPC based protocol. Is that

Re: [ilugd] Bash script to get maximum directory depth

2008-07-30 Thread Puneet Lakhina
you could use the following script basedir=$1; find $basedir -type d|sed s#$basedir##g | awk -F'/' '{print NF-1 \n}' | sort -n | tail -1; invoke this using $./script.sh dir On Tue, Jul 29, 2008 at 14:52, Puneet Lakhina [EMAIL PROTECTED]wrote: On Tue, Jul 29, 2008 at 12:28, Anupam Jain [EMAIL

Re: [ilugd] Bash script to get maximum directory depth

2008-07-29 Thread Puneet Lakhina
On Tue, Jul 29, 2008 at 12:28, Anupam Jain [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 12:11 PM, आशीष शुक्ल Ashish Shukla [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In [EMAIL PROTECTED], Anupam Jain wrote: Hi all, Does anyone know of a way to get

[ilugd] Mylyn for bash

2008-07-23 Thread Puneet Lakhina
Hi, I use an eclipse plugin called Mylyn [1]. Mylyn allows me to group my work into tasks (integrates with things like Bugzilla, trac etc.)[2]. The best thing that Mylyn provides is that it creates separate contexts for each of these tasks. The context influences what I see in a particular

Re: [ilugd] Php database project

2008-07-19 Thread Puneet Lakhina
On Sat, Jul 19, 2008 at 04:33, Varun Mittal [EMAIL PROTECTED] wrote: I have made a framework for modules based php database server primarily for schools. The test server is running on my pc newera.homeip.net (domain name of test server) login:1, password:newera, role:root The Personal

[ilugd] PGP and mailing lists

2008-07-16 Thread Puneet Lakhina
Hi, I recently installed on pgp4win on my windows machine to encyrpt and decrypt my emails. Since Im new to this stuff I have a couple of questions: 1) Why dont services like Gmail understand PGP encrypted messages and decrypt them? Has this got something to do with export regulations on

Re: [ilugd] Command Line PNR Enquiry Script

2008-07-16 Thread Puneet Lakhina
On Tue, Jul 15, 2008 at 14:55, Shamail Tayyab [EMAIL PROTECTED] wrote: narendra sisodiya wrote: #! /usr/bin/env python from HTMLParser import HTMLParser import httplib Just a query, why are you using httplib and not urllib or urllib2? I would think that makes more sense considering all

Re: [ilugd] PGP and mailing lists

2008-07-16 Thread Puneet Lakhina
On Wed, Jul 16, 2008 at 17:03, Parthan SR [EMAIL PROTECTED] wrote: Puneet Lakhina wrote: My main reason for this newly accquired paranoia about email privacy is that I dont want my email admin to be reading my mails, even if they are to the mailing list. Is PGP the right thing

[ilugd] Log synaptic commands

2008-07-15 Thread Puneet Lakhina
Hi, I use Ubuntu and depend on Synaptic to install/uninstall packages and also to search for packages. I want to gradually learn to do the same things from the command line. Is there any way I can sort of ask synaptic to log all system commands (apt-get or whatever) that it executes with the

[ilugd] [OT] Unlearning programming languages

2008-07-08 Thread Puneet Lakhina
Hi, I have been a java programmer for almost 2 years now and java is the only language I have gone into the depths of. But out of general interest and curiosity I want to learn other languages. I have started to dabble in a bit of php and python. The problem I have - I keep asking the question

[ilugd] [WAS: OSDD Portal - request for comments from community] Java - is it an albatross?

2008-06-20 Thread Puneet Lakhina
Forwarding to list again, On Fri, Jun 20, 2008 at 12:15, Sandip Bhattacharya [EMAIL PROTECTED] wrote: +++ Puneet Lakhina [20/06/08 10:33 +0530]: mailing you only as i didnt wana start another off the topic flame war. Regardless of that possibility, I believe such discussions provide

Re: [ilugd] Java - is it an albatross?

2008-06-20 Thread Puneet Lakhina
On Fri, Jun 20, 2008 at 16:01, Sandip Bhattacharya [EMAIL PROTECTED] wrote: +++ Puneet Lakhina [20/06/08 13:29 +0530]: To begin with, they are more expensive to recruit, and salaries (that I last saw) lie somewhere between (and beyond) their inherent capabilities and the market rate

Re: [ilugd] Java - is it an albatross?

2008-06-20 Thread Puneet Lakhina
On Fri, Jun 20, 2008 at 18:32, Sandip Bhattacharya [EMAIL PROTECTED] wrote: +++ Puneet Lakhina [20/06/08 17:34 +0530]: Shorter learning curve argument doesnt hold, I dont see why for an average person it would be easier to learn PHP instead JSP/Servlets. or why it would be difficult to set

Re: [ilugd] Java - is it an albatross?

2008-06-20 Thread Puneet Lakhina
On Fri, Jun 20, 2008 at 22:44, Anupam Jain [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 7:10 PM, Puneet Lakhina [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 18:32, Sandip Bhattacharya [EMAIL PROTECTED] wrote: +++ Puneet Lakhina [20/06/08 17:34 +0530]: Shorter learning curve

Re: [ilugd] Notetakers Annotators in Linux

2008-06-15 Thread Puneet Lakhina
On Sat, Jun 14, 2008 at 7:48 AM, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On 14-Jun-08, at 3:43 AM, Karanbir Singh wrote: I use a paper pad - it is exactly like a real paper pad (in fact it *is* a real paper pad) - and I have enough kingfisher pens to last me a lifetime. Kinda hard

Re: [ilugd] Fwd: Please participate and advertise

2008-05-02 Thread Puneet Lakhina
On Fri, May 2, 2008 at 12:21 PM, Anurag [EMAIL PROTECTED] wrote: The SELF poster originally attached with this mail is available at: http://selfproject.eu/en/system/files/theODC_poster.pdf Anurag -- Forwarded message -- From: Ms. Meena Kharatmal [EMAIL PROTECTED] Date:

Re: [ilugd] Candidate for Hall Of Shame?

2008-04-30 Thread Puneet Lakhina
On Wed, Apr 30, 2008 at 1:52 PM, Roshan [EMAIL PROTECTED] wrote: --- Anupam Jain wrote: On Tue, Apr 29, 2008 at 4:38 PM, Manish wrote: An encouraging update from IDBI on the above issue: We wish to inform you that the necessary rectification is under process and you can

Re: [ilugd] Candidate for Hall Of Shame?

2008-04-30 Thread Puneet Lakhina
On Wed, Apr 30, 2008 at 5:02 PM, Ashish Shukla आशीष शुक्ल [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Puneet == Puneet Lakhina [EMAIL PROTECTED] writes: Puneet I read this a lot, should adhere to web standards. What are and where are Puneet

Re: [ilugd] problem with openbravo pos

2008-04-14 Thread Puneet Lakhina
On Mon, Apr 14, 2008 at 3:40 AM, Mani A [EMAIL PROTECTED] wrote: vaibhav khatavkar wrote : its giving error as : $sh start.sh Exception in thread main java.lang.NoClassDefFoundError: com/openbravo/pos/forms/StartPOS Yes, that I remember happened in Kbuntu-7.10 (64-bit) when I

Re: [ilugd] problem with openbravo pos

2008-04-14 Thread Puneet Lakhina
The above doesnt seem like a java version issue. yupe .. i also think same bcz HelloWorld program runs well Looks more like a classpath issue. regarding class path - the same application with binaries run well ! why is it so ? Also i tried to run it on windows xp ... same prob.

[ilugd] Problem setting up port forwarding/virtual servers on airtel broadband router

2008-02-20 Thread Puneet Lakhina
Hi, I have an airtel broadband connection. My modem is airtel 220bx ethernet modem. This modem is connected to Dlink wirless router di524. My laptop(wirless) and my desktop(ethernet) are connected to this router. Now I want to be able to access an application running on my laptop listening on port

Re: [ilugd] Problem setting up port forwarding/virtual servers on airtel broadband router

2008-02-20 Thread Puneet Lakhina
Hi Just curious. Do you have a particular reason to use double NAT? For example, if you enable DHCP in the DSL router(if you are using dhcp for office machines), connect it to the LAN port(not the uplink port) of the wireless router, and disable DHCP on the wireless router ... you

Re: [ilugd] hindi rendering in firefox 2.0.0.11

2008-02-04 Thread Puneet Lakhina
On Feb 4, 2008 1:54 PM, Linux Lingam [EMAIL PROTECTED] wrote: dear all, gora showed someone how to resolve this problem, but that time it hadn't hit me, so i wasn't paying attention. firefox 2.0.0.11, running under my ubuntu feisty fawn, is not rendering the devanagri script correctly. am

[ilugd] Bash Script: Parse a command output value into an array

2008-01-30 Thread Puneet Lakhina
Hi, I am trying to parse a set of space separated values from a file into an array in a bash script. Thing is my individual values can also have spaces between them hence each value is enclosed in double quotes. But the problem is i am unable to parse them properly into an array. After a bit of

Re: [ilugd] Bash Script: Parse a command output value into an array

2008-01-30 Thread Puneet Lakhina
On Jan 30, 2008 3:44 PM, Gora Mohanty [EMAIL PROTECTED] wrote: On Wed, 2008-01-30 at 15:36 +0530, Puneet Lakhina wrote: [...] However $ TESTARR=(`echo \abc def\ ghi`) $ echo ${TESTARR[0]} $ echo ${TESTARR[1]} This incorrectly prints: abc def [...] What you want is probably

[ilugd] Reading standard input in a bash script

2008-01-29 Thread Puneet Lakhina
Hi, I am writing a bash script on IBM AIX v5.3. I want to read data from the standard input, for example piped data from other commands. But after some googling all I found is that i need to read from /dev/stdin. But this file isnt available on my system. Any clues would be really helpful. --

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Puneet Lakhina
On Jan 29, 2008 2:52 PM, Gora Mohanty [EMAIL PROTECTED] wrote: Don't know specifically about AIX, but the read built-in command reads from standard input. Whether that comes from a terminal or a pipe is immaterial. See the SHELL BUILTIN COMMANDS section under the bash manpage for details.

Re: [ilugd] Reading standard input in a bash script

2008-01-29 Thread Puneet Lakhina
On Jan 29, 2008 5:25 PM, Alok G. Singh [EMAIL PROTECTED] wrote: On 29 Jan 2008, [EMAIL PROTECTED] wrote: I am doing it this way now. I read whatever there is on the standard input into a variable : read -d ^d VAR You could just read from stdin: read -d ^d 1 My read was in the

Re: [ilugd] ps and grep

2008-01-21 Thread Puneet Lakhina
On Jan 21, 2008 4:53 PM, Alok G. Singh [EMAIL PROTECTED] wrote: I used two pipes to eliminates the extraneous grep, until some pointed out that all you need to do it make the regexp different from the matched string, viz. $ ps -e | grep [m]ysql This is elegant. Thanks. -- Puneet

[ilugd] ps and grep

2008-01-16 Thread Puneet Lakhina
Hi, I have to frequently find the process ids of particular processes using a combination of ps and grep. For e.g. ps -elo pid,args|grep myprocess But the problem with above is that it gives me a line for the grep process also. e.g 213456 /home/puneet/myprocess 219876 grep myprocess The way I

Re: [ilugd] vivekagrawal83 wants to keep up with you on Twitter

2008-01-09 Thread Puneet Lakhina
On Jan 9, 2008 2:07 PM, Linux Lingam [EMAIL PROTECTED] wrote: can anyone set up (fund?) a group sms subscriber service as well, which sends one sms tip a day or something? I could try sending SMS tips from say an RSS feed if there is some interest. But it would be difficult to keep the sending

Re: [ilugd] GNOME Desktop File Appearance

2008-01-06 Thread Puneet Lakhina
On Jan 5, 2008 9:42 AM, Vijay Thakur [EMAIL PROTECTED] wrote: Dear Exoperts, i am using Opensuse 10.3 Gnome Desktop. Whenever i save any openoffice writer, impress,spreadsheet or mpeg,jpeg file on the desktop, this is showing the the very big picture of that file or text of the file.

Re: [ilugd] ILUG-Delhi meeting on Tue., Dec., 11th, at 5.30 pm.

2007-12-09 Thread Puneet Lakhina
see you there where? Venue? Venue: Rm. 4, School of Information Technology, Jawaharlal Nehru University. :) -- Puneet http://sahyog.blogspot.com/ ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org

Re: [ilugd] Firefox Strange behavior

2007-12-07 Thread Puneet Lakhina
On Dec 7, 2007 10:05 PM, Mahesh T. Pai [EMAIL PROTECTED] wrote: Puneet Lakhina [EMAIL PROTECTED] writes: I have a strange problem. I am using Firefox 2.0.0.10, and sometime while browsing, whenever I click on a link, instead of opening that link i get a file save dialog asking me

Re: [ilugd] Firefox Strange behavior

2007-12-06 Thread Puneet Lakhina
Many a times, this is because the script doesn't send the right content-type to the browser. Some browsers might default to HTML in this case. Some, like Firefox perhaps, try to be more closer to the standard and try to download the content instead. Dont think my problem is something wrong

[ilugd] Firefox Strange behavior

2007-12-05 Thread Puneet Lakhina
Hi, I have a strange problem. I am using Firefox 2.0.0.10, and sometime while browsing, whenever I click on a link, instead of opening that link i get a file save dialog asking me for the location to save the file. So for e,g, i clicked on a link www.foo.com/start.php , I get a file dialog asking

Re: [ilugd] [Solved] Firefox problem

2007-11-30 Thread Puneet Lakhina
On Nov 30, 2007 5:48 PM, मनीष [EMAIL PROTECTED] wrote: Puneet, have you tried disabling Greasemonkey and BetterGmail addons? I dont have either Grease monkey or BetterGmail. Turns out the problem was the firebug addon. I disabled that and it worked. Now to the next part, on why firebug is

[ilugd] Firefox problem

2007-11-29 Thread Puneet Lakhina
Hi, I am able to get my firefox 2.0.10 to crash, if I carry out a certain sequence of steps which I have documented here http://sahyog.blogspot.com/2007/11/firefox-20010-crashing.html If anybody can provide any clues as to why this happening, Im all ears. -- Puneet http://sahyog.blogspot.com/

Re: [ilugd] Firefox problem

2007-11-29 Thread Puneet Lakhina
On the other hand if the original poster is facing issues with firefox on vista, then he can try using IE 7 which comes built-in with the OS. This is of course a choice if he wants to stick with Vista. Using vista is an obligation, but giving up firefox isn't really a choice :-) im a little

Re: [ilugd] brittle ubuntu?

2007-11-23 Thread Puneet Lakhina
On Nov 23, 2007 4:38 PM, Linux Lingam [EMAIL PROTECTED] wrote: dear all, i used breezy badger for almost 18 months, taking care never to install any updates. it just sang along beautifully and never crashed. ditto for the fresh install of dapper. feisty is another story. i installed a lot

Re: [ilugd] [OT] Converting a non network printer to a network printer

2007-11-22 Thread Puneet Lakhina
On Nov 22, 2007 5:20 PM, Anand Shankar [EMAIL PROTECTED] wrote: It is not the issue of just the port. You require a Print Server running in the firmware of the printer which uses a network protocol over ethernet port. This is probably the answer i was looking for, as keeping a machine on and

Re: [ilugd] [OT] Converting a non network printer to a network printer

2007-11-22 Thread Puneet Lakhina
On Nov 22, 2007 9:29 PM, Dinesh Shah [EMAIL PROTECTED] wrote: H! On Nov 22, 2007 8:26 PM, Puneet Lakhina [EMAIL PROTECTED] wrote: You can buy a small print server device from Nehru Place. This provide one or more parallel and and USB Port and an Ethernet connection. It can also manage your

[ilugd] [OT] Converting a non network printer to a network printer

2007-11-21 Thread Puneet Lakhina
Hi, I have 2 computers at home, one desktop computer and a laptop. I share my internet connection using a wireless router, hence have both my computers are also on a network.I have printer(HP 5600 officejet all in 1) at home which doesnt have an ethernet port for me connect it to a network. I was

Re: [ilugd] Looking for How-to to do Live Stock figures on Intranet

2007-10-30 Thread Puneet Lakhina
Hi, I have a list of about 120-130 stock symbols that this site uses that you will need to pass in the symbol parameter. So if anyone wants it, I could send across those symbols. Here are the symbols with company names. ADANIENT Adani Enterprises ABIRLANUVO Aditya Birla Nuvo Ltd

Re: [ilugd] Looking for How-to to do Live Stock figures on Intranet

2007-10-28 Thread Puneet Lakhina
On 10/29/07, Gaurav Mishra [EMAIL PROTECTED] wrote: On 10/28/07, Anupam Jain [EMAIL PROTECTED] wrote: I recently implemented something like this for my company using plain and simple google search. For example if you want to get stock quotes for Google my little php app makes a web

[ilugd] Unwanted Updates on Ubuntu?

2007-10-27 Thread Puneet Lakhina
Hi, I have Ubuntu Gutsy Gibbon. The Ubuntu Software Updates Manager in the list of available updates shows kdelibs kdelibs4c2a I am assuming since these are required for kde applications and i am running gnome i wont need them. So in that case i want to prevent this software updates are available

Re: [ilugd] linux

2007-10-13 Thread Puneet Lakhina
On 10/13/07, mehul [EMAIL PROTECTED] wrote: On 10/13/07, pankaj parashar [EMAIL PROTECTED] wrote: hi i m networking eng. jaipur rhel-5.0 knowlige please help me rhel-5 server configration dns server dhcp server http server terminal server please sir help me

[ilugd] Firefox behaves differently on Linux?

2007-10-11 Thread Puneet Lakhina
Hi, Is it just me or is it that the shortcut in Firefox for moving between tabs on Windows is Ctrl+Number Key while on Linux (Ubuntu) its Alt+Number Key. Ctrl + Number Key doesnt do anything for me on firefox. Firefox 2.0.0.6 Ubuntu 7.04 -- Puneet http://sahyog.blogspot.com/ -- Puneet

[ilugd] [OT] Firefox Already Running Problem

2007-10-09 Thread Puneet Lakhina
Hi, I get this problem when running firefox on windows. I have firefox already open with some sites, now I have an eclipse type help system documentation on my system which gets started when I execute a batch file, it selects a port and starts a small webserver and then tries to open the page.

Re: [ilugd] [OT] Firefox Already Running Problem

2007-10-09 Thread Puneet Lakhina
On 10/9/07, Puneet Lakhina [EMAIL PROTECTED] wrote: Hi, I get this problem when running firefox on windows. I have firefox already open with some sites, now I have an eclipse type help system documentation on my system which gets started when I execute a batch file, it selects a port

Re: [ilugd] Spam Re: Hindi Rendering Problem

2007-10-05 Thread Puneet Lakhina
The original poster's problem seem to have been unfounded (from what I could gather from his follow-up messages, he seems to have been trying Firefox on Windows by mistake). huh?? I did make the silly mistake of not setting the environment variables properly, but I was not trying anything

Re: [ilugd] Hindi Rendering Problem

2007-10-03 Thread Puneet Lakhina
On 10/3/07, Sankarshan Mukhopadhyay [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Puneet Lakhina wrote: I was trying to view a website in Hindi when i encountered this problem, a website: http://manaskriti.com/kaavyaalaya/kaho_kaise_ho.stm using unicode

Re: [ilugd] Hindi Rendering Problem

2007-10-03 Thread Puneet Lakhina
ैE.g. लेिकन renders as लेकिन above is not what I wrote. I mean this is rendered differently, and doesnt highlight the problem. Sorry. Saw this on Windows XP in Firefox in Office so not your mail client or browser's problem. Please ignore. -- Puneet

Re: [ilugd] Hindi Rendering Problem

2007-10-03 Thread Puneet Lakhina
not only hindi - default firefox does this in all Indian languages - use konq Firefox renders the same link properly when Im using it in office. The setup there is WIndows XP, Firefox 2.0.0.7 So I believe the problem has something to do with my Ubuntu System. -- Puneet

Re: [ilugd] Spam Re: Hindi Rendering Problem

2007-10-03 Thread Puneet Lakhina
On 10/3/07, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On 03-Oct-07, at 6:39 PM, Karunakar wrote: I repeat - if Konq can do it, why cant you? If konq can take the perfomance hit, why not you? I am quite happy using konq and safari for my indic work until FF wakes up. AFAIK - its

Re: [ilugd] Hindi Rendering Problem: Solved

2007-10-03 Thread Puneet Lakhina
On 10/2/07, Puneet Lakhina [EMAIL PROTECTED] wrote: Hi, I was trying to view a website in Hindi when i encountered this problem, a website: http://manaskriti.com/kaavyaalaya/kaho_kaise_ho.stm using unicode for hindi text: displays improperly on my Firefox 2.0.0.6. The problem

Re: [ilugd] Spam Re: Hindi Rendering Problem

2007-10-03 Thread Puneet Lakhina
On 10/3/07, Ajay Kumar [EMAIL PROTECTED] wrote: Puneet Lakhina wrote: I have Ubuntu 7.04 and --enable-pango was there in my build flags. Cool! Puneet, is it possible for you to post a summary of the steps required for any newbees reference. In addition to help boost firefox over ie

[ilugd] Hindi Rendering Problem

2007-10-02 Thread Puneet Lakhina
Hi, I was trying to view a website in Hindi when i encountered this problem, a website: http://manaskriti.com/kaavyaalaya/kaho_kaise_ho.stm using unicode for hindi text: displays improperly on my Firefox 2.0.0.6. The problem is that the matras are placed incorrectly, then the adhe akshar appear

Re: [ilugd] Grub Error 21

2007-09-30 Thread Puneet Lakhina
the problem right?? I will be removing the GRUB from MBR on my primary disk using $dd if=/dev/null of=/dev/sda bs=446 count=1 But i suppose there are problems with this. This wont restore my Windows boot loader right?? On 9/30/07, Puneet Lakhina [EMAIL PROTECTED] wrote: Hi, After successfully

Re: [ilugd] Looking for a laptop

2007-09-30 Thread Puneet Lakhina
On 10/1/07, Vikas Upadhyay [EMAIL PROTECTED] wrote: On 9/28/07, आशीष शुक्ल Ashish Shukla [EMAIL PROTECTED] wrote: ,--[ On Fri, Sep 28, 2007 at 11:23:40AM +0530, Vikas Upadhyay wrote: | Hi All, Hi, | I am looking for a laptop and the reason I am mailing it to list is - ease |

Re: [ilugd] Installing Linux on an External Hard Disk

2007-09-29 Thread Puneet Lakhina
On 9/22/07, Puneet Lakhina [EMAIL PROTECTED] wrote: Hi, I have recently bought a Dell Laptop which has come with vista preinstalled. In my earlier post some people had recommended resizing the windows partition, but there was also some indications that this is a little complex. I have

[ilugd] Grub Error 21

2007-09-29 Thread Puneet Lakhina
Hi, After successfully installing Ubuntu 7.04 on my external USB HDD, I am facing a problem. GRUB is installed on my primary hard disk. SO when i boot without having plugged in the USB Hard disk, i get the following error. GRUB Loading please wait.. Error 21 After looking up what error 21 means i

[ilugd] Ubuntu problems on Dell Inspiron 1420

2007-09-28 Thread Puneet Lakhina
hi, I was trying to install Kubuntu from the Kubuntu 7.04 CD distributed with the delegate kit, but got an error that said /bin/sh: can't access tty; job control turned off (initramfs) and then it gave me the command line with some commands available and didnt know what to do..so booted back into

[ilugd] Installing Linux on an External Hard Disk

2007-09-22 Thread Puneet Lakhina
Hi, I have recently bought a Dell Laptop which has come with vista preinstalled. In my earlier post some people had recommended resizing the windows partition, but there was also some indications that this is a little complex. I have thought of a solution on which I want to get some views. I have

Re: [ilugd] OpenSource 1 Apple 0

2007-09-17 Thread Puneet Lakhina
On 9/17/07, Sriram J [EMAIL PROTECTED] wrote: Hi, http://www.monroe.nu/archives/110-iPod-Classic-Will-Be-Supported.html broken link?? Regards Sriram ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org

[ilugd] Why different newline characters?^M Character

2007-09-15 Thread Puneet Lakhina
Hi, I have been copying text files between Windows XP and Unix (AIX) Systems over the last few days at office and i find ^M characters at the end of each line. I figured after googling that this was due to the fact that windows and unix use different characters for new line. Now I had to replace

Re: [ilugd] [OT]Wireless Router

2007-09-12 Thread Puneet Lakhina
On 9/12/07, Ravi Shanker [EMAIL PROTECTED] wrote: On Tue, 2007-09-11 at 22:46 +0530, Goldwyn Rodrigues wrote: I recently bought a Dell Inspiron 1420 laptop. I have an existing Airtel DSL Connection at home.I want to share this internet connection with my laptop through a wireless

[ilugd] [OT]Wireless Router

2007-09-09 Thread Puneet Lakhina
Hi, I recently bought a Dell Inspiron 1420 laptop. I have an existing Airtel DSL Connection at home.I want to share this internet connection with my laptop through a wireless router. My DSL modem is connected to my desktop via Ethernet. I have never bought a wireless router so dont know what to

Re: [ilugd] Seeking Advice over OpenSource RCS

2007-08-30 Thread Puneet Lakhina
We need a Web Interface to CVSNT, where -people can browse the CVS repository tree, in browser (XHTML/CSS/Javascript), and also committers who have the access (usernme/password) can commit their work through the browser. The question arises, why not to give access the repository using cvs

[ilugd] Logging Browser Activity

2006-07-15 Thread Puneet Lakhina
hi, I need to see what all requests my browser(firefox 1.0.7) is sending.. is there any place where i can make the browser log these things? Or is there like a proxy like thing that i can install and make my browser go through this proxy and then the proxy can spit out the details. I am really

Re: [ilugd] Airtel Broadband Modem configuration

2006-05-31 Thread Puneet Lakhina
On 5/31/06, Sudev Barar [EMAIL PROTECTED] wrote: On 30/05/06, Puneet Lakhina [EMAIL PROTECTED] wrote: Hi, I servicee of airtel broadband. I am trying to cofigure my modem in ubuntu 5.10 using eciadsl.My modems model name is Xentrix X7005Q and it figures in the supported modem list

[ilugd] Airtel Broadband Modem configuration

2006-05-30 Thread Puneet Lakhina
Hi, I servicee of airtel broadband. I am trying to cofigure my modem in ubuntu 5.10 using eciadsl.My modems model name is Xentrix X7005Q and it figures in the supported modem list of eciadsl. THe modem on the outside is marked RB comtec and i have connected using USB interface. Now i get the