0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【メモ】RedHatのproxy設定

Last updated at Posted at 2019-07-11

qiita初投稿です

VirtualboxにRedHatを入れて

yum install

をしようとしたけど社内proxy設定が出来ていなくてコケまくったので備忘録

前提

RedHat proxy設定

Redhatのconfも弄る必要があった

vi /etc/yum.conf

中身に以下を記述

proxy = http://proxy.com:port
proxy_username = user
proxy_password = password

いや当たり前だろ、とは思いつつ。
立派なインフラエンジニアになる為の小さな一歩を踏み出したという事でok(ポジティブ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?