04 2018 档案
摘要:https://blog.csdn.net/qq_19244423/article/details/46662293
阅读全文
摘要:https://segmentfault.com/a/1190000007892407 安装nodejs 安装nodejs建议直接下载二进制包,把官网上的64位二进制版本下载地址复制下来,执行 wget https://nodejs.org/dist/v6.9.2/node-v6.9.2-linux
阅读全文
摘要:https://blog.csdn.net/xkjcf/article/details/78698232 在Ubuntu系统中添加自定义服务需要遵从设计启动脚本的模式,下面就是如何编写启动脚本的示例程序。 1、在/etc/init.d/ 下以管理员权限新建文件,在本例中为location_serve
阅读全文
摘要:https://www.cnblogs.com/gongyuhonglou/p/6922721.html 2. 生成ssh key $ ssh-keygen -t rsa -C “邮箱”按3个回车,密码为空。 解决本地多个ssh key问题 2. 生成ssh key时同时指定保存的文件名 ssh-k
阅读全文
摘要:执行安装 sudo go get github.com/nsf/gocode 提示: cannot download, $GOPATH not set. For more details see: go help gopath 解决方案: export GOPATH=/home/zhangbl/go
阅读全文
摘要:注册码:NAVH-WK6A-DMVK-DKW3 百度网盘链接(为安装包,直接运行EXE文件即可):http://pan.baidu.com/s/1o7OwjFG
阅读全文
摘要:https://www.zerotier.com 创建 zerotier moon 其实很简单 https://github.com/rwv/docker-zerotier-moon http://www.lucktu.com/archives/766.html http://www.lucktu.
阅读全文
摘要:https://yq.aliyun.com/articles/517874?spm=a2c4e.11153959.blogcont110806.16.1fd53428ds6yGE Ubuntu 14.04 16.04 (使用apt-get进行安装) 1 2 3 4 5 6 7 8 9 10 11 1
阅读全文
摘要:http://www.cnblogs.com/cmt/p/nuget-mirror.html https://nuget.cnblogs.com/
阅读全文
摘要:https://blog.csdn.net/Tomstrong_369/article/details/51145467
阅读全文
摘要:https://www.aliyun.com/jiaocheng/123155.html?spm=5176.100033.2.5.EIV4p6 drone的服务需要配置DRONE_ADMIN环境变量,值是Gogs的用户名,以','隔开 services: drone-server: image: d
阅读全文