# linux学习资料 **Repository Path**: xnmx/Linux ## Basic Information - **Project Name**: linux学习资料 - **Description**: linux 学习资料 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2022-07-04 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: shell, MySQL, Python ## README - 笔记下载方式: > 注意: > > windows系统,先安装git软件。 > 如果本地没有任何资料,第一次下载: ```shell # Linux系统 [root@localhost ~]# yum -y install git [root@localhost ~]# git clone https://gitee.com/zyjnh/nsd2202.git # 上述命令执行完成后,将会出现nsd2022笔记目录 # Windows系统,先按 windows键+r ,输入cmd回车,进入命令行 C:\User\Admin> d: # 命令行中直接输入d:回车,即可进入d盘 D:\> git clone https://gitee.com/mrzhangzhg/nsd2022.git # 上述命令执行完成后,D盘将会出现nsd2022笔记目录 ``` 后续同步: ``` # cd nsd2022 # git pull ```