zsh 终端配置,插件:zsh-syntax-highlighting zsh-autosuggestions zsh-theme-powerlevel10k
curl -sfO https://raw.githubusercontent.com/sunls24/config/master/.zshrcvim 基础配置:amix/vimrc,flexoki 主题:kepano/flexoki
curl -sf https://raw.githubusercontent.com/sunls24/config/master/flexoki.vim | bashVimium 浏览器插件的配置和主题
curl -sfO https://raw.githubusercontent.com/sunls24/config/main/vimium-options.jsonghostty.config,字体使用 Liga SFMono Nerd Font
ghostty 是一款快速、原生、功能丰富的终端模拟器;好用,爱用!
curl -sfLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod +x debi.sh
./debi.sh --no-install-recommends --no-apt-non-free-firmware --no-apt-src --no-apt-backports --cloud-kernel --bbr --grub-timeout 0 --timezone Asia/Shanghai --dns 8.8.8.8 --install curl --version 13 --ssh-port xxx --hostname xxx --user xxx --password xxx
# 重启
shutdown -r now
# 撤销
rm -rf debi.sh /etc/default/grub.d/zz-debi.cfg /boot/debian-* && { sudo update-grub || sudo grub2-mkconfig -o /boot/grub2/grub.cfg; }curl -sf https://raw.githubusercontent.com/sunls24/config/master/script/debian-init.sh | bashcurl -sf https://raw.githubusercontent.com/sunls24/config/master/script/arch-init.sh | bash可以在 OpenWrt 路由器中运行的简单 ddns 脚本,支持 ipv4 和 ipv6(需要 cloudflare)
在路由器中运行 sing-box,并使用 iptables 转发和过滤流量,仅转发指定 mac 地址的设备
很多路由器存储空间有限,可以使用这里的精简打包版本
sing-box.json仅 ipv4sing-box-v6.json优先 ipv6sing-box-old.json适用于1.11.x版本(iOS App Store 版本)sing-box-server.json服务端配置
默认 hysteria2 协议使用了端口跳跃,服务器 iptables 脚本可参考这里