Skip to content

Instantly share code, notes, and snippets.

View 0x67cq's full-sized avatar
🤔
Review C

0x67cq 0x67cq

🤔
Review C
  • China
View GitHub Profile
@0x67cq
0x67cq / ss.sh
Created November 10, 2023 09:19 — forked from syanle/ss.sh
shadowsocks+kcptun
#!/bin/bash
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -qy shadowsocks-libev
cat>/etc/systemd/system/shadowsocks-server.service<<EOF
[Unit]
Description=Shadowsocks Server
@0x67cq
0x67cq / Git push deployment in 7 easy steps.md
Created November 24, 2016 06:30 — forked from thomasfr/Git push deployment in 7 easy steps.md
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook