Skip to content

Instantly share code, notes, and snippets.

@zhanba
zhanba / index.js
Created January 10, 2024 02:58
build monaco-editor-core
// 1. open vscode on codespaces
// 2. git fetch --all
const url = 'https://cdn.jsdelivr.net/npm/monaco-editor-core@0.45.0/package.json'
const json = await fetch(url).then(res => res.json())
const commitId = json.vscodeCommitId
// git checkout commitid
// 3. build
@zhanba
zhanba / README.md
Created April 19, 2017 14:39 — forked from githubutilities/README.md
Shadowsocks proxy and ssh proxy

Shadowsocks Proxy

apt-get install python-pip
pip install shadowsocks

sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start