码迷,mamicode.com
首页 >  
搜索关键字:kick    ( 98个结果
Nexus 3048的NX-OS升级方法
1、System Software和Kick Start 与普通IOS设备不同,NX OS升级时,共有2个文件需要升级、安装,如果只安装其中一个,可能会导致设备重启后无法进入系统。这2个文件包括: NX-OS System Software:用于功能实现。 NX-OS Kick Start:用于系统 ...
分类:其他好文   时间:2019-03-03 00:03:46    阅读次数:483
SDNU 1331.Kick Veges' Ass(二分法)
Description Description There are n veges stand in line, Albert_s plan to punish them since they are too weak. The picture following below shows one o ...
分类:其他好文   时间:2019-02-24 21:30:25    阅读次数:209
Centos 6.9 Kick Start 无人值守安装
CentOS6.9下PXE+Kickstart无人值守安装操作系统一、简介1.1什么是PXEPXE(Pre-bootExecutionEnvironment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器下载映像,并由此支持通过网络启动操作系统,在启动过程中,终端要求服务器分配IP地址,再用TFTP(trivialfil
分类:其他好文   时间:2019-02-18 18:50:37    阅读次数:161
生成ks.cfg文件
RHEL 7下生成ks.cfg文件 环境 + RHEL 7 + 字符界面, 没有安装图形界面 软件包安装 + + system config kickstart是图形程序, 但是我们的环境为字符界面, 需要安装gdm启动图形程序, 这样就无需安装图形界面了 + 将光盘挂载到/var/www/html ...
分类:其他好文   时间:2019-02-08 13:13:26    阅读次数:292
3、ansilbe常用模块详解
回顾:pxe, ansible pxe: 网卡支持网络引导; dhcp, filename, next-server tftp-server pxelinux.0 vmlinuz, initrd.img menu.c32 pxelinux.cfg/default system-config-kick ...
分类:其他好文   时间:2018-12-30 10:40:01    阅读次数:204
Kick Start 2018-Round H-Problem B. Mural
Problem Thanh wants to paint a wonderful mural on a wall that is N sections long. Each section of the wall has a beauty score, which indicates how bea ...
分类:其他好文   时间:2018-12-01 23:42:37    阅读次数:142
Kickstart Terraform on GCP with Google Cloud Shell
Riley Karson is a software engineer at Google, where he works as a contributor to the Google Cloud Platform provider for Terraform. Outside of work, Riley loves board gaming and hiking.
分类:系统相关   时间:2018-10-29 14:13:07    阅读次数:221
构建DHCP服务
DHCP 配置 # yum install dhcp -y# vim /etc/dhcp/dhcpd.conf# cp /usr/share/doc/dhcp*/dhcpd.conf.sample /etc/dhcp/dhcpd.conf# vim /etc/dhcp/dhcpd.conf# dhc ...
分类:其他好文   时间:2018-10-01 00:08:02    阅读次数:177
【算法】散列表
散列表 散列函数 定义 散列函数“将输入映射到数字”。即无论你给它什么数据,它都还你一个数字。 散列函数必须满足一些要求 l 它必须是一致的。例如,假设你输入apple时得到的是4,那么每次输入apple时,得到的都必须为4。 l 它应将不同的输入映射到不同的数字。 例如, 如果一个散列函数不管输入 ...
分类:编程语言   时间:2018-08-24 13:15:00    阅读次数:147
使用PXE安装Linux系统
1、配置DHCP服务器 # yum -y install dhcp # yum -y install dhcp # vim /etc/dhcp/dhcpd.conf # vim /etc/dhcp/dhcpd.conf 自定义subnet: subnet { ... next-server TFTP ...
分类:系统相关   时间:2018-07-24 22:22:48    阅读次数:217
98条   上一页 1 2 3 4 5 6 ... 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!