Skip to content

Instantly share code, notes, and snippets.

View felixonmars's full-sized avatar

Felix Yan felixonmars

View GitHub Profile
@felixonmars
felixonmars / linux01.md
Last active October 17, 2017 08:20
linux01

Linux 日常 (第一期, 20140531)

新坑

首先猫会介绍一下最近都有神马激动人心的新坑出现了~

Firefox drm

Firefox 要增加针对数字内容版权的 drm 支持啦...

@felixonmars
felixonmars / dnsspeed.txt
Created June 6, 2014 13:03
alidns vs 114dns, resolve speed
mos.meituan.com @114dns real 0.05
mos.meituan.com @alidns real 1.36
t.qq.com @114dns real 0.05
t.qq.com @alidns Command exited with non-zero status 9
blog.sina.com.cn @114dns real 0.04
blog.sina.com.cn @alidns real 0.29
alibaba.com @114dns real 0.09
alibaba.com @alidns real 5.52
weixin.qq.com @114dns real 0.05
weixin.qq.com @alidns real 1.47
@felixonmars
felixonmars / keybase.md
Created October 25, 2014 10:32
Keybase proof

Keybase proof

I hereby claim:

  • I am felixonmars on github.
  • I am felixonmars (https://keybase.io/felixonmars) on keybase.
  • I have a public key whose fingerprint is B597 1F2C 5C10 A9A0 8C60 030F 786C 63F3 30D7 CB92

To claim this, I am signing this object:

0.0.0.0
1.1.80.147
1.1.127.45
1.33.190.70
1.33.191.58
1.209.208.200
1.234.1.235
1.234.2.155
1.234.4.97
1.234.17.34
0ad
adriconf
aegisub
bitcoin-cli
bitcoin-daemon
bitcoin-qt
bitcoin-tx
blender
boost-libs
cclive
@felixonmars
felixonmars / README.md
Created July 6, 2023 07:03 — forked from hack3ric/README.md
PyPy bootstrap for Arch Linux riscv64
  • Since Arch Linux removed Python 2 from its official repository, we need to use AUR scripts. Build [python2] from AUR. Note that there's one failed test (test_gdbm), but it should be fine with --nocheck.

  • Build [python2-cffi], [python2-setuptools], [python2-pycparser], [python2-ply] from AUR.

  • Use pypy-bootstrap-riscv64.patch below to build first version of pypy on riscv64 with something like:

    $ pwd
    .../archriscv/pypy/repos/community-x86_64
    

$ extra-riscv64-build -- -d "/tmp/pkgcache:/var/cache/pacman/pkg/" \