misOrz

IT Tech & Life

How to use Proxy in YUM

  • This takes effect in the current session. Logging out and then logging in is useless
export http_proxy="http://10.1.1.1:2312"
  • In the yum configuration file, is not affected by logout, does not need to reset each time
nano /etc/yum.conf
Add proxy=http://10.1.1.1:2312



 

Install CentOS preset Traditional Chinese Font Pack

[root@test]# yum install cjkuni-* wqy-zenhei-*



Note :CJK kits represent Chinese, Japanese and Korean languages


Reference: http://charlothuang.blogspot.com/2012/04/centos-rhel-6.html