Re: [ilugd] Japanese input on AIX

2006-03-08 Thread Mayank Jain
On 3/8/06, Romil Mittal [EMAIL PROTECTED] wrote: Hi, I am not able to input Japanese characters in any application on AIX. It seems like the problem is with 'input method (im)' for the language. Hi, Scim iiimf can do the work for you. I don't know what package manager runs on AIX, but if you

[ilugd] For airtel users...

2006-01-22 Thread Mayank Jain
Hi all, I was [as usual] asking google on how to configure airtel adsl modem on linux when i came across thse links... http://www.cyberciti.biz/nixcraft/vivek/blogger/2005/12/hacking-beetel-220x-adsl-router.php http://www.vinuthomas.com/Forums/viewforum/f=13.html I hope it will help everyone...

Re: [ilugd] Which is the best distro for 64 bit

2006-01-18 Thread Mayank Jain
Hi Sanjay, On 1/19/06, sanjay [EMAIL PROTECTED] wrote: Hi, Which is the best distro available for running 64 bit kernel? One of my friend has a Fujitsu AMD 64 bit laptop he runs Gentoo Linux without any software problems hardware compatibility issues. You can contact him at

Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-18 Thread Mayank Jain
On 1/18/06, Raj Shekhar [EMAIL PROTECTED] wrote: There are a gazillion ways to check your distro version - the easiest one being that the previous sysadmin or the box owner tells you. Sometimes that is not possible. /etc/issue.net is *one* of the ways to find the distribution - though not the

Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-17 Thread Mayank Jain
On 1/17/06, Mithun Bhattacharya [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release [5]=i486-pc-linux-gnu) [EMAIL PROTECTED]:~$ Seems some of you guys dont read the obvious thing which is the variable name - it is

Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-16 Thread Mayank Jain
On 1/16/06, Mithun Bhattacharya [EMAIL PROTECTED] wrote: On Sun, Jan 08, 2006 at 05:14:01PM -0800, Brian Street wrote: hello svlugers, This is a stupid question, or it seems so to me, but I don't know how to answer it. If I know a system has linux installed but don't know

Re: [ilugd] Linux and Laptops -- Help required

2006-01-11 Thread Mayank Jain
Hi, On 1/12/06, Saurabh Nanda [EMAIL PROTECTED] wrote: o I read some articles about Linux running into troubles with Intel Centrino based laptops -- especially the WLAN card. Can someone give me a first hand account? I have a Toshiba Tecra S2 with Centrino Intel (b/g series) Wlan card it

[ilugd] Configuring Evolution to fetch mails from MS Exchange

2006-01-11 Thread Mayank Jain
Hi, I'm using FC3 running Evolution 2.0.4 We have MS Exchange at the backend. Using evolution, I'm able to view/reply to emails that still remain in my virtual folder (mailbox @ the server) BUT am not able to download them locally to my disk. I've googled found that Ximian Evolution Connector

Re: [ilugd] Minutes of Meeting on 25th Dec, 2005

2005-12-27 Thread Mayank Jain
On 12/27/05, Jasbir Khehra [EMAIL PROTECTED] wrote: On 12/26/05, Mayank Jain [EMAIL PROTECTED] wrote: The meeting officially started at 2:30 PM The day ended with almost everyone going for a Drink some opting to get back /home. Thanks for minutes Mayank , greatly apreciated :) You

Re: [ilugd] Ubuntu 5.10 - Universe Packages

2005-12-25 Thread Mayank Jain
On 12/25/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to get these repositories (the universe ones) on an add on CD or something. Considering that the internet connection we have is not really suitable for large scale downloads. And if such a CD is available (for download ,

[ilugd] Minutes of Meeting on 25th Dec, 2005

2005-12-25 Thread Mayank Jain
Merry Christmas :-) Liqvid, Noida 25th December, 2005 The meeting officially started at 2:30 PM 2:30 PM) Supreet gave an informative presentation on C++ * What more it offers than other languages * Future of C++ - OpenMP Library

Re: [ilugd] december meet on 25-12-2005

2005-12-24 Thread Mayank Jain
On 12/4/05, T.Meyarivan [EMAIL PROTECTED] wrote: i know - its the christmas day - well - we can make merry post the meet.. Umm... What time is the meeting guys? -- regards, makuchaku --- http://makuchaku.info When you speak out with the courage of your convictions, people listen! -- Valmik

Re: [ilugd] december meet on 25-12-2005

2005-12-24 Thread Mayank Jain
On 12/24/05, nipra [EMAIL PROTECTED] wrote: Hi, On 12/24/05, Mayank Jain [EMAIL PROTECTED] wrote: On 12/4/05, T.Meyarivan [EMAIL PROTECTED] wrote: i know - its the christmas day - well - we can make merry post the meet.. Umm... What time is the meeting guys? As stated by mary

