随笔分类 - 效率工具
摘要:常用网站 https://regex101.com/ https://rubular.com/ 获取重复行 `^(.+)\r?\n(?=.*^\1$)`
阅读全文
摘要:1. 基本操作命令 cd - --进入上次访问目录 Ctrl + c -- 终止操作 Ctrl + d -- 当前操作转到后台 Ctrl + l -- 清屏 (有时候为了好看) 2. 命令行内快速操作键 # 1. 移动操作快捷键 Ctrl + a -- 跳到行首 Ctrl + e -- 跳到行尾 A
阅读全文
摘要:Linux下lsof命令详解:lsof 是 List Open File 的缩写,用来获取被进程打开文件的信息 chroot的用法:chroot,即 change root directory(更改 root 目录),用来在指定的根目录下运行指令
阅读全文
摘要:linux命令查询 https://wangchujiang.com/linux-command/hot.html bash命令速查表 https://github.com/bitleef/awesome-cheatsheets/blob/master/languages/bash.sh GDB命令
阅读全文
摘要:本文主要涉及:1. 使用Silence主题优化cnblogs; 2. 利用 GitHub Pages 进行中继跳转,使用个人域名访问cnblogs博客。
阅读全文
