Telnet control character127 (9/7/2010 12:42:27 PM) comp.os.linux.networking Hi, everyone When putting command through telnet, how send the carriage return control character? We are using a machine sending command through telnet. The machine is not made by me and I cannot use now. How... J
How to change ip address in user application program?115 (2/19/2010 1:03:31 PM) comp.os.linux.networking Hi, everyone I'm using linux in embedded system. I set the ip address using Kernel's ip auto configuration via u-boot boot parameter. But I have to change the ip address in user application program. How can a... J
How to change ip address in user application program?467 (2/19/2010 12:55:31 PM) comp.os.linux.misc Hi, everyone I'm using linux in embedded system. I set the ip address using Kernel's ip auto configuration via u-boot boot parameter. But I have to change the ip address in user application program. How can a... J
sh sell227 (10/5/2009 9:38:54 AM) comp.os.linux.misc Hi, everyone What script file is related to "sh", such as .bashrc is for "bash" ? Thanks in advance. Best Regards, J.Hwan Kim ... J
linux application compiled with MINGW cross compiler331 (12/15/2008 2:07:34 PM) comp.os.linux.misc Hi, everyone If the linux source code containing routines which call device driver routines such as serial port, USB or socket, etc or X windows api's is compiled with MINGW cross compiler, does the program ca... J
The book on implementing streaming server012 (12/13/2008 10:05:26 AM) comp.os.linux.networking Hi, everyone Could you recommend a book which tells how to implement a streaming server with compressed video and audio. I just checked the book, "streaming media", which unfortunatly is not fit to me. I'm sea... J
Open source RTP software with documents216 (12/11/2008 2:32:40 PM) comp.os.linux.networking Hi, everyone Would you explain me why RTP is used when video is transferred over IP instread of using only UDP and is there a simple open source RTP server and client program with documents that explain the AP... J
The meaning of #line723 (11/21/2008 3:43:32 AM) comp.lang.c Hi, everyone I saw the preprocessor "#line " in some source codes. It was like this : #line 2972 "ifupdown.nw" Please tell me what is the meaning of that "#line"? Thanks in advance. Regards, J.H.Kim ... J
how to replace string in files recursively3429 (11/1/2008 1:22:11 PM) comp.os.linux.misc Hi, everyone Please let me know how to replace strings in files recursively? For example, if I'd like to replace string "temp" with "TEST" in files such as temp1.c, temp2.c, temp3.c and so on, how should I do... J