[ilugd] Waiting for a child to die

2005-12-24 Thread Mayank Jain
#include unistd.h #include sys/types.h #include stdio.h #include sys/wait.h int main() { pid_t child = 0; int status = 0; printf(forking!\n); child = fork(); if(child == 0) { printf(Inside child\n); sleep(2);

Re: [ilugd] Waiting for a child to die

2005-12-24 Thread Mayank Jain
On 12/25/05, Gora Mohanty [EMAIL PROTECTED] wrote: Mayank Jain [EMAIL PROTECTED] wrote: [Code, and successful experiment deleted] However, how do i make this wait by the parent a non-blocking wait? Um, what do you mean by a non-blocking wait. Calling wait()/waitpid() means that you

[ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
Hi, I used Anjuta on Ubuntu 5.10 to write my code, committed it to the CVS at Novell Forge. But when i try to download the code-tarball from the CVS, i'm getting strange ^M characters at the end of every line in all files. Though i can remove them by deleting them one-by-ne, but this is getting

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Mayank Jain [EMAIL PROTECTED] wrote: I used Anjuta on Ubuntu 5.10 to write my code, committed it to the CVS at Novell Forge. But when i try to download the code-tarball from the CVS, i'm getting strange ^M characters at the end of every line in all files. I understand

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Monday 12 Dec 2005 4:42 pm, Mayank Jain wrote: PS: dos2unix does solves this, but why in the first place is ^M coming? maybe novellforge runs on doze? I dont think so... :-P -- regards, makuchaku --- http://makuchaku.info When you

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: is the tarball made automatically or manually? if manually maybe it is done by someone on a windoze machine? afaik the only way these ^M s can come is if the files are saved as dos text. Not manually... Sakarshan, your answer can be a

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Monday 12 Dec 2005 9:19 pm, Mayank Jain wrote: Anyways, i'll be filing this as a bug with the Novell forge guys. dos2unix seems to do the work fo me. Sanjay, thanks for the solution :-) why dont you host on a linux friendly

Re: [ilugd] Two questions regarding auto run cd's

2005-12-11 Thread Mayank Jain
On 12/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Hi Ram 1. Most autorun CD's that are available with public information - Government departments esp. Are all designed for Wincedows. Is there any way to run them on GNU/Linux (Wine etc) Yeah, wine is nice. With all the efforts of

[ilugd] Troubles with Anjuta include path

2005-12-10 Thread Mayank Jain
Hi, I'm using Anjuta 1.2.4, have a project directory with $PROJ/include $PROJ/src where respective .h .cc files are present. But while doing make, anjuta reports error that it cannot find my .h files. Do i have to tell anjuta to look for my headers in $PROJ/include or will it do by default?

[ilugd] Fedora Core 4 RHEL 4 required

2005-12-02 Thread Mayank Jain
Hi, Does anyone has FC4 RHEL 4? I can collect it personally from pitam pura/rohini area. Otherwise, i'm ready to pay for the courier+cd costs. BTW, is it legal to distribute RHEL4 (for non-profit)? -- regards, makuchaku --- http://makuchaku.info When you speak out with the courage of your

Re: [ilugd] Limiting physical memory observing consequences...

2005-11-18 Thread Mayank Jain
On 11/18/05, Tushar Shah [EMAIL PROTECTED] wrote: Hi, You can create tmpfs and fill it and then observe the effects on processes running out of mem . http://www-128.ibm.com/developerworks/library/l-fs3.html Probably this link will interest many...

Re: [ilugd] What option for a 486 (win 95) machine

2005-11-17 Thread Mayank Jain
Hi Ram, On 11/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What would be a good GNU/linux OS option for a standalone 486 machine, 32 mb RAM , currently running win 95. any OS but would like to as GUI as possible , atleast equivalent to win 95. Try LTSP... http://www.ltsp.org/ if you

Re: [ilugd] What option for a 486 (win 95) machine

2005-11-17 Thread Mayank Jain
On 11/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What would be a good GNU/linux OS option for a standalone 486 machine, 32 mb RAM , currently running win 95. Or, try running fluxbox window manager on it... But i doubt if u can run X server in 32 megs... but do try :-) -- regards,

[ilugd] Limiting physical memory observing consequences...

2005-11-17 Thread Mayank Jain
Hi :-) Was just replying to Ram's message when this idea struck... I wonder how apps like X, GDM, KDE/Gnome, etc would react to insufficient memory problems... Like if before starting these heavy services/apps, if we could limit the physical memory to say... 100 megs on a system then see how

Re: [ilugd] Limiting physical memory observing consequences...

