最近更新的页面
GnuPG
生成密钥 # 生成新的密钥 gpg --full-gen-key # 查看本机保存的私钥 gpg --list-secret-keys --keyid-format long # 生成吊销证...
pnpm 不识别 jest
issue 添加下方配置到 .npmrc public-hoist-pattern[]=style-inject public-hoist-pattern[]=*jest*
React
Nx 需要安装的包 @nrwl/react npm install -D @nrwl/react Nx 新添加一个 React App nx g @nrwl/react:app web
Fastify
nx 需要安装的包 npm i --save-dev @nrwl/node @nrwl/js 添加一个 node 项目 nx g @nrwl/node:application api fas...
nx.dev
创建 monorepo 项目 npx create-nx-workspace@latest 这里创建一个空的项目,方便后期自行添加项目。 安装通用工具 @nrwl/linter https...
Monkeysphere
将 gpg 中 RSA 加密格式的子密钥转为 OpenSSH 格式的 pem 文件 特别说明 Monkeysphere 不支持 passphrase,所以在导出 RSA 私玥时需要移除密码 ...
macOS
https://github.com/nvm-sh/nvm 安装 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/in...
Windows
https://zh.snipaste.com
Windows
安装 Ditto https://ditto-cp.sourceforge.io/
Windows
github.com/coreybutler/nvm-windows 安装 nvm-windows https://github.com/coreybutler/nvm-windows/w...
清除 PWA 页面缓存
打开浏览器控制台,复制下方 js 代码,在浏览器 console 中多运行几遍,刷新页面重新加载即可。 源代码 navigator.serviceWorker.ready .then((...
Linux
CentOS 安装编译环境 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel read...
Next.js MDX 引入相对路径图片
安装包 yarn add @next/mdx @mdx-js/loader @mdx-js/react next-images 配置 next.config.js next.config.js...
next.config.js 配置多 plugins
安装库 next-compose-plugins yarn add next-compose-plugins 配置 next.config.js /** @type {import('nex...
基础设置
长按连续输入 defaults write -g ApplePressAndHoldEnabled -bool false
SIP
关闭 SIP 关机 开机后快速按住 Command + R 在菜单栏选择 实用工具/终端 输入 csrutil disable 回车 重启启动 打开 SIP 重复上方 1 ~ 3 步骤,在第 4...
Terminal
主题 终端/偏好设置.../描述文件 选择:Pro 颜色与效果:不透明度选择 100% 字体:设置为 Monaco 12 文本:☑ 平滑文本 默认:设置为默认主题
安全性与隐私
系统偏好设置/安全性与隐私/通用 允许从以下位置下载的 APP:任何来源 sudo spctl --master-disable
Finder
隐藏文件 显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder 取消隐藏...
字体
Fira Code About Nerd Foonts Fira Code Repo brew tap homebrew/cask-fonts && brew install --cas...