码迷,mamicode.com
首页 >  
搜索关键字:insecure    ( 369个结果
手动安装easy-install/pip
1、wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py 2、在root用户下 python ez_setup.py --insecure 3、安装pip easy-install pip 4、安装模块 easy-inst ...
分类:其他好文   时间:2017-08-02 15:36:00    阅读次数:98
Warning: Using a password on the command line interface can be insecure.解决办法
转自 http://www.cnblogs.com/sunss/p/6256706.html 被一个小朋友问到,直接公布答案: If your MySQL client/server version is a 5.6.x a way to avoid the WARNING message are ...
分类:其他好文   时间:2017-07-31 23:27:35    阅读次数:332
MYSQL报警:Warning: Using a password on the command line interface can be insecure.
问题描述:执行下面的语句,sql是执行成功了,但是出现了一个报警,报警看上去始终不舒服 解决方法:报警的意思是“在命令行输入密码是不安全的”,解决方法是将用户名和密码写入配置文件,然后在命令行用参数的形式引入文件 .config文件内容如下: 如果.config文件中的user、password均正 ...
分类:数据库   时间:2017-07-31 20:06:35    阅读次数:1934
Docker默认存储路径修改
Docker默认存储路径: # docker info...... Data loop file: /var/lib/docker/devicemapper/devicemapper/data......Docker Root Dir: /var/lib/dockerDebug Mode (clie ...
分类:其他好文   时间:2017-07-19 17:50:21    阅读次数:250
docker 配置
cat/etc/sysconfig/dockerother_args=‘-g/rc/local/docker‘OPTIONS=‘--selinux-enabled--log-driver=journald-g/rc/docker‘INSECURE_REGISTRY=‘--insecure-registryregistry.docker.com‘ADD_REGISTRY=‘--add-registryregistry.docker.com‘#DockerfileFROMlibrary/centos:7RUNyu..
分类:其他好文   时间:2017-07-14 20:24:32    阅读次数:118
修改ES使用root用户运行
默认ES不允许使用root用户运行,如果使用root会报如下图的错误: ,通常建议创建elsearch用户并使用该用户运行ES。但如果必须使用root用户时,按如下设置即可: 1、启动是使用如下命令 bin/elasticsearch -Des.insecure.allow.root=true 2、 ...
分类:其他好文   时间:2017-07-10 12:10:02    阅读次数:270
Twitter视频下载方式
本文是传入Twitter视频播放链接通过http://twdown.net/网站获得Twitter视频的MP3,MP4下载链接用YouTube-dl下载Twitter视频 #coding=utf-8import osimport reimport sysimport timeimport datet ...
分类:其他好文   时间:2017-07-02 19:45:30    阅读次数:3106
暑假闲着没事第一弹:基于Django的长江大学教务处成绩查询系统
本篇文章涉及到的知识点有:Python爬虫,MySQL数据库,html/css/js基础,selenium和phantomjs基础,MVC设计模式,django框架(Python的web开发框架),apache服务器,linux(centos 7为例)基本操作。因此适合有以上基础的同学学习。 声明: ...
分类:其他好文   时间:2017-07-01 01:07:52    阅读次数:306
01_Mac下安装homebrew
参考:https://jingyan.baidu.com/album/fec7a1e5ec30341190b4e7e5.html?picindex=3 1.在打开的命令行工具中输入如下语句: ruby -e "$(curl --insecure -fsSL https://raw.githubuse ...
分类:系统相关   时间:2017-06-20 20:13:04    阅读次数:201
修改UI及盒子启动
服务器操作: 1.配置nfs: # vim /etc/exports /home/nfsroot *(insecure,rw,no_root_squash) mkdir -pv /home/nfsroot 1.安装nfs # rpm -qa |grep nfs # yum -y install nf ...
分类:其他好文   时间:2017-06-19 19:50:08    阅读次数:226
369条   上一页 1 ... 23 24 25 26 27 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!