macOS Ghostty Terminal Ddefault binding keyboard shortcut key list(Ghostty.org Ghostty 终端默认快捷键列表)
macOS Ghostty 终端默认快捷键列表
- 基本常用快捷键
1 | command + t: 新建标签页 |
1 | command + t: 新建标签页 |
release-version/rocky-linux/rocky-linux-init.sh
Rocky Linux 发行版本默认检查安装基础工具包含:
1 | # Define tools list in lowercase |
全球化支持的增强
更精确的字符处理
2024 年 3 月
你们中的大多数人可能认为,当您被释放到所谓的现实世界中时,您最终将不得不找到某种工作。 这不是真的,今天我要谈谈一个可以用来避免找工作的技巧。
诀窍是创办自己的公司。 所以这并不是逃避工作的伎俩,因为如果你创办自己的公司,你会比从事普通工作时更加努力。 但你会避免工作带来的许多烦人的事情,包括老板告诉你该做什么。
[Note]:
1 | cmake |
Bram Moolenaar is a Dutch computer programmer and the creator of the famous text editor Vim.
Bram Moolenaar was born in 1961 in The Hague, Netherlands. In his career, he has worked in multiple fields such as software development and system management. However, his most well-known contribution was the creation of Vim, a popular text editor.
In 1991, the standard editor Vi for Unix at that time had very limited versions on the MS-DOS platform, and Bram Moolenaar decided to develop a more powerful and scalable editor. He released the first version of Vim (Vi IMimproved) in 1991 and continued to drive its subsequent development and improvement.
【问题】:导致rsync服务同步失败,报错信息: "protocol version mismatch — is your shell clean?"。
【原因】:rsync等工具非常依赖于shell执行时没有任何输出。
【建议】:不建议在.bashrc中输出neofetch、banner类和motd类提示信息,在~/.profile中source ~/.bashrc可以避免此问题,但需注意.profile循环引用执行问题。
chattr 命令,专门用来修改文件或目录的隐藏属性。在部分linux发行版中,部分存在chattr本身执行权限移除的默认设置,导致root用户无法编辑相关文件且chattr命令无法修改文件属性。解决的思路是先解决chattr本身的文件属性,确保chattr可用。
解决方案如下: