This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| KcpTun客户端程序下载: | |
| https://github.com/xtaci/kcptun/releases | |
| https://github.com/kuoruan/shell-scripts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get install git vim wget psmisc python-pip -y | |
| wget --no-check-certificate https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.7.2/shadowsocks-v1.7.2-stable.x86_64-unknown-linux-musl.tar.xz | |
| tar -Jxf shadowsocks-v1.7.2-stable.x86_64-unknown-linux-musl.tar.xz | |
| cp ssserver /usr/local/bin/ | |
| cat <<EOF >/usr/lib/systemd/system/shadowsocks.service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Agent Guidelines for Automotive Linux BSP Development | |
| Guidelines for AI agents and humans working on automotive Linux embedded BSP codebases. | |
| This file is focused on source-code development, code review, static analysis, local builds, and unit tests. It does not cover board bring-up, flashing, lab equipment, HIL benches, in-vehicle testing, or operations that require physical test devices unless the user explicitly asks for that separate scope. | |
| ## At a Glance | |
| - Start with code and build context: repo type, target component, branch, toolchain, and intended change. | |
| - Prefer focused, reviewable changes that match the existing project style. |
OlderNewer