����apps����

pip

  • ����Ĭ�Ϲ���Դ - Windowsϵͳ
    1
    2
    3
    pip config set global.index-url 'https://pypi.tuna.tsinghua.edu.cn/simple'

    pip config list

git

1
2
3
4
5
6
7
8
9
git config --global user.name 'shenbo'
git config --global user.email '[email protected]'

git config --global http.proxy 'http://127.0.0.1:9981'

git config -l

git config --global core.editor code
git config --global -e

scoop

  • ���� aria2 ����

    1
    2
    3
    4
    5
    scoop config aria2-enabled true                   # default: true
    scoop config aria2-retry-wait 8 # default: 2
    scoop config aria2-split 8 # default: 5
    scoop config aria2-max-connection-per-server 8 # default: 5
    scoop config aria2-min-split-size] 2M # default: 5M
  • ���� proxy

    1
    2
    3
    scoop config proxy 127.0.0.1:9981

    scoop config

npm

  • ����Ĭ�Ϲ���Դ

    1
    2
    3
    4
    5
    npm config set registry https://registry.npmmirror.com/

    # ���� nrm
    npm install nrm -g
    nrm use taobao
  • ���� proxy

    1
    2
    3
    npm config set proxy http://127.0.0.1:9981

    npm config list

ssh

  • ��ֹ��ʱ���޲��������ӶϿ�

�� C:\Users\XXXX\.ssh\config��������

1
ServerAliveInterval 60

youtube-dl

  • ����Ĭ������Ŀ¼
    linux ϵͳ: �޸�/�½��ļ� /etc/youtube-dl.conf��
    �� ~/.config/youtube-dl/config��������
1
-o ~/Sync/ytb/%(title)s.%(ext)s