码迷,mamicode.com
首页 >  
搜索关键字:arctic network    ( 11520个结果
linux 安装VNC服务
VNC (Virtual Network Computer)是虚拟网络计算机的缩写,它是一款远程控制工具软件 ...
分类:系统相关   时间:2020-06-22 21:08:30    阅读次数:69
CentOS7 网络服务启动失败
错误:job for network.service failed because the control process exited with error code.see "" fordetails failed to start lsb bring up/down networking 解决 ...
分类:其他好文   时间:2020-06-22 18:54:09    阅读次数:112
linux service脚本
vim /etc/systemd/system/node_exporter.service [Unit] Description=node_exporter Documentation=https://prometheus.io/ After=network.target [Service] Typ ...
分类:系统相关   时间:2020-06-22 17:16:37    阅读次数:107
【leetcode】1466. Reorder Routes to Make All Paths Lead to the City Zero
题目如下: There are n cities numbered from 0 to n-1 and n-1 roads such that there is only one way to travel between two different cities (this network for ...
分类:其他好文   时间:2020-06-22 15:47:54    阅读次数:60
docker创建容器时为容器指定IP
1.创建一个新的bridge网络 docker network create --subnet=172.19.0.0/16 mynetwork 2.通过docker network inspect xxx查看网络状况 3.在创建容器时使用--net mynetwork --ip 172.19.0.3 ...
分类:其他好文   时间:2020-06-22 12:55:39    阅读次数:123
FocusNet: Imbalanced Large and Small Organ Segmentation with an End-to-End Deep Neural Network for Head and Neck CT Images(理解)
原文链接 扫码关注下方公众号:"Python编程与深度学习",领取配套学习资源,并有不定时深度学习相关文章及代码分享。 今天分享一篇发表在MICCAI 2019上的关于医学影像处理中小器官分割的论文:FocusNet: Imbalanced Large and Small Organ Segment ...
分类:Web程序   时间:2020-06-22 12:34:30    阅读次数:65
linux配置静态IP
MAC地址(/sys/class/net/enp0s3/address) 修改网卡配置(/etc/sysconfig/network-script/ifcfg-eth0) DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.1.255 HWADDR=00:0 ...
分类:系统相关   时间:2020-06-22 00:58:44    阅读次数:128
NTP时间对时服务
一. 为什么需要NTP ? 为了让服务器更安全 ? 为了让时间同步更准确 二. 时间同步软件 NTP(Network Time Protocol,网络时间协议)是用来使网络中的各个计算机时间同步的一种协议。它的用途是把计算机的时钟同步到世界协调时UTC,其精度在局域网内可达0.1ms,在互联网上绝大 ...
分类:其他好文   时间:2020-06-21 19:33:11    阅读次数:141
virsh的使用
###这里最先要完成的是对网卡的配置(os ubuntu14.04) 目的是实现vm上是以桥接的方式联网 修改/etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo ine ...
分类:其他好文   时间:2020-06-21 18:02:42    阅读次数:87
7,k8s 的etcd集群的搭建
Etcd 是一个分布式键值存储系统,Kubernetes使用Etcd进行数据存储,所以先准备一个Etcd数据库,为解决Etcd单点故障,应采用集群方式部署,这里使用3台组建集群,可容忍1台机器故障,当然,你也可以使用5台组建集群,可容忍2台机器故障。 1 准备cfssl证书生成工具 cfssl是一个 ...
分类:其他好文   时间:2020-06-21 13:44:36    阅读次数:57
11520条   上一页 1 ... 38 39 40 41 42 ... 1152 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!