Hi: Venture Capitalists have invested $400 million in 50 Open Source startups in the past 1.5 years. For complete details take a look at the two articles below...
hi, I am developing one project. I planned to provide service through online.So i need to upload mysql database.How to do that please tell me. Thanks, Ramesh. ...
Hi, I want to write a macro for the VI editor by which work can be automated. I want the following. I will copy a text from a word document and if I press...
... Hi Sailaja: The following document should help you get started http://soma.npa.uiuc.edu/docs/vi.macros Copy paste capabilities on Windows require OLE-aware...
Hi, I would like to know the difference between access specifier and access modifier. Please give me their importance in java and also why we are using them. ...
... Hi Ramesh, 1) Run the following command on your local machine: mysqldump -u [username] -p [password] [DatabaseName] > backup 2) Ftp the 'backup' file to...
Dear Linux enthusiasts, The October issue of LINUX For You, Asia's only magazine on Linux and Open Source, is out in a completely new layout. LINUX For You is...
Hello Friends, There are two TSM scheduled in the month of October. Please see the details below. By attending these TSM, the member will be able to...
... Hi Anil, Access specifiers and access modifiers both are same. These are used to decide the life of the variable are functions. These are private, public,...
... This is used to flush STDOUT. If you write $|=1; then it will directly write to STDOUT and not to any buffer. This is also called autoflush. From internet:...
No sure abt ur question.. u have something called "ab" which goes into ".vimrc" for ex : spellin correction as follows ab teh the lots of things can be...
... Hi Ashish, by setting $|=1; you are instructing perl to switch off the buffering of the text/data. so whatever is the file/descriptor to which the o/p is...
Hello, This is a reminder. TWINCLING Saturday Meet (TSM) is scheduled to be held on Saturday, 8th October, 2005 from 5:00pm - 7:15pm. The topic is "Linux...
... Hi Viswanath, Now i've uploaded the page.you can see it in tutorials section of my page http://godson.auroinfo.com/tutorials/voip.htm Regards, Godson...
... Hi Anand, Which process are you forking using system() ? What is the current memory consumption in your machine ? (You can use 'top' command to find out...
... Hi Namita, Thanks for the info. The details of the problem are: The system is an embedded product using Linux kernel 2.4. I have a limited memory in the...
Hi, I am now localising the initscripts rpm which contains the shut down messages and login boot messages. When it boots after translatingg the po file, login...
... Hi Anand, Thanks for the information. Output of /proc/meminfo is good enough. 'top' picks the info from there too. Normally, processes start giving an 'out...
hello every one can any one help me to get the docuentation for iproute that is ip tool i am not able to get full flleged documatation please help me out kamal...
Hi Namita, The idea given by you is exactly what I have done to overcome the problem. My problem is solved but I want to have a clear understanding of things. ...