码迷,mamicode.com
首页 >  
搜索关键字:ansible configuration management    ( 11126个结果
SQL Server 用ip地址登录 127.0.0.1
原文:https://blog.csdn.net/xyy18772381537/article/details/52053823/ 环境: win7 SQL Server 2008 R2 Microsoft SQL Server Management Studio 10.50.4000.0 Micr ...
分类:数据库   时间:2020-07-13 18:42:47    阅读次数:184
X86服务器BMC基板管理控制器介绍
x86服务器BMC基板管理控制器介绍 在x86服务器,BIOS需要与各种硬件和芯片打交道,当然也包括BMC(Baseboard Management Controller)。 BIOS与BMC之间的通信,主要使用的是IPMI。有2个阶段,PEI和DXE(包括DXE后面的),用的是不同的IPMI函数( ...
分类:其他好文   时间:2020-07-13 13:57:40    阅读次数:140
单片机STM32开发中常用库函数分析
1.GPIO初始化函数 用法: voidGPIO_Configuration(void) { GPIO_InitTypeDefGPIO_InitStructure;//GPIO状态恢复默认参数 GPIO_InitStructure.GPIO_Pin=GPIO_Pin_标号|GPIO_Pin_标号; ...
分类:其他好文   时间:2020-07-13 09:46:44    阅读次数:93
vty_read_config: failed to open configuration file /root/ryu/SDN-IP-Ryu/sdn-ip-topology/quagga-sdn.conf: Permission denied
[root@kunpeng82 sdn-ip-topology]# zebra -d -f quagga-sdn.conf vty_read_config: failed to open configuration file /root/ryu/SDN-IP-Ryu/sdn-ip-topology/ ...
分类:其他好文   时间:2020-07-12 20:33:14    阅读次数:84
LTE - Release 10 PUSCH Multiple Codeword Transmit and Receive Modeling
Introduction This example demonstrates the multicodeword transmission and reception in the uplink. Parameters % Generate configuration for FRC A3-2 fr ...
分类:其他好文   时间:2020-07-12 16:51:37    阅读次数:44
2.SpringBoot学习(二)——ConfigurationProperties
1.简介 1.1 概述 Annotation for externalized configuration. Add this to a class definition or a @Bean method in a @Configuration class if you want to bind ...
分类:编程语言   时间:2020-07-11 23:17:09    阅读次数:82
MIT_xv6_Lab4_PartA
Introduction In part A we should add multiprocessor support to JOS, implement round-robin scheduling, and add basic environment management system call ...
分类:其他好文   时间:2020-07-11 23:16:57    阅读次数:101
ansible 基本使用之3 palybook
概述 playbook 寓意剧本,在以yml 文件格式的文件中书写相关命令编写而成,让ansible 安装剧本执行特定的操作。执行一些复杂的操作或编排的时候,ansible 命令行无法满足此时就用到了playbook。而且这些剧本还可以保存下来重复使用。 很多应用示例可以参照ansible 中文官方 ...
分类:其他好文   时间:2020-07-11 22:38:19    阅读次数:85
嵌入式Linux设备驱动程序:发现硬件配置
嵌入式Linux设备驱动程序:发现硬件配置 Embedded Linux device drivers: Discovering the hardware configuration Interfacing with Device Drivers 了解硬件配置 虚拟驱动程序演示了一个设备驱动程序的结 ...
分类:系统相关   时间:2020-07-11 11:13:22    阅读次数:108
使用 jvisualvm 远程监控 JVM
一、jmx 方式 加上如下启动参数,以 tomcat 为例,修改 bin\catalina 文件,在开始位置添加 JAVA_OPTS JAVA_OPTS="-Djava.rmi.server.hostname=192.168.8.229 -Dcom.sun.management.jmxremote. ...
分类:其他好文   时间:2020-07-11 09:44:49    阅读次数:92
11126条   上一页 1 ... 36 37 38 39 40 ... 1113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!