摘要:
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 阅读全文
摘要:
运行添加后缀: google-chrome-stable --gtk-version=4 阅读全文
摘要:
在vpn软件中禁用ipv6代理 以小火箭为例,在.conf中添加 阅读全文
摘要:
1. 终端输入: sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO 2. 重启 阅读全文
摘要:
在.zshrc中添加 set clipboard=unnamed 阅读全文
摘要:
brew install gh gh auth login gh extension install github/gh-copilot create alias: alias copilot='gh copilot' ; echo 'alias copilot="gh copilot"' >> ~ 阅读全文
摘要:
https://www.lazyvim.org/keymaps 阅读全文
摘要:
1 打开终端 2 输入 defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false 阅读全文
摘要:
vscode有个快捷键,当前窗口即使有横向滚动条,通过这个命令也让超出滚动条的内容折行到视窗内。这个快捷键很有用,但经常忘记,这里记录一下: 启用自动换行的快捷键 1. Windows/Linux: Alt + Z 2. Mac: Option + Z 阅读全文
摘要:
1安装安卓下的linux环境 原理:在termux下使用容器技术,容器中运行linux系统,* 基于systemd-nspawn而不是docker 准备:termux , vnc viewer。 安装方法:在termux下执行下面的命令 bash -c "$(curl -L l.tmoe.me)" 阅读全文