# 文档笔记 **Repository Path**: rkl_212/document-notes ## Basic Information - **Project Name**: 文档笔记 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文档笔记 #### tar ### tar分包压缩 tar -cvf - test | split -b 1M - test.tar.gz. 参考子链接 https://www.cnblogs.com/zhumengke/articles/13221973.html ### git diff ^M git config --global core.autocrlf input git config --global core.whitespace cr-at-eol #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 #### 安装工具 ``` sudo apt install build-essential openssh-server vim net-tools gcc-arm-linux-gnueabi ``` #### 特技 #### 修改hdc为网络版本 ` const.security.developermode.state = "true" persist.hdc.mode.tcp = "enable" persist.hdc.port = "5555" developtools/hdc/src/daemon/etc/hdc.root.para ` #### 查看linux内核被污染 ` cat /proc/sys/kernel/tainted`