vault搭建 1.下载vault https://www.vaultproject.io/downloads.html 选择对应系统版本下载:https://releases.hashicorp.com/vault/0.7.2/vault_0.7.2_linux_amd64.zip?_ga=2.1 ...
分类:
其他好文 时间:
2019-05-27 13:39:32
阅读次数:
118
Mac 安装 访问 "下载地址" ,下载 go1.12.5.darwin amd64.pkg,双击下载文件,一路默认安装点击下一步,这个时候go已经安装到你的系统中,默认已经在PATH中增加了相应的~/go/bin,这个时候打开终端,输入go 看到类似上面源码安装成功的图片说明已经安装成功 如果出现 ...
分类:
其他好文 时间:
2019-05-26 19:57:58
阅读次数:
170
1、安装python3环境 windows: 到python官网下载python3安装包,下载地址:https://www.python.org/ftp/python/3.7.3/python-3.7.3-amd64.exe 双击安装运行即可,注意:需要勾选add python 3.7 to pat ...
分类:
其他好文 时间:
2019-05-23 09:22:25
阅读次数:
116
一、python安装 1.windows(server): 双击python-3.6.7-amd64.exe执行安装流程,使用默认安装方式即可。 安装完成后查看是否安装成功: C:\Users\Administrator>python --version 'python' is not recogn ...
分类:
其他好文 时间:
2019-05-13 12:18:47
阅读次数:
133
1)下载、安装python 1、进入python官网https://www.python.org/downloads/ 2、点击Download Python 3.7.3,即可下载python-3.7.3-amd64.exe 3、下载完成后,点击即可安装python 2)安装uiautomator2 ...
分类:
编程语言 时间:
2019-05-07 20:00:22
阅读次数:
1313
全面的环境要求请看官网:https://gogs.io/docs/installation 我这里只列举我的环境:windows server 2012_x64、Git-2.19.1-64、mysql-5.7.22(或者SQLserver)、gogs_0.11.86_windows_amd64、ns ...
分类:
Windows程序 时间:
2019-05-07 00:58:55
阅读次数:
1159
yum安装Mariadb设置Mariadb的yum源vim/etc/yum.repos.d/mariadb.repo[mariadb]name=mariadbbaseurl=https://mirrors.tuna.tsinghua.edu.cn/mariadb/yum/10.2/centos7-amd64/gpgcheck=0使用清华yum源安装Mariadb,可以选择不同的版本,此处安装10.
分类:
数据库 时间:
2019-04-27 22:53:23
阅读次数:
269
从头开始安装debian9.8 debian-9.8.0-amd64-netinst.iso vi /etc/vim/vimrc.tiny set nocompatible set backspace=2 apt-get install apt-transport-httpsecho "deb ht ...
分类:
其他好文 时间:
2019-04-24 09:21:38
阅读次数:
175
下载,解压,进入目录,运行:[root@bogonetcd-v3.3.12-linux-amd64]#./etcd--listen-client-urls‘http://0.0.0.0:2379‘--advertise-client-urls‘http://0.0.0.0:2379‘(本地etcd的端口)etcd控制工具:[root@bogonetcd-v3.3.1
分类:
其他好文 时间:
2019-04-20 09:41:57
阅读次数:
129
SSH服务器配置 ssh是大多数Linux大佬必备的一样东西。Linux在工作中通常是命令行界面为主,那么就必定会使用ssh进行远程登录。下面我们介绍ssh配置和使用。 操作系统:kali-linux-2018.4-amd64.iso SSH链接工具:Xshell 1、使用命令:vim /etc/s ...
分类:
其他好文 时间:
2019-04-17 23:18:44
阅读次数:
226