2005-11-17 Thread Mayank Jain
On 11/17/05, Sirtaj Singh Kang [EMAIL PROTECTED] wrote: By default the kernel also overcommits on memory allocations by apps. To turn this off this should probably work: echo 2 /proc/sys/vm/overcommit_memory echo 100 /proc/sys/vm/overcommit_ratio (not 100% certain about this, pls check VM

Re: [ilugd] apt-proxy

2005-11-11 Thread Mayank Jain
Hi, On 11/11/05, ASHU [EMAIL PROTECTED] wrote: I have Ubuntu 5.10 installed. I Installed apt-proxy. Now don't know how to bring up its service so that it becomes available on http:// . If I try to open http://myhostname: i receive a error 'connection was refused' Try with netstat -atn

Re: [ilugd] Check Out

2005-10-28 Thread Mayank Jain
On 10/28/05, rajeev verma [EMAIL PROTECTED] wrote: Hello I want to tell you about great site I found. They pay me to read e-mail, visit web sites and much more. I doubt... this email was registered with ILUGD, specially for this purpose...! -- regards, makuchaku --- http://makuchaku.info

Re: [ilugd] [OFF-Topic] MTNL health mela

2005-10-24 Thread Mayank Jain
Lokesh... On 10/24/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: the 10-day mela will provide free counseling and subsidized investigations for patients. Entry to the mela will be free. I suppose free is the only word in this email that gives this email some kbytes of space on the mailing

Re: [ilugd] [OFF-Topic] MTNL health mela

2005-10-24 Thread Mayank Jain
On 10/24/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Monday 24 Oct 2005 4:46 pm, [EMAIL PROTECTED] wrote: As per GNU philosophy - any information that may help the comunity deserves to be shared, and this information falls under this category. And i belive that the community

Re: [ilugd] 915 board

2005-10-11 Thread Mayank Jain
On 10/9/05, Frederick Noronha (FN) [EMAIL PROTECTED] wrote: Any idea if Debian 3.1 Sarge would work on a 915 original Intel mother board? Thanks in advance. FN Hi, I've not really checked it, but i think, my Toshiba Tecra S2 also has a 915 mobo ubuntu 5.10 PR works perfect on it. -- regards,

[ilugd] RHD143 Red Hat Linux Programming Essentials

2005-10-11 Thread Mayank Jain
Hi all, I'm planning to take up RHD143 sometime soon. Has anyone on the list, previously appeared for the same test? https://www.redhat.com/training/developer/courses/rhd143.html -- regards, makuchaku --- http://makuchaku.info When you speak out with the courage of your convictions, people

Re: [ilugd] RHD143 Red Hat Linux Programming Essentials

2005-10-11 Thread Mayank Jain
On 10/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Mayank Jain [EMAIL PROTECTED]: Hi all, I'm planning to take up RHD143 sometime soon. Has anyone on the list, previously appeared for the same test? https://www.redhat.com/training/developer/courses/rhd143.html Content

Re: [ilugd] RHD143 Red Hat Linux Programming Essentials

2005-10-11 Thread Mayank Jain
On 10/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Mayank Jain [EMAIL PROTECTED]: On 10/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Mayank Jain [EMAIL PROTECTED]: Hi all, I'm planning to take up RHD143 sometime soon. Has anyone on the list

Re: [ilugd] Hello

2005-10-11 Thread Mayank Jain
On 10/11/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Tuesday 11 Oct 2005 3:37 pm, [EMAIL PROTECTED] wrote: Ankit Malik wrote: [Ankit isn't on the list, so please CC any replies to him -- Raju] I can't do it again partially due to lack of time and partially because I have

Re: [ilugd] RHD143 Red Hat Linux Programming Essentials

2005-10-11 Thread Mayank Jain
On 10/11/05, Gaurav Mishra [EMAIL PROTECTED] wrote: looks like it is an Course, some extra details will be helpful mayank :) Hey Gaurav ;-) Just talked to the New Horizons guys... they were clueless about these developer courses/tests. All they knew was RHCE, RHCE, RHCE... :-) Though they've

Re: [ilugd] RHD143 Red Hat Linux Programming Essentials

2005-10-11 Thread Mayank Jain
On 10/11/05, Tushar Shah [EMAIL PROTECTED] wrote: Hi, From looks of it, this is a course not a certification and tht to only available in selected US cities on a pre-defined schedule(maybe a few asian cities also) .Do they have these course in India right now ? I've sent an Inquiry

Re: [ilugd] what should i go 4

2005-10-07 Thread Mayank Jain
On 10/6/05, martand shardul [EMAIL PROTECTED] wrote: m not able to decide what books should i refer as a beginner for .net and j2ee. Wheter i should go for .net or j2ee. kindly help me in getting the answer for the same Hi, .NET (Mono) on linux is become increasingly popular on Linux,

Re: [ilugd] Find out Developing Studio like as MS-Visual Studio

2005-10-07 Thread Mayank Jain
On 10/7/05, Udyan Kushwaha [EMAIL PROTECTED] wrote: would u like tell me any developer studio on the linux platform who is equilent as a MS-Visual Studio and all facilites MS visual studio's intelli sense is really helpfull. Does Anjuta/KDevelop offers that? -- regards, makuchaku ---

Re: [ilugd] Giving up on scratched CDs and ejecting mounted CDs

2005-09-27 Thread Mayank Jain
On 9/27/05, Saurabh Nanda [EMAIL PROTECTED] wrote: Thus, one can't unmount the CD cuz it's supposedly busy, and one can't eject the CD cuz it's mounted. The only solution being a reboot. # considering your cdrom is mounted somewhere on /mnt/cdrom lsof | grep cdrom kill -9 pid -- regards,

Re: [ilugd] Giving up on scratched CDs and ejecting mounted CDs

2005-09-27 Thread Mayank Jain
On 9/27/05, Saurabh Nanda [EMAIL PROTECTED] wrote: # considering your cdrom is mounted somewhere on /mnt/cdrom lsof | grep cdrom kill -9 pid But even this solution is a workaround! The CD driver should give up after some time and throw an error! Cant say what's the default read timeout

Re: [ilugd] WiFi between two laptops

2005-09-26 Thread Mayank Jain
On 9/26/05, vikram ranade [EMAIL PROTECTED] wrote: Whats the difference between an 802.11b adapter an access point? The 802.11b adapter is a wireless LAN card and an access point is the wireless equivalent of a switch. cost wise? Which one would make for a more logical choice? All i need

Re: [ilugd] WiFi between two laptops

2005-09-25 Thread Mayank Jain
On 9/26/05, Sudev Barar [EMAIL PROTECTED] wrote: Sorry for this lazy poster but need aqucik answer. Can WiFi network be setup between two centrino laptops without any other WiFi instrastructure? Pointers towards making this possible would be gratefully thanked. Continuing with the same

[ilugd] [Urgent] Strange problem - laptop not shutting down...

2005-09-23 Thread Mayank Jain
Hi, I'm stuck in a strange situation. Just booted a laptop (Toshiba) with Ubuntu 5.04 live cd. Everything was going fine before it stuck at 98% (detecting devices). Since then, i'm unable to reboot the laptop. No cold boot button is working, no keys combination is working. Moreover, i've just

Re: [ilugd] Meeting 20050907

2005-09-07 Thread Mayank Jain
On 9/7/05, Raj Mathur [EMAIL PROTECTED] wrote: 4. Roshan Agrawal will be getting poster put at colleges in NOIDA and Ghaziabad. Hi, I would like to put up 2 posters at my office. Roshan, how can i have them from you? Probably from Vivek...? -- regards, makuchaku --- http://makuchaku.info When

[ilugd] Camera/audio/calender/graphics/telephone support for Python on Nokia

2005-07-26 Thread Mayank Jain
Hi all, I just checked http://forum.nokia.com/main/0,6566,034-821,00.html They have now released a new version of Python for series 60 devices, with support for... * graphics * calendar * camera * contacts * sysinfo * telephone * zipfile Programming for My nokia 6600 would be more fun now :-)

[ilugd] 64 bit or 32 bit?

2005-07-19 Thread Mayank Jain
Hi all, I'm planning to buy a new PC, was thinking of AMD 64 bit processor. How is it compared to pentium 3.4G (not talking of 32/64 bit difference, but actual speed). My main interest is development in C/C++. Will the 64 bit architecture be of any problem for that? Like typecasting int to

Re: [ilugd] MatchBox UI

2005-06-26 Thread Mayank Jain
On 6/26/05, Viksit Gaur [EMAIL PROTECTED] wrote: Greetings, Is anyone able to run matchbox UI http://projects.o-hand.com/matchbox/ Sure, whats the issue? I've been running it pretty happily for quite a bit now.. almost 2 years iirc. On X86, you require a bit of configs etc, but on

Re: [ilugd] K3b does not copy CDs containing multiple data tracks

2005-06-26 Thread Mayank Jain
On 6/26/05, Sharad Birmiwal [EMAIL PROTECTED] wrote: a little initial googling revealed that you still can't copy discs with multiple tracks (eg SVCD). i don't know if things have changed recently.. :( Does cloning a cd with k3b helps? -- regards, makuchaku --- http://makuchaku.modblog.com

Re: [ilugd] MatchBox UI

2005-06-26 Thread Mayank Jain
On 6/26/05, Ankit Malik [EMAIL PROTECTED] wrote: Hi :-) @ Ankit Read that article. Infact, Maemo is another awesome thing thats being pushed by Nokia. http://maemo.org I'm already trying to set it up on my desktop. http://makuchaku.modblog.com/?show=blogviewblog_id=655704

