Hi, So far I have been using vim as my editor. for compiling a directory I use :make and then a :cw command to split the window into two, one showing the...
Omanakuttan
omanakuttan@...
Feb 1, 2003 1:43 pm
2521
Hi, thanks for the response. My mistake was to give my modules in obj-m and NOT issueing #make modules modules_install It is solved now. Thanks a lot. Om....
Omanakuttan
omanakuttan@...
Feb 1, 2003 1:51 pm
2522
... on 6.x :vs for a vertical split -- b -- ... Biju 'botsie' Chacko biju_chacko at vsnl dot net http://www.symonds.net/~botsie...
... Well, guess what -- I'm using Vim 6.1 pretty much. This is on Solaris. But I've built it from source, so I doubt the feature will be missing on the RH7.2...
Hello, I am having one linux server and two client machines.Through one client machine I connected to the server using telnet. I have written a program in my...
hi yes ofcourse every processes that running on linux box is timesliced but here u still work with the same client i.e client 1 , what u have to do is ...
Hi I am Bharathraj , working on Linux kernel > 2.4 version. I came across problem while handling the dynamic timers in linux. I have taken the system call...
Bharathraj.Shetty@...
Feb 3, 2003 6:00 am
2528
Yes, you can definitely do it, Compile the kernel module from the below source and test it. Let me know, what had happened #define MODULE #define __KERNEL__ ...
Iqbal
iqbal@...
Feb 3, 2003 6:24 am
2529
Won't work on latest redhat 8.0 kernel nor on 2.5 kernel because sys_call_table is no more an exported symbol in there kernel versions. -aneesh...
Most of the "Test" code about sockets that one gets in a book or some web page. client or server (or both ) do their work in while(true) loop. This "pattern"...
jayant M
einstienindia@...
Feb 3, 2003 7:03 am
2531
... You'll have to use some patches to the kernel to achieve this. The system call table is not exported in newer kernels. If you still want to do it, I hope...
Hi, This is in continuation of my earlier mail where I asked about having a web-based (PHP) for some of the commands. I am keen on having a front-end for some...
Try GTK. Its easy to start working with. But that's only my biased opinion, since I only know to program Gtk. GTK also has a user interface builder called...
Hi! Try webmin... www.webmin.com and see if it does what you want Else use it as a base for what you want to do. Regards...
Ez Coder
ezcoder@...
Feb 3, 2003 12:42 pm
2536
Hi, ... Same goes with me too. I know only GTK and its extremely easy to work with.As for as IDEs are concerned u have a great one for GTK called anjuta .. and...
Pradyumna Sampath
prady@...
Feb 3, 2003 5:08 pm
2537
... Besides Kylix is paid.. $1999. prady -- Visit me at http://prady.net Mail : prady at prady dot net...
Pradyumna Sampath
prady@...
Feb 3, 2003 5:09 pm
2538
... I agree. Also, documentation for GTK+ is much more easily available than the others. Jaidev -- symonds.net/~jaidev This is my sig. There are thousands...
On Mon, 2003-02-03 at 09:21, Rupa wrote: [...] ... To any multitasking kernel like Linux, there is no difference between a process running an infinite loop and...
Hi I have a Pinnacle Systems PCTV Plus Indian Edition. I have been trying to configure it for past one week but without success. Problem statement: bttv is...
Hi I want to upgrade to bttv-0.7.103. I have bttv already installed but an older version. How do i go about doin this. Please help me on this. Regards, Madhav...
Hi all, I have downloaded glibc souce from http://distro.ibiblio.org/pub/Linux/distributions/redhat/8.0/en/os/i386/SRPMS/glibc-2.2.93-5.src.rpm I need to get...
sumarani
sumarani@...
Feb 4, 2003 6:58 am
2543
Hi, I'm having problem while importing data from SQL Server to PostgresSQL. Source tables which were having field names in capital letters were created as...
... Why not grep for "socket(" or similar string in all the sources files? Either: grep -r <regexp> src/ or: find src/ -name '*.c' | xargs grep <regexp> Manish...
... Attributes are not case sensitive in PostgreSQL unless you created them with surrounding quotes. I am assuming that you did. So you need to do that for...
... http://distro.ibiblio.org/pub/Linux/distributions/redhat/8.0/en/os/i386/SRPM S/glibc-2.2.93-5.src.rpm ... The source for socket, accept and listen (as you...
Hi all, I downloaded current stable version of linux kernel 2.4.20. and I applyed the patch of open mosix to that kernel. I enable all options regarding...