Skip to content

Instantly share code, notes, and snippets.

@haohaolee
haohaolee / app_list.txt
Created July 5, 2020 10:36
App list that will listen to your clipboard
[
"com.medium.reader",
"com.android.chrome",
"com.google.android.gms",
"com.baidu.BaiduMap",
"com.sdu.didi.psnger",
"com.haier.uhome.uplus",
"com.taobao.taobao",
"cn.gov.tax.its",
"cmb.pb",
@haohaolee
haohaolee / Dockerfile
Last active July 9, 2022 08:40
Static slirp build
# syntax=docker/dockerfile:1.4
# DOCKER_BUILDKIT=1 docker build -t tag .
FROM debian:latest AS build
MAINTAINER haohaolee <[email protected]>
WORKDIR /root
RUN <<eot bash
apt update