Difference between revisions of "Redhat unix"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
 +
* Yum
 
<pre>
 
<pre>
 
# more /etc/redhat-release  
 
# more /etc/redhat-release  
Line 5: Line 7:
 
http://public-yum.oracle.com/
 
http://public-yum.oracle.com/
  
</pre>
 
 
* YUM through proxy
 
* YUM through proxy
<pre>
+
 
export http_proxy=proxy:portnum
+
export http_proxy=http://proxy:portnum
  
 
</pre>
 
</pre>

Latest revision as of 16:06, 14 April 2011

  • Yum
# more /etc/redhat-release 
Red Hat Enterprise Linux Server release 5.5 (Tikanga)

http://public-yum.oracle.com/

* YUM through proxy

export http_proxy=http://proxy:portnum