摘要:
安装supervisor: sudo apt install supervisor -y 创建配置文件: sudo vim /etc/supervisor/conf.d/frpc.conf frpc.conf示例: [program:frpc] command = /root/frpc/frpc - 阅读全文
摘要:
ubuntu 阿里源已被限速,中科大的还行 cp -r /etc/apt/sources.list /etc/apt/sources.list.origin ;sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sou 阅读全文
摘要:
解压:jar -xvf ROOT.war 压缩:jar -cvfM0 ROOT.war ./ 阅读全文
摘要:
brew install proxychains-ng vim /usr/local/etc/proxychains.conf proxychains4 wget www.google.com 阅读全文
摘要:
设置DHCP vi /etc/sysconfig/network-scripts/ifcfg-ens32 (1)bootproto=dhcp (2)onboot=yes 重启网卡:systemctl restart network 安装Docker yum install -y yum-utils 阅读全文
摘要:
1.过去git版本: git version 2.获取git-completion.bash脚本,注意将下方链接的版本号改为和git版本一致。 https://raw.githubusercontent.com/git/git/v2.7.4/contrib/completion/git-comple 阅读全文
摘要:
ubuntu: Cenos: 重新编译: 阅读全文
摘要:
将DEFAULT_INDEX_BASE = 'https://pypi.python.org'改为DEFAULT_INDEX_BASE = 'http://mirrors.aliyun.com/pypi' 阅读全文
摘要:
#coding:utf-8 ''' @version: python3.6 @author: ‘$USER‘ @license: Apache Licence @contact: steinven@qq.com @software: ${PRODUCT_NAME} @file: ${NAME}.py @time: ${DATE} ${TIME} ''' 阅读全文
摘要:
```
echo "\
deb http://mirrors.aliyun.com/ubuntu/ xenial main
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main
deb-src http://mirrors.ali... 阅读全文