摘要:
不用把brew添加到根用户 cd /usr/local && sudo chown -R $(whoami) bin etc include lib sbin share var Frameworks 参考: https://stackoverflow.com/questions/66544894/ 阅读全文
摘要:
w3school 的解释: The is keyword is used to test if two variables refer to the same object. The test returns True if the two objects are the same object. 阅读全文
摘要:
$ ssh-keygen -t ed25519 -C "your_email@example.com" 或者 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" Enter a file in which to save the key (/c 阅读全文