Last-modified: 2021-09-21 (火) 10:49:49 (945d)
 
 

proxy

  • /etc/apt/apt.conf
    Acquire::http::proxy "http://proxy.jomura.net:8080/";
    Acquire::https::proxy "http://proxy.jomura.net:8080/";
  • /.bash_profile

    export HTTP_PROXY=http://proxy.jomura.net:8080/
    export HTTPS_PROXY=${HTTP_PROXY}
  • git
    git config --global http.https://github.com/.proxy http://proxy.jomura.net:8080

default user

  • /etc/wsl.conf
    [user]
    default=user
    • wsl --shutdown 後に反映

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS