Skip to content

Instantly share code, notes, and snippets.

View deneschen's full-sized avatar
🎯
Focusing

SomeOne deneschen

🎯
Focusing
View GitHub Profile
KcpTun客户端程序下载:
https://github.com/xtaci/kcptun/releases
https://github.com/kuoruan/shell-scripts
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
# 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.