2020年12月19日

树莓派使用清华源

摘要: https://mirrors.tuna.tsinghua.edu.cn/help/raspbian/ 阅读全文

posted @ 2020-12-19 15:36 【张帅】 阅读(189) 评论(0) 推荐(0) 编辑

2020年12月15日

frp内网穿透远程桌面

摘要: step1: 下载windows版和linux版 https://github.com/fatedier/frp/releases step2: 启动server: ./frps -c ./frps.ini step3: 启动client(使用windows cmd):frpc.exe -c frp 阅读全文

posted @ 2020-12-15 16:54 【张帅】 阅读(85) 评论(0) 推荐(0) 编辑

2020年11月17日

golang配置镜像代理

摘要: $ go env -w GO111MODULE=on $ go env -w GOPROXY=https://goproxy.cn,direct 原文:https://goproxy.cn/ 阅读全文

posted @ 2020-11-17 16:42 【张帅】 阅读(293) 评论(0) 推荐(0) 编辑

2020年11月14日

aliyun hk服务器对比

摘要: 可用区B: 可用区C: 可用区D: 阅读全文

posted @ 2020-11-14 20:41 【张帅】 阅读(118) 评论(0) 推荐(0) 编辑

2020年11月9日

docker配置aliyun镜像加速器

摘要: 登录: https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors 阅读全文

posted @ 2020-11-09 21:34 【张帅】 阅读(65) 评论(0) 推荐(0) 编辑

ubutun安装docker

摘要: # step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common # step 2: 安装GPG证 阅读全文

posted @ 2020-11-09 21:27 【张帅】 阅读(67) 评论(0) 推荐(0) 编辑

2020年7月1日

npm设置淘宝镜像源

摘要: npm config set registry https://registry.npm.taobao.org 阅读全文

posted @ 2020-07-01 12:21 【张帅】 阅读(174) 评论(0) 推荐(0) 编辑

2017年8月17日

maven更换阿里云源

摘要: create a file named "settings.xml" under the folder "~/.m2/" with the following: <?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.a 阅读全文

posted @ 2017-08-17 09:50 【张帅】 阅读(224) 评论(0) 推荐(0) 编辑

2017年6月6日

Install shadowsocks in aliyun Ubuntu ecs

摘要: pip install --upgrade pip vi /usr/bin/pip # -*- coding: utf-8 -*- import re import sys from pip._internal import main as _main if __name__ == '__main_ 阅读全文

posted @ 2017-06-06 09:25 【张帅】 阅读(24) 评论(0) 推荐(0) 编辑

2017年4月27日

Install docker in aliyun CentOS ecs

摘要: yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo yum makecache fast yum -y install d 阅读全文

posted @ 2017-04-27 09:59 【张帅】 阅读(167) 评论(0) 推荐(0) 编辑

导航