码迷,mamicode.com
首页 >  
搜索关键字:aliyun    ( 2711个结果
Spring日记_01 之 Maven搭建
# 项目环境搭建 ## 1. Eclipse + Maven 中央库太慢所以使用 阿里云镜像:maven.aliyun.com 1. 配置Aliyun Maven 仓库 导入配置文件 settings.xml Window – Preferences – Maven – User Settings ...
分类:编程语言   时间:2017-08-22 13:53:37    阅读次数:196
某xss挑战赛闯关笔记
0x0 前言 在sec-news发现先知上师傅monika发了一个xss挑战赛的闯关wp([巨人肩膀上的矮子]XSS挑战之旅 游戏通关攻略(更新至18关)https://xianzhi.aliyun.com/forum/read/1462.html),去看了一下发现是前几天刚发现的平台,看了一下那个 ...
分类:其他好文   时间:2017-08-22 01:51:50    阅读次数:354
阿里云
1.安装一大堆 2.配置阿里云服务器 2.1安装iis, https://jingyan.baidu.com/article/63acb44ae0b43061fcc17e95.html 配置ftp https://drcloud.aliyun.com/home/query/%E4%BA%91%E6% ...
分类:其他好文   时间:2017-08-22 01:40:40    阅读次数:145
Aliyun mysql配置 远程访问 10038
环境 centos7.2 mysql5.7 网上搜了好多的文章,有的说在/etc/my.cnf 注释掉bind-address = 127.0.0.1 ,也开启了3306端口的防火墙,也添加了远程访问用户,可是还是连接不了 最后看到阿里云有一个安全组配置 配置一下这个就可以连接了,对于新人来说,不知 ...
分类:数据库   时间:2017-08-21 22:58:19    阅读次数:246
CentOS 7.3最小系统安装KVM
安装wget和vim yum install -y wget vim 修改yum源为阿里源 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo sed -i 's/$releas ...
分类:其他好文   时间:2017-08-19 13:06:11    阅读次数:241
saltstack
在服务端master机器执行(m01机器)wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo#下载新repo源到/etc/yum.repos.d/然后:[root@m01yum.repos.d]#cd/etc/yum.repos.d/yuminstallsalt-master-y#安装主程序[root@m01yum.repos.d]#chkconfigsalt-m..
分类:其他好文   时间:2017-08-17 10:32:28    阅读次数:141
mac 或linux上 pip 不支持ssl的问题
报错:pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable.新版的pip默认要求使用https源了,pip的源可以使用国内的源,下载速度会很快。参考这个http://mirrors.aliyun.com/help/pypipip.conf中要有trusted-host,就可以不用https了..
分类:系统相关   时间:2017-08-16 15:18:53    阅读次数:189
国内开源镜像站
一、清华源 https://mirrors.tuna.tsinghua.edu.cn/ 二、阿里源 http://mirrors.aliyun.com/ 三、以下是ubuntu16的阿里源 ...
分类:其他好文   时间:2017-08-16 00:05:17    阅读次数:179
redhat6.4 安装epel源和aliyun的源
redhat6.4安装epel源和aliyun的源##下载阿里云的源wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo修改阿里云的系统版本sed-i‘s/$releasever/6/g‘CentOS-Base.repo然后就可以使用了阿里云的源了##下载epel的源wgethttp://download.fedor..
分类:其他好文   时间:2017-08-15 23:03:36    阅读次数:371
easy_install 和pip安装软件时使用指定的 源地址
一般来说,使用国外的网站安装软件有些速度会很慢,因此在安装软件时可以使用国内的网站。1、临时改变使用easy_install安装pip时有时就会很慢,因此可以更换软件源地址:easy_install-ihttps://mirrors.aliyun.com/pypi/simplepip同时pip安装软件时也可以使用指定的源地址安装..
分类:其他好文   时间:2017-08-15 14:13:22    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!