Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active May 31, 2018 08:40
Show Gist options
  • Save kjunichi/7f541dd0390861a25d869c69944023bc to your computer and use it in GitHub Desktop.
Save kjunichi/7f541dd0390861a25d869c69944023bc to your computer and use it in GitHub Desktop.
2017/5/31

mingw

uninstall

pacman -R mingw-w64-x86_64-hoge

hogeのダウンロード

$ wget http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-hoge-any.pkg.tar.xz

ローカルのパッケージをインストール

$ pacman -U mingw-w64-x86_64-hoge-any.pkg.tar.xz

任意のファイルをPowershellでPOST

以下、まだ途中

$wc = new-object System.Net.WebClient
$webRequest = [System.Net.WebRequest]::Create($url)

Link

=> sshやscpで行ける

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment