5
5

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.

Vagrant使用下でのaptのダウンロード速度を向上させる

5
Last updated at Posted at 2014-09-27

/etc/apt/sources.list の変更

  • 環境: Ubuntu12.04LTS

  • archive.ubuntu.comのサーバーからapt-getでデータを取得する設定をjaistから取得するように変更


$ cd /etc/apt/ 
$ sudo sed -i".back" 's/http:\/\/archive.ubuntu.com\/ubuntu/http:\/\/ftp.jaist.ac.jp\/pub\/Linux\/ubuntu/' sources.list

$ sudo apt-get update 

(正確に測れませんでしたが、体感では3〜4倍ダウンロード速度が早くなりました。)

5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?