Search Results

Search: Posts Made By: linuxbynight
Forum: IP Networking 12-30-2008
3,218
Posted By linuxbynight
Another take on this might be if you want the...
Another take on this might be if you want the secondary nic and lan to be serviced through your bsd server. You might for example want to give the second nic an address within a different subnet...
35,320
Posted By linuxbynight
you can use ssh. If you are running on a windows...
you can use ssh. If you are running on a windows client, you can download a free copy of ssh called putty and pscp from PuTTY Download Page (http://www.putty.nl/download.html). putty is the login...
35,595
Posted By linuxbynight
Robo - your method
is more elegant. In my case, I just never took the time to learn awk. Thanks for the alternative.
35,595
Posted By linuxbynight
Script to get file name length discarding dot extension
If I understand your question, the following should work or you can modify it to do what you need.


for i in `ls -1`
do
val=`echo $i | cut -d '.' -f1 | wc | tr '\t' ' ' | tr -s ' ' |...
4,364
Posted By linuxbynight
Sounds like it should work if the /etc/hosts has...
Sounds like it should work if the /etc/hosts has the entry and there are no syntax errors in the typed name. You may wish to post the entry for people to view.

Also, try:

nslookup hostname
...
Forum: IP Networking 12-23-2006
14,652
Posted By linuxbynight
truss results
It seems to me that your code might be confused when you are forking off the child. The reason I say this is that it appears that the child is calling accept() which is usually something you would...
Showing results 1 to 6 of 6

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