<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "如何在Linux使用wget透過proxy抓取檔案"]]></title>
		<link>https://forum.andowson.com/posts/list/16.page</link>
		<description><![CDATA[Latest messages posted in the topic "如何在Linux使用wget透過proxy抓取檔案"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>如何在Linux使用wget透過proxy抓取檔案</title>
				<description><![CDATA[ 在公司內部網路OA的環境禁止直接連線到Internet，必須透過Proxy才能上網，如果要安裝伺服器，先前寫的那些shell script都是使用wget自動去網路抓檔案回來安裝，如果能讓wget可以透過proxy去抓檔案，則原本的shell script就可以照著執行了。 
<br>
<br>
要讓wget透過proxy去抓檔案在Linux下很簡單，以下是我找到的一個最方便的設定方式： 
<br>
編輯 /etc/wgetrc 
<br>
加上 
<br>
[code]http_proxy = http://10.160.3.88:8080/ 
<br>
use_proxy = on[/code] 
<br>
<br>
參考資料 
<br>
http://mis.ntct.edu.tw/book/368 
<br>
<br>
另外因很多shell script有用到yum，也可以參考一下這篇yum的proxy設定 
<br>
http://www.andowson.com/posts/list/183.page]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/423/847.page</guid>
				<link>https://forum.andowson.com/posts/preList/423/847.page</link>
				<pubDate><![CDATA[Mon, 7 Jun 2010 17:06:30]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>