[ilugd] MatchBox UI

2005-06-25 Thread Mayank Jain
Hi all, Is anyone able to run matchbox UI http://projects.o-hand.com/matchbox/ [quote] Matchbox is a base environment for the X Window System running on non-desktop embedded platforms such as handhelds, set-top boxes, kiosks and anything else for which screen space, input mechanisms or system

Re: [ilugd] How to unregister a port from portmap

2005-06-04 Thread Mayank Jain
Hi Kapil, On 6/2/05, Kapil Sethi [EMAIL PROTECTED] wrote: Can somebody tell me how to remove the port number from port map entry? You need to add this to your code just after you create the server socket. start int clear=1; setsockopt(listener_socket, SOL_SOCKET, SO_REUSEADDR, clear,

Re: [ilugd] Optimum usage of my RAM

2005-05-30 Thread Mayank Jain
On 5/30/05, Sandip Bhattacharya [EMAIL PROTECTED] wrote: Ritesh Raj Sarraf wrote: Still I don't think it to be a good idea. Say on my server httpd is mission critical and samba in for fun. Now if OOM killer, under any circumstances, kills httpd (taking it as the random process) and

Re: [ilugd] Optimum usage of my RAM

2005-05-29 Thread Mayank Jain
On 5/30/05, Raj Shekhar [EMAIL PROTECTED] wrote: I think if you run out of memory, a process called OOM-killer will get started and killoff the process that is taking up the most amount of memory. Exactly! Something similar seemd to have happened when emerge stopped X crashed. -- regards,

Re: [ilugd] Optimum usage of my RAM

2005-05-28 Thread Mayank Jain
Hi, On 5/28/05, T.Meyarivan [EMAIL PROTECTED] wrote: Why is swap being used when my RAM is free? How can i make my Linux use my RAM instead of swap, so i can utilize thats being left idle (remaining 100 megs of RAM). lookup discussions around /proc/sys/vm/swappiness (especially if you

Re: [ilugd] Optimum usage of my RAM

2005-05-28 Thread Mayank Jain
Ankit, On 5/28/05, Ankit Malik [EMAIL PROTECTED] wrote: I have a question...what happens if I dont have swap space and i run out of ram? does the system hangs/locks or it waits for space to be emptied out? Just now, minutes before, I was emerging k3d (not k3b) on one tty, top was running on

Re: [ilugd] router on 6.2

2005-05-27 Thread Mayank Jain
Hi Swapnil, On 5/27/05, SWAPNIL [EMAIL PROTECTED] wrote: How can I use linux 6.2 box as router only for connect to my webspace from my network ? what should I do, I heard about nating what is that ? Try www.zebra.org Its an amazing software with almost Cisco like commands. You can find a

[ilugd] Optimum usage of my RAM

2005-05-27 Thread Mayank Jain
Hi folks, I have been noticing from past some days that despite my PC having 256 megs RAM, just 130-150 megs are used 50-80 megs of swap is used. Why is swap being used when my RAM is free? How can i make my Linux use my RAM instead of swap, so i can utilize thats being left idle (remaining 100

Re: [ilugd] Free/Open Source CAD software for Linux

2005-05-18 Thread Mayank Jain
Hi Prashant, On 5/18/05, Prashant Verma [EMAIL PROTECTED] wrote: I need to do some simple design for a office layout. Could someone direct me to a Free/OS CAD software that will run on FC3. Go to http://gnomefiles.org put CAD in the seach box, w/o the quotes. You'll find lots of solutions

Re: [ilugd] plz help me

2005-05-17 Thread Mayank Jain
On 5/17/05, rajeev verma [EMAIL PROTECTED] wrote: when i connect the cable to usb port the system detect it but no driver Try lsusb. -- regards, makuchaku --- http://makuchaku.tk Linux... Life... Freedom... ___ ilugd mailinglist --

Re: [ilugd] plz help me

2005-05-17 Thread Mayank Jain
On 5/17/05, Mayank Jain [EMAIL PROTECTED] wrote: On 5/17/05, rajeev verma [EMAIL PROTECTED] wrote: when i connect the cable to usb port the system detect it but no driver Try lsusb. Sorry for the previous incomplete mail :-) Rajeev, first try see if your PC is detecting your device using

Re: [ilugd] Eha! - May Meet at Sarai on 22-05-05 - from 2PM onwards

2005-05-16 Thread Mayank Jain
Hi Mary, On 5/16/05, T.Meyarivan [EMAIL PROTECTED] wrote: - sirtaj on getting started with Qt/KDE programming Probably someone on GTK / pyGTK for an introductory talk ;-) It will make an interesting session. -- regards, makuchaku --- http://makuchaku.tk Linux... Life... Freedom...

[ilugd] Scribble Pad v0.2

2005-05-15 Thread Mayank Jain
Hi folks, I've just finished a text editor for Nokia Series 60 phones (mine being 6600). Its based on Python uses appuifw module. Being very simplistic, it just provides basic editing features, though very useful when needed. You can have ScribblePad v0.2 (GPL) from

Re: [ilugd] help for SMS to cell phone

2005-05-11 Thread Mayank Jain
Hi there, --- SWAPNIL [EMAIL PROTECTED] wrote: I have one script for sending SMS to mobile from server, can i send this SMS from any mail user from my server. Can you share the script with the list members. It may give you a faster solution as others may also want to try something

Re: [ilugd] bin files

2005-05-08 Thread Mayank Jain
On 5/8/05, Ramnarayan.K [EMAIL PROTECTED] wrote: site there are two files bot are self extracting rpm,bin files. How do Install - how Do I extract. chmod +x file.bin ./file.bin -- regards, makuchaku --- http://makuchaku.tk Linux... Life... Freedom...

Re: [ilugd] query about monitor horizontal vertical frequencies

2005-04-28 Thread Mayank Jain
Hi, On 4/28/05, Subhasis Ray [EMAIL PROTECTED] wrote: I am not infront of a FC3 install. but what i can remember, if u type setup at the # prompt, u will see a X Configuration menu.. try that... in the mean time lemme reach home and send u the exact command. On my Gentoo, i have

Re: [ilugd] How to execute EXE from wine???

2005-04-27 Thread Mayank Jain
On 4/27/05, santosh dubey [EMAIL PROTECTED] wrote: Dear Sys Admins, I'm no SysAdmin :-) I have installed winzip.exe using wine. it was ok but how can i invoke this command to start winzip. Have a look in your /home/username/.wine/drive_c/Program Files/Winzip/. This path may be a bit

Re: [ilugd] Download manager for Linux

2005-04-26 Thread Mayank Jain
Hi Ram, On 04/26/2005 12:16 PM, [EMAIL PROTECTED] wrote: | Hi | I need to know if there is a download manager for linux - that allows | manual interupts and enables restarting from the point of stopping - | (even after the machine is shut down and restarted). | For GUI, try Aria

Re: [ilugd] Download manager for Linux

2005-04-26 Thread Mayank Jain
On 4/26/05, Sandip Bhattacharya [EMAIL PROTECTED] wrote: d4x has a fantastic option missing in the rest of the *linux* clients. It has three speed bands - low, medium and full-speed. If you want to get some work done alongside the downloads, ... just click the low-speed button, get your work

Re: [ilugd] proxy with bittorrent

2005-04-22 Thread Mayank Jain
Hi Gaurav, On 4/22/05, Gaurav Mishra [EMAIL PROTECTED] wrote: hi all, inspired from the p2p talk , i tried the bittorrent to work on my pc, but it was not able to listen on that port , So i choosed a random port 27849, not working on that port too. Tried on 3128 the [ort we use to access

Re: [ilugd] telnet

2005-04-21 Thread Mayank Jain
Hi, On 4/21/05, S. K. Goel [EMAIL PROTECTED] wrote: Hi List, I want to give telnet access to some specified users and ssh access to some other users, Is there is any file like telnet.allow / ssh.allow, So that I can defined the same user wise.

Re: [ilugd] CERT India(?!) and Security

2005-04-08 Thread Mayank Jain
Hi Viksit, On Apr 8, 2005 3:05 PM, Viksit Gaur [EMAIL PROTECTED] wrote: 1) CERT India does'nt have a website anymore. http://www.cert-in.org.in/ doesn't seem to live anymore - or is it that I'm being blocked from every network I try to access it from? http://www.cert-in.org.in/ is opening

Re: [ilugd] Linux Uses Mac

2005-04-04 Thread Mayank Jain
On Apr 4, 2005 7:56 PM, Ankit Malik [EMAIL PROTECTED] wrote: hmmm...[very] old news... read this on Slashdot ages ago... and also the Subject is a bit misleading, it is 'Linus' not Linux who is using the Mac... and before you raise your eyebrows after reading the subject, the 'Mac' here

Re: [ilugd] Proxies

2005-03-31 Thread Mayank Jain
On Fri, 1 Apr 2005 03:15:36 +0530, Gaurav Mishra [EMAIL PROTECTED] wrote: There are several app like gmail-notifier that i wanna use on gnome but they doesn`t connect to proxy . Now my win4lin installation is not completing since it is not able to connect to proxy. can`t i make the conf

Re: [ilugd] Mouse Capture as flash

2005-03-28 Thread Mayank Jain
Ok, got the solution from same page :-) http://www.unixuser.org/~euske/vnc2swf/ On Mon, 28 Mar 2005 20:18:56 +0530, Mayank Jain [EMAIL PROTECTED] wrote: Hi, These days, i'm seeing lots lots of people putting up demo's of their stuff online as swf files. (Capturing their mouse movements

Re: [ilugd] Firefoxed!

2005-03-25 Thread Mayank Jain
Hi, On Thu, 24 Mar 2005 23:52:55 +0530, Mayank Jain [EMAIL PROTECTED] wrote: Hmm... This time i'm compiling firefox rather than using its binaries. Lets see what happens now. After compiling it, things are working pretty much fine :-) Now its picking up the theme. -- regards, makuchaku

[ilugd] President APJ Open Source?

2005-02-25 Thread Mayank Jain
Hi, There is an article in Hindustan Times (25th feb, 2005), page 15 (lower half) titled Kalam to use Laptop for joint address. Read it on you will find it mentioning Power-Point presentation. He shall be using the laptop instead printed material as his hand is injured. I wonder how our

[ilugd] Re: President APJ Open Source?

2005-02-25 Thread Mayank Jain
oops! was this address meant to be on this friday... today? makuchaku On Fri, 25 Feb 2005 21:21:03 +0530, Mayank Jain [EMAIL PROTECTED] wrote: Hi, There is an article in Hindustan Times (25th feb, 2005), page 15 (lower half) titled Kalam to use Laptop for joint address. Read it on you

Re: [ilugd] shell

2005-02-17 Thread Mayank Jain
Hi Komal, On Thu, 17 Feb 2005 21:08:07 +0530, komal [EMAIL PROTECTED] wrote: How to append last line of output of command to another on specific line in Shell? ls -lh | tail -n 2 file_name subsitute your command in place of ls -lh Then, try using tr command. You can also use tr for your

[ilugd] QT Embedded on Nokia phones?

2005-02-12 Thread Mayank Jain
Hi, Yesterday, i was looking at vivek's (VK) phone came to know that it could run Qt-embedded apps. Does same holds true for Nokia phones (6600) also? I'm searching for this on www, so thought, why not ask you guys also :-) oh, BTW, the group photograph...

Re: [ilugd] Request to Delhi LUG members... reporting inputs needed

2005-02-12 Thread Mayank Jain
Hi, On Sun, 13 Feb 2005 09:35:14 +0530, Raj Mathur [EMAIL PROTECTED] wrote: Fred == Frederick Noronha (FN) [EMAIL PROTECTED] writes: Fred Can someone from the Delhi LUG (or any FLOSS supporter) Fred attending the Linux Asia 2005 please volunteer to send in Fred inputs? This is

[ilugd] A Seminar on OSS Linux

2005-02-03 Thread Mayank Jain
Hi List I am planning for a Seminar on Open Source Linux in our college. The seminar can aim at telling the benefits of OSS Linux to Students our teachers. (Though quite alot is already happening on Linux in our college). Targetted profiles - Newbies semi-experienced users (1/2/3/4 year

Re: [ilugd] A Seminar on OSS Linux

2005-02-03 Thread Mayank Jain
On Fri, 4 Feb 2005 10:32:05 +0530, Srijan Technologies Pvt. Ltd. [EMAIL PROTECTED] wrote: Hi, Cannot commit yet, but if the dates work out well, I could offer to make a general seminar on Open Source: Towards a self-reliant India. I gave a talk at the Annual Convention of the Department of

[ilugd] Capture sound from sound card

2005-02-01 Thread Mayank Jain
Hi all, I'm trying to capture sound from my sound card using C/C++. How can i do that? Any pointers/libraries... Thanks -- regards, makuchaku --- http://makuchaku.blogspot.com #gnutech [at] nl.chatjunkies.org --- Linux... Life... Freedom... ___ ilugd

[ilugd] Problem in compiling KDE apps

2005-01-17 Thread Mayank Jain
Hi guys, I'm facing a strange problem in compiling kde apps. This is the error i get during make [./configure --prefix=/usr goes perfect.] make[2]: Entering directory `/home/root/junk/kconfigure-2.0/doc' Making all in en make[3]: Entering directory `/home/root/junk/kconfigure-2.0/doc/en'

Re: [ilugd] Re: LA2005 CD sales

2005-01-17 Thread Mayank Jain
On Mon, 17 Jan 2005 13:50:05 +0530, Tarun Dua [EMAIL PROTECTED] wrote: Raj Mathur wrote: Distribution CDs Copies Price --- -- - Knoppix 1 50 50 Fedora Core 3 4 150

Re: [ilugd] hi,,help

2005-01-17 Thread Mayank Jain
On 17 Jan 2005 12:07:00 -, deepak kumar tripathi [EMAIL PROTECTED] wrote: can anybody tell me how can i install boot loader from knoppix CD ,, Deepak, You want to restore ur old bootloader or install a new one? makuchaku --- http://makuchaku.blogspot.com #gnutech [at] nl.chatjunkies.org

Re: [ilugd] Fwd: how to install wine

2005-01-16 Thread Mayank Jain
On Sun, 16 Jan 2005 08:57:38 -0600, Nishikant Kapoor [EMAIL PROTECTED] wrote: Please tell me how to install wine on my pc. I have Redhat 9 on a pentium 4, 2.8 Ghz, 512 MB, RAM, 80+40 GB HDD. Download the latest rpms from winehq.org install them. regards, makuchaku ---

Re: [ilugd] Gmail Account

2005-01-14 Thread Mayank Jain
Gaurav == Gaurav Mishra [EMAIL PROTECTED] writes: Gaurav Hi all, I have a gmail account in spare anyone wants mail Gaurav me onlist Don't start those idiotic threads again please. Yup, We already had so much spam relating to GMail... THIS IS NOT A GMAIL ACCOUNT SHARING

[ilugd] Implementing SIP protocol

2005-01-09 Thread Mayank Jain
Hello friends, After implementing our own C++ version on BSD sockets, our group is moving on to implement the SIP protocol (RFC 3261). Since we have never taken an RFC started implementing it, what shall we need to know before starting. Any tips will be really helpfull. What pitfalls shall we

Re: [ilugd] [OT] Donating for tsunami relief

2005-01-08 Thread Mayank Jain
On Sat, 08 Jan 2005 19:03:42 +0530, Sandip Bhattacharya [EMAIL PROTECTED] wrote: On Sat, 2005-01-08 at 21:04 +0800, Sanjeev Ghane Gupta wrote: All other things being equal, I do not think ILUGD funds should be used for this. The money was raised with certain (not well-defined, but

Re: [ilugd] FC#3 needed

2005-01-08 Thread Mayank Jain
vipul sharma [EMAIL PROTECTED] wrote: any one who could giv me FC3 cds(preferably near pitam pura or rohini).i would b thankful. vipul :9899207040 Hi Vipul, I have the FC3 DVD. If u have the dvd reader, u can have a copy of mine :-) Or better, but last month's Linux For

[ilugd] Speeding up Firefox...

2005-01-08 Thread Mayank Jain
Hi, I found this amazing article @ linuxgazette.com which tells about pipelining requests in HTTP 1.1 how it makes surfing faster. Try it (@ ur own risk :-D) http://www.linuxgazette.com/node/9802 BTW, anyone tried about:config in the address bar of ur firefox??? Try it u'll be baffeled! cya,

Re: [ilugd] TCP/IP over bluetooth

2005-01-07 Thread Mayank Jain
On Sat, 08 Jan 2005 02:27:44 +0530, Bhaskar Dutta [EMAIL PROTECTED] wrote: Follow this: http://www.unix-ag.uni-kl.de/~leonard/linux-n6600-howto.html It is based on this howto - http://www.cs.helsinki.fi/u/mraento/symbian/bt-ap.html WOrks fine with my 6600. Firmware V 4.09.1 , 26-02-04,

Re: [ilugd] red hat installation

2005-01-07 Thread Mayank Jain
Hi, [EMAIL PROTECTED] wrote: can any let know how to install red hat9.0 on 10GB hardisk i have alredy installed it but inn the 10GB hdd ihave some 4Gb free to install some more components i want know how to do it. Try this from command prompt... su enter root password

Re: [ilugd] minutes of the LDD2K4 planning meeting

2004-09-13 Thread Mayank Jain
Hello, On Mon, 2004-09-13 at 00:16, Raj Shekhar wrote: Publicity - If you are a college student or a brother/sister of a college going person, please let me ([EMAIL PROTECTED]) know. I will send some posters about the event along to you. We need to get the word out about the

Re: [ilugd] Fwd: Need info about CCNA RHCE

2004-09-12 Thread Mayank Jain
. He took our classes when we had internal 4th Semester training @ our Campus, MAIT. As a result I cleared CCNA give full credits to his guidance. Mr. Tarun 011-31000589 Please give him my reference : Mayank Jain. regards, maku --- What does not destroy me, makes me stronger. -- Nietzsche

Re: [ilugd] Tar problem + very URGENT

2004-09-10 Thread Mayank Jain
On Fri, 2004-09-10 at 22:27, santosh dubey wrote: 1.I am getting some problem in using tar.I have a tar file on cd. it opens successfully on the computer from where backup is taken. But on my RH 9 system it gives following error: incomplete literal tree. gzip:stdin:invalid compressed

  1   2   >