/notes

Primary LanguageHTMLMIT LicenseMIT

notes

npm 安装使用淘宝镜像

npm install --registry=https://registry.npm.taobao.org

下載 youtube 視頻

http://www.clipconverter.cc/

Github Chrome 插件

segmentfault

Windows

  • 建立軟鏈接 mklink

apache

.htaccess

  • 禁止访问 .git 目录
RewriteEngine On
RewriteRule ^.git - [F,L]

git

记住密码

git config --global credential.helper store