码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Mariadb数据库
########################installmariadb########################yuminstallmariadb-server-y###安装mariadbsystemctlstartmariadb###开启mariadbmysql###进入数据库mysql_secure_installation###安全配置向导######################数据库的基本sql语句操作#################..
分类:数据库   时间:2017-05-16 15:49:07    阅读次数:330
Ubuntu16.04安装docker
转自:http://www.cnblogs.com/lighten/p/6034984.html 本篇主要翻译一下官方指导ubuntu下安装docker指南,方便查阅,官方指导网址:https://docs.docker.com/engine/installation/linux/ubuntulin ...
分类:系统相关   时间:2017-05-15 22:25:36    阅读次数:298
Android Studio: Application Installation Failed
【Android Studio: Application Installation Failed】 参考:http://stackoverflow.com/questions/32718044/android-studio-application-installation-failed ...
分类:移动开发   时间:2017-05-15 21:02:49    阅读次数:210
zabbix + grafana 优化zabbix图形显示
##grafana官方文档:http://docs.grafana.org/installation/rpm/##安装grafana[root@node2~]#yuminstallhttps://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.2.0-1.x86_64.rpm#安装zabbixzabbix安装和基本介绍#启动服务[root@node2~]#systemctlstartgrafan..
分类:其他好文   时间:2017-05-13 22:05:15    阅读次数:349
关于0基础磁盘管理(gpt UEFI...)最好的一篇文章(来自gentoo linux)
放链接:https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks 顺便几张图 放链接:https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks 顺便几张图 ...
分类:系统相关   时间:2017-05-13 12:28:54    阅读次数:177
CentOS 7 Docker Installation Guide
Install 1. 查看系统版本 & 升级yum源 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) [root@localhost ~]# yum update 2. 安装docker ...
分类:其他好文   时间:2017-05-13 00:01:15    阅读次数:303
MySQL 5.7 密码策略
在MySQL5.7版本中,用户密码策略分成低级LOW、中等MEDIUM和超强STRONG三种,推荐使用中等MEDIUM级别。我们在安装MySQL的时候,会通过如下命令来设置用户密码策略:shell>mysql_secure_installation使用如下命令查看现有的密码策略mysql>SHOWVARIABLESLIKE‘validate_passw..
分类:数据库   时间:2017-05-11 22:38:08    阅读次数:282
centos7 LAMP环境安装zabbix3.0
zabbix3.0要求的PHP、数据库、Apache/Nginx的版本参考:zabbix3.0对PHP、数据库、nginx/apache版本要求参考:https://www.zabbix.com/documentation/3.0/manual/installation/requirements本次安装的系统环境为centos7.2,lamp。第一次安装使用的版本是centos6.6,lnmp。安装后..
分类:其他好文   时间:2017-05-11 14:39:54    阅读次数:248
uiautomator运行成功的日志打印
Testing started at 18:23 ... 05/10 18:23:01: Launching ChangeTextBehaviorTestNo apk changes detected since last installation, skipping installation of ...
分类:其他好文   时间:2017-05-10 19:57:25    阅读次数:314
Ng第五课:Octave 教程(Octave Tutorial)2
5.1 基本操作 5.2 对数据进行灵活操作 5.3 计算数据 5.4 数据可视化 5.5 控制语句:for,while,if 语句 5.6 矢量化 官网安装:Installation 在线文档:http://www.gnu.org/software/octave/doc/interpreter/ ...
分类:其他好文   时间:2017-05-06 13:14:26    阅读次数:230
1730条   上一页 1 ... 72 73 74 75 76 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!