# wheel-fivestep **Repository Path**: woohello/wheel-fivestep ## Basic Information - **Project Name**: wheel-fivestep - **Description**: 五步工程师:博学之、审问之、慎思之、明辨之、笃行之 - **Primary Language**: C - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2025-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # From Start To Abort......? No! ## BASE 1. CPU 架构: ARM / LoongArch / x86 / MIPS / PowerPC / RISC-V / alpha / SPARC 。 [CPU 指令集清单](https://en.wikipedia.org/wiki/Comparison_of_instruction_set_architectures) 2. 操作系统:(1) Debian系 (Ubuntu); (2) Redhat系 (CentOS / Fedora)。 [Linux发行版清单](https://en.wikipedia.org/wiki/List_of_Linux_distributions) ## linux 技术栈 1. linux 常用命令: find / grep / [awk](https://www.runoob.com/linux/linux-comm-awk.html) / [sed](https://www.runoob.com/linux/linux-comm-sed.html) / [vi](https://www.runoob.com/linux/linux-vim.html) 。[命令清单](https://zh.wikipedia.org/wiki/Unix%E5%AE%9E%E7%94%A8%E7%A8%8B%E5%BA%8F%E5%88%97%E8%A1%A8) 2. [BASH 脚本教程](https://wangdoc.com/bash/) 3. [SSH 教程](https://wangdoc.com/ssh/) 4. [git 教程](https://www.cnblogs.com/syp172654682/p/7689328.html) , [廖雪峰 git 教程](https://www.liaoxuefeng.com/wiki/896043488029600) 5. [正则表达式30分钟入门](https://deerchao.cn/tutorials/regex/regex.htm) 6. 软件包的安装: (1) debian系:apt / dpkg; (2) redhat系: yum / rpm 。 ## C/C++/Python 技术栈 1. [c 语言教程](https://wangdoc.com/clang/) 2. [gcc入门](http://c.biancheng.net/gcc/) 3. [gdb 教程](https://developer.aliyun.com/article/681075) 4. [跟我一起写 Makefile](https://seisman.github.io/how-to-write-makefile/), [阮一峰make入门教程](https://www.ruanyifeng.com/blog/2015/02/make.html) 5. [CMake](https://blog.csdn.net/kai_zone/article/details/82656964) 6. 自学是门手艺-python入门教程, [github.com](https://github.com/selfteaching/the-craft-of-selfteaching) / [gitee.com](https://gitee.com/yanfsong/the-craft-of-selfteaching) ## 数据库技术栈 1. SQL 语言 2. 存储过程 3. 常用数据库: MySQL / MariaDB / PostgreSQL / MongoDB / SQLite3 / Oracle / Redis / MemCache 4. ODBC / JDBC ## 搜索小技巧: search search research...... 1. [google搜索技巧](https://www.jianshu.com/p/badee8f043e5) 2. 查 Wikipedia 3. [百度搜索技巧](https://jingyan.baidu.com/article/0964eca24b71978285f536f4.html) 4. 当一个搜索引擎查不到结果时,交叉使用多个搜索引擎搜索,[必应搜索](https://cn.bing.com/),谷歌搜索,[百度搜索](https://www.baidu.com/) 等 ## 其它 1. [markdown教程](https://www.imooc.com/wiki/markdownlesson),一种轻量级标记语言。支持排版、标题、表格、代码、mermaid(流程图、时序图、类图、状态图、甘特图、饼图、数学公式等)。推荐使用工具[typora](https://typora.io/)。 ## 进阶 1. flex (词法分析), bison (语法分析)