HOW-TO-FILTER-MAILS-FROM-LINUX-MANIPUR This HOW-TO is for the newbies to filter mails from Linux Manipur and to a particular folder, hence avoiding bulk mails...
linux-manipur@yahoogr...
Oct 1, 2006 9:33 am
1443
To grab all hidden files A safe way of grabbing all "hidden" files is to use '.??*' rather than '.*' since this will only match 3 or more characters....
sushil.kumar@...
Oct 2, 2006 9:11 am
1444
To grab all hidden files A safe way of grabbing all "hidden" files is to use '.??*' rather than '.*' since this will only match 3 or more characters....
sushil.kumar@...
Oct 2, 2006 9:18 am
1445
Hello All, Greetings from the LINUX For You magazine team! As you all know, we run a section called 'Opinions' in LFY where we pose a question to the community...
ONE STEP AT A TIME WITH !! For example using C shell I want to edit a handful of files that contain the string "ProcessInput" in my current directory. Step 1: ...
sushil.kumar@...
Oct 4, 2006 4:43 am
1447
DSC-00465.jpg DSC-00466.jpg DSC-00467.jpg...
sushil.kumar
sushil.kumar@...
Oct 5, 2006 8:03 am
1448
Hi folks, I've found in my yahoo account that a mail is sent from this corporate account to linux-manipur group with a subject: [linux-manipur] Re: Redhat...
sushil.kumar@...
Oct 5, 2006 9:28 am
1449
... Hash: SHA1 ... In an ideal world, someone should pass the following URLs to LFY: http://www.gnu.org/philosophy/no-ip-ethos.html ...
hi all, i've been trying fedora core 5 and i am pretty satisfied with its performance.it's fast and detected almost all my hardwares,though i've to set my...
what is the difference between fork() and vfork() system calls? where is vfork() used and why? ... Find out what India is talking about on - Yahoo! Answers...
Hello Everyone, I am looking for a software solution on the Enterprise Risk Management (ERM). Anyone who have worked on this domain or having the knowledge and...
Hi Guys, Need some help from you guys for a friend who wants to learn a great deal abt linux and stuffs but lil clueless where to start from. He is basically a...
takhellambam.anjan@...
Oct 6, 2006 6:45 am
1454
One of my previous companies is looking for professional with skills mentioned below. Skills : Linux/C/C++ Experience : 1 year Location : Pune Job: IVR system ...
Just few minutes back, I have sent mail for job opening at Pune. If he is willing to relocate at Pune, please forward his resume. I will try to help him. ...
Hi, From POSIX programmer's guide by Donald Lewine, O'Rielly and Associates, page 102. "... BSD has a special flavor of fork() called vfork(). The vfork() call...
Hi, From POSIX programmer's guide by Donald Lewine, O'Reilly and Associates, March 1994, page 102. ISBN: 0-937175-73-0 "... BSD has a special flavor of fork()...
I'm a fresher and I'm not working.. I've pursued a course in embedded systems. I know what is fork() system call. when we do fork() the child gets the exact...
... A copy-paste of: ** "What's the difference between fork() and vfork()?" ** (http://www.unixguide.net/unix/programming/1.1.2.shtml) Some systems have a...
Thanks a lot.. ... A copy-paste of: ** "What's the difference between fork() and vfork()?" ** (http://www.unixguide.net/unix/programming/1.1.2.shtml) Some...
... crased ... 1. don't you worry, all you files in your gnu/linux partition are intact 2. i have done this with old redhats, think it still works in 8.0 a)...
http://www.google.com/codesearch "Google is taking its search expertise to one of its favorite audiences: software developers. The company on Thursday launched...
Nice information. Keep on hacking new ideas. regards, sushil 'k' Mayengbam ... favorite ... launched a Web ... let programmers ... write their own ... early...
sushil.kumar@...
Oct 8, 2006 8:18 am
1465
... <listadmin@...> wrote: This is the hardest talk I have ever heard coming from Linus: http://lkml.org/lkml/2006/9/25/161 Makes me wonder why I don't just...
Hello, Jobs are available for different categories. Interested candidates can apply by clicking the link below http://www.thecertifications.com/jobs...
I tried copying to C, D, E drive bu there error in copying so i used directly from F drive and the result is as follows.I dont remember partition no.where the...
... Boot from CD, go to till the page of installation which give you the option of fdisk(for experts), it will come probably when you set you patitions for...
... [...] ... You must be wondering what to do after this ?? _Don't_ go further, note down the partition numbers in ext2 or ext3 filesystem, and just reboot...
whats the reason for not able to remove module from the kernel space? i know when module usage count is not zero we cant remove. Is there any other solid...
... 'usage count not zero' meaning it's being used by some other user space process or another kernel module. hence you are not able to do 'rmmod'. ...