Auth And Password
工具
auth-source 库
- emacs 管理 auth 的工具库
- auth#Top
password-store
官方:
使用 linux pass 密码管理工具
- 使用路径名+文件存储密码
- 使用 gpg 加密
相关库
auth-source
.netrc 格式
Json
schema 规范
相关工具
过滤工具
JsonPath
JMESPath
参考:
特点: json 过滤器,library, 有 python 和 php 等语言对应的包
Npm
FAQ
如何 npm install -g 不需要 sudo
参考:
步骤:
修改 npm 设置
1 2mkdir "${HOME}/.npm-packages" npm config set prefix "${HOME}/.npm-packages"设置 shell 配置
1 2 3 4 5 6 7NPM_PACKAGES="${HOME}/.npm-packages" export PATH="$PATH:$NPM_PACKAGES/bin" # Preserve MANPATH if you already defined it somewhere in your config. # Otherwise, fall back to `manpath` so we can inherit from `/etc/manpath`. export MANPATH="${MANPATH-$(manpath)}:$NPM_PACKAGES/share/man"
Rich
".sql" 文件高亮展示
参考:
举例:
| |
安装 rich 到 python repl
| |
Opencv
教程
- 中文:http://codec.wang/#/opencv/
- 英文: https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_intro/py_intro.html#intro
- bilibili 入门 python 接口视频:https://www.bilibili.com/video/BV19J411X7YG?p=1
codebind:
Computer Vision 学习网站
安装
参考:
| |