[PLUG] requesting help with sed...

2009-11-17 Thread Sameer Oak
I want to increment value of variables "build_number" and "build_id" by 1. How can I achieve it with sed? Kindly help. Regards, - sameer oak. ___ Pune GNU/Linux Users Group Mailing List

[PLUG] BSD, FC-7 and Debian CDs...

2007-08-02 Thread Sameer Oak
All, I need following variants of UNIX and Linux: 1> FreeBSD 6.2 and OpenBSD 4.1 2> Fedora core 7 3> Debian Linux 4.0 How can I get them? Regards, - sameer oak. -- __ Pune GNU/Linux Users Group Mailing List: (

Re: [PLUG] source code of echo command...

2007-07-30 Thread Sameer Oak
y known as, one can find them in unistd.h). I particularly wanted to see the way these file descriptors were handled by echo.c Anyway... Aditya thank you so much for pointing my searches to BSDs. I had almost forgotten, the same could very well be found in the BSD locations. - sameer oak. On

[PLUG] source code of echo command...

2007-07-27 Thread Sameer Oak
Where can I find source code of "echo" command? - sameer oak. -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send

[PLUG] sample programs using libesmtp APIs

2005-03-02 Thread sameer oak
I'm looking for sample programs using libesmtp APIs. Thank you, Sameer Oak. -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail

[PLUG] strange problem while invoking xserver...

2005-01-18 Thread sameer oak
I'm facing a strange problem while invoking xserver. When I try to invoke startx with root credentials, the xserer crashes. However, for other user-credentials the xserver is getting through. When searched through the /var/log/XFree86.0.log, I couldn't find any meaningful warnings nor error mess

Re: [PLUG] API or system calls in .o or .a

2004-09-16 Thread sameer oak
> Best way is to refer to header files. If you are including postgresql C API > headers, the documentation for the same would tell you that you need to link > against libpq.so. ... but what if i don't find such information in the headers? i've such headers that don't contain this piece of informa

Re: [PLUG] usb linux device driver

2004-09-16 Thread sameer oak
> can anybody help me as how to start developing usb > linux device driver? ... the following will help you. http://www.linux-usb.org/usb-admin.html http://www.tldp.org/LDP/khg/HyperNews/get/devices/devices.html http://database.sarang.net/study/linux/johnsonm/devices.html . -- _

[PLUG] API or system calls in .o or .a

2004-09-16 Thread sameer oak
i need to find what library do i need to use while building a binary if a particular API and/or system-call has been used in the source program. one way is to use an ar command as follows: $ ar -t | grep but this doesn't serve since i need to make a guess on lot many libraries. i know nm comma