摘要: atrun_plist=/System/Library/LaunchDaemons/com.apple.atrun.plist sudo sed -i '' 's/true/false/g' $atrun_plist sudo launchctl unload -F $atrun_plist sud 阅读全文
posted @ 2024-10-30 02:20 hh9515 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 运行添加后缀: google-chrome-stable --gtk-version=4 阅读全文
posted @ 2024-09-29 23:23 hh9515 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 在vpn软件中禁用ipv6代理 以小火箭为例,在.conf中添加 阅读全文
posted @ 2024-09-27 01:55 hh9515 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1. 终端输入: sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO 2. 重启 阅读全文
posted @ 2024-09-20 10:22 hh9515 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 在.zshrc中添加 set clipboard=unnamed 阅读全文
posted @ 2024-09-17 00:20 hh9515 阅读(8) 评论(0) 推荐(0) 编辑
摘要: brew install gh gh auth login gh extension install github/gh-copilot create alias: alias copilot='gh copilot' ; echo 'alias copilot="gh copilot"' >> ~ 阅读全文
posted @ 2024-09-12 17:45 hh9515 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.lazyvim.org/keymaps 阅读全文
posted @ 2024-09-11 17:08 hh9515 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 1 打开终端 2 输入 defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false 阅读全文
posted @ 2024-08-18 13:08 hh9515 阅读(11) 评论(0) 推荐(0) 编辑
摘要: vscode有个快捷键,当前窗口即使有横向滚动条,通过这个命令也让超出滚动条的内容折行到视窗内。这个快捷键很有用,但经常忘记,这里记录一下: 启用自动换行的快捷键 1. Windows/Linux: Alt + Z 2. Mac: Option + Z 阅读全文
posted @ 2024-06-02 01:41 hh9515 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1安装安卓下的linux环境 原理:在termux下使用容器技术,容器中运行linux系统,* 基于systemd-nspawn而不是docker 准备:termux , vnc viewer。 安装方法:在termux下执行下面的命令 bash -c "$(curl -L l.tmoe.me)" 阅读全文
posted @ 2024-05-13 00:49 hh9515 阅读(103) 评论(0) 推荐(0) 编辑