Tech Blogs

Smartify everything

安装 Playwright

首先,确保你已经安装了 Node.js。可以通过以下命令来检查是否已经安装 Node.js:

1
2
node -v
npm -v
阅读全文 »

生成新的 SSH 密钥

1
ssh-keygen -t ed25519 -C "your_email@example.com"
阅读全文 »
0%