Sponsored Content
Full Discussion: Binding command in wget.
Top Forums UNIX for Dummies Questions & Answers Binding command in wget. Post 302491398 by Corona688 on Thursday 27th of January 2011 10:19:12 AM
Old 01-27-2011
It lets you restrict wget to working through one particular network card, more or less. Give it that card's IP address and it will restrict itself to network paths through it. If the destination you want isn't available through that interface, it just won't work, and will probably time out eventually.

Maybe the computer's a router with multiple different paths to the internet, and you want to force it to go one way?

I sometimes use it to pretend I'm connecting to my proxy server over the local network instead of on localhost.

Last edited by Corona688; 01-27-2011 at 11:24 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

May download a folder using wget command!

Hi All, I think wget command would not download any directories. But please confirm it. If it downloads directories, please let me know how to do it. Thank you. (1 Reply)
Discussion started by: ThrdF
1 Replies

2. Shell Programming and Scripting

wget command

hi I was run thix command(wget) it was runing in some severs but in some servers it wasn't run ?? ...... how to it run in that server ? thx :( (1 Reply)
Discussion started by: XPS
1 Replies

3. Solaris

2 questions regarding the WGET command

I'm using the "wget" command to get the date from Yahoo.com. So this is what I use on Solaris: /usr/sfw/bin/wget --timeout=3 -S Yahoo! This works well when my computer is linked to the Net. But when it's not, this command just hangs. I thought putting the timemout = 3 will make this... (2 Replies)
Discussion started by: newbie09
2 Replies

4. Shell Programming and Scripting

how to use WGET command to get today's date?

I need to get the current date off a remote site, such as Google or Yahoo. Does anyone know how to use the wget command on a Solaris 10 system to do this? I recall a long time ago, where using "wget" will get a bunch of info off a site, and then, you can extract the date from all of that info. ... (6 Replies)
Discussion started by: newbie09
6 Replies

5. Shell Programming and Scripting

How to remove metacharacter while using wget command

Hi All, While using below command I am getting some unusual character in Release.txt file.How could I remove or stop them to go into Release.txt file wget -q http://m0010v.prod.wspan.com/nggfmonatl/Default.aspx cat Default.aspx|egrep -in "EFS|HOTFIX" | awk -F/ '{print $(NF-1)}'|cut -d... (1 Reply)
Discussion started by: anuragpgtgerman
1 Replies

6. Shell Programming and Scripting

WGET command retrying to get response

Hi , Iam using " WGET " command to hit the URL,i.e. servlet url. I can trigger the servlet using wget but when servlet is not responding this command retries automatically until it get the positive response from the server. So this script is running for more than 8 hrs to get the positive... (2 Replies)
Discussion started by: vinothsekark
2 Replies

7. UNIX for Dummies Questions & Answers

best way of using wget command?

Dear all, I would like to use the wget command to download on my laptop some free e-books for then being able to read them when I am off the internet. could you please let me know, what is the best of doing that? Let's say, I want download the bible that can be found here: The Project... (3 Replies)
Discussion started by: freddie50
3 Replies

8. Shell Programming and Scripting

Time outputs of wget command

Hello friends, I've been working on a solaris server, I need to test responses of a web service using WGET command, if the response is successful, how quick it is etc. I have scirpt like this, I modified it, i try to redirect the output of time command to total.txt but i couldn't manage, i... (4 Replies)
Discussion started by: EAGL€
4 Replies

9. Shell Programming and Scripting

Wget and correct zip for command

If there were 3 files put in a folder on /Desktop/Test then transferred to a site. would gzip -r /Desktop/Test zip them so that wget --http-user cmccabe --http -passwd xxxx*** https://something.sharefile.com/login.aspx -O - | tar -zxf - could be used to connect to the site, login,... (6 Replies)
Discussion started by: cmccabe
6 Replies

10. Shell Programming and Scripting

Wget command help

hi, i need help for downloading excel file from internet and convert it to text file wget http://spreadsheetpage.com/downloads/xl/wordfrequency.xls (4 Replies)
Discussion started by: raghur77
4 Replies
hwloc_topology_membind_support(3)			     Hardware Locality (hwloc)				 hwloc_topology_membind_support(3)

NAME
hwloc_topology_membind_support - SYNOPSIS
#include <hwloc.h> Data Fields unsigned char set_thisproc_membind unsigned char get_thisproc_membind unsigned char set_proc_membind unsigned char get_proc_membind unsigned char set_thisthread_membind unsigned char get_thisthread_membind unsigned char set_area_membind unsigned char get_area_membind unsigned char alloc_membind unsigned char firsttouch_membind unsigned char bind_membind unsigned char interleave_membind unsigned char replicate_membind unsigned char nexttouch_membind unsigned char migrate_membind Detailed Description Flags describing actual memory binding support for this topology. Field Documentation unsigned char hwloc_topology_membind_support::alloc_membind Allocating a bound memory area is supported. unsigned char hwloc_topology_membind_support::bind_membind Bind policy is supported. unsigned char hwloc_topology_membind_support::firsttouch_membind First-touch policy is supported. unsigned char hwloc_topology_membind_support::get_area_membind Getting the binding of a given memory area is supported. unsigned char hwloc_topology_membind_support::get_proc_membind Getting the binding of a whole given process is supported. unsigned char hwloc_topology_membind_support::get_thisproc_membind Getting the binding of the whole current process is supported. unsigned char hwloc_topology_membind_support::get_thisthread_membind Getting the binding of the current thread only is supported. unsigned char hwloc_topology_membind_support::interleave_membind Interleave policy is supported. unsigned char hwloc_topology_membind_support::migrate_membind Migration flags is supported. unsigned char hwloc_topology_membind_support::nexttouch_membind Next-touch migration policy is supported. unsigned char hwloc_topology_membind_support::replicate_membind Replication policy is supported. unsigned char hwloc_topology_membind_support::set_area_membind Binding a given memory area is supported. unsigned char hwloc_topology_membind_support::set_proc_membind Binding a whole given process is supported. unsigned char hwloc_topology_membind_support::set_thisproc_membind Binding the whole current process is supported. unsigned char hwloc_topology_membind_support::set_thisthread_membind Binding the current thread only is supported. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.7 Sun Apr 7 2013 hwloc_topology_membind_support(3)
All times are GMT -4. The time now is 08:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy