/imgs/avatar.webp

Codee的博客

tmux小技巧

1 常用操作 1.1 tmux会话操作 创建会话 tmux new -t <session_name> 退出会话 Ctrl + B然后按下D 回到会话tmux attach 1.2 tmux窗口操作 创建窗口 Ctrl + B 然后按下C 窗口列表 Ctrl +

openwrt编译v2raya并设置负载均衡

1 添加软件源找到这个列表 https://github.com/kenzok8/openwrt-packages 执行 1 2 3 4 5 6 sed -i '$a src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default git pull ./scripts/feeds update -a ./scripts/feeds install -a make menuconfig 选择luci-app-v2raya,然后编译即可。

openwrt编译passwall到固件里面

1 添加软件源找到这个列表 https://github.com/kenzok8/openwrt-packages 执行 1 2 3 4 5 6 sed -i '$a src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default git pull ./scripts/feeds update -a ./scripts/feeds install -a make menuconfig 2 配置菜单选择luci->applicati