# linuxlearn **Repository Path**: whatdy/linuxlearn ## Basic Information - **Project Name**: linuxlearn - **Description**: 日常运维常用笔记总结 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2018-06-12 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README linuxlearn ---- > _ 开头的文件统一为练习脚本 个人积累的 linux 使用经验 introduce ---- develop 部分开发需要的软件 linux linux 命令 tools 常用工具(爆破工具,linux 常用命令) 常用技巧 ---- 命令行快速跳转: - ctrl + a 跳转到命令行开始位置 - ctrl + e 跳转到命令行结尾 - ctrl + u 删除光标到行首的字符 - ctrl + k 删除光标到行尾的字符 - ctrl + l 或者 clear 清理屏幕 - ctrl + w 清除前面一个单词 - Ctrl + r 显示:号提示,根据用户输入查找相关历史命令(reverse-i-search) 友情链接 ---- - [bash-study](https://github.com/zhangyouliang/bash-study) - [awesome-shell](https://github.com/alebcay/awesome-shell/blob/master/README_ZH-CN.md) - [bash-guide](https://github.com/Idnan/bash-guide)