Search Results

Search: Posts Made By: anitemp
Forum: Linux 10-10-2008
9,563
Posted By anitemp
How to convert Linux Kernel built-in module into a loadable module
Hi all,

I am working on USB data monitoring on Fedora Core 9. Kernel 2.6.25 has a built-in module (the one that isn't loadable, but compiles and links statically with the kernel during...
9,420
Posted By anitemp
Assuming you are running bash, here is the...
Assuming you are running bash, here is the script:

for ipaddr in `cat ip_list`;
do
ping $ipaddr >> pingout &
done;

And then you can do 'tail -f pingout' to see the outputs of pings...
5,213
Posted By anitemp
As a simple check, you can ping Google...
As a simple check, you can ping Google (http://www.google.com). The command tries to look up the IP address from the name. If it successfully does, you'll see the IP address of google.com in the ping...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy