Skip to content

Instantly share code, notes, and snippets.

@lbr77
lbr77 / 🎮 最近我在玩…
Last active June 23, 2021 00:56
steam活动记录
🚫 啊哦,最近好像没有玩过游戏呢

Keybase proof

I hereby claim:

  • I am lbr77 on github.
  • I am lbr77 (https://keybase.io/lbr77) on keybase.
  • I have a public key whose fingerprint is 5662 9CE9 1E3C 4E14 9421 F81F B7CB C14B 9515 95E9

To claim this, I am signing this object:

@lbr77
lbr77 / Dockerfile
Last active April 3, 2020 02:24
aria2docker
# Dockerfile to build aria2 Windows binary using ubuntu mingw-w64
# cross compiler chain.
#
# $ sudo docker build -t aria2-mingw - < Dockerfile.mingw
#
# After successful build, windows binary is located at
# /aria2/src/aria2c.exe. You can copy the binary using following
# commands:
#
# $ id=$(sudo docker create aria2-mingw)