DigitalOcean 测速 http://speedtest-sfo1.digitalocean.com
一键脚本安装shadowsocks/shadowsocksR/V2Ray + 开启bbr https://github.com/flyzy2005/ss-fly
#/etc/nginx/conf.d/hipython.conf | |
upstream hipython { | |
server localhost:8888; | |
} | |
server { | |
listen 80; | |
server_name hipython.your.site; |
DigitalOcean 测速 http://speedtest-sfo1.digitalocean.com
一键脚本安装shadowsocks/shadowsocksR/V2Ray + 开启bbr https://github.com/flyzy2005/ss-fly
👆literal "MarginNote"
MarginNote - 在 iPad 上提升学习效率,它可能是最合适的 PDF 阅读器
First set the local proxy to listen to address at 0.0.0.0
instead of 127.0.0.1
or localhost
.
$ brew install Kubernetes-cli
$ brew cask install minikube
$ HYPERVISOR=`ifconfig en0 | grep 'inet ' | sed 's/^.*inet //g'| sed 's/ *netmask.*$//g'` && \
PROXY="http://$HYPERVISOR:1087" && \
minikube start \
--docker-env HTTP_PROXY="$PROXY" \
--docker-env HTTPS_PROXY="$PROXY" \
I hereby claim:
To claim this, I am signing this object:
FROM i386/ubuntu:18.04 | |
WORKDIR /app | |
RUN apt-get update \ | |
&& apt-get install -y \ | |
build-essential \ | |
binutils \ | |
gdb \ | |
gcc-multilib \ |