码迷,mamicode.com
首页 >  
搜索关键字:no network    ( 11507个结果
ubuntu13.10设置永久静态IP重启不失效
步骤: 1.vi打开/etc/network/interfaces 2.手动添加static ip address 3.:wq保存退出 4.重启网络 5.重新启动系统,检查IP address ...
分类:系统相关   时间:2020-02-06 10:37:25    阅读次数:103
Debian下配置IPV6和静态路由
一、编辑网卡文件 vi /etc/network/interfaces二、修改网卡文件 # This file describes the network interfaces available on your system# and how to activate them. For more ...
分类:其他好文   时间:2020-02-06 01:38:49    阅读次数:133
Vue3项目打包后部署到服务器,请求不到后台接口的坑
本地开发没问题能正常请求到接口,部署后页面也能展示出来就是接口的数据请求不到 network一看是这么个情况 对比了本地的页面可以发现是remote address出了问题。 经过查询得知Remote Address代表的是当前HTTP请求的远程地址,即HTTP请求的源地址。 我的猜想是proxy代 ...
分类:其他好文   时间:2020-02-06 01:29:49    阅读次数:580
Debian系列网卡配置详解
Debian系列的网卡配置和RH系列的不一样,这里说一下。 配置文件是/etc/network/interfaces,不管有多少网卡,只有这一个配置文件。 1.基本配置 auto lo #开机启动loopback网卡 iface lo inet loopback #网卡名称是lo, 类型是loopb ...
分类:其他好文   时间:2020-02-06 01:17:54    阅读次数:168
Linux服务器双网卡双IP和单网卡双IP配置方法(Debian/Ubuntu)
一、双网卡双IP。 eth0为电信,eth1为联通。 # cd /etc/network/ #vi interfaces # This file describes the network interfaces available on your system # and how to activa ...
分类:系统相关   时间:2020-02-06 01:15:41    阅读次数:162
Debian双网卡配置
1.单网卡配置 /etc/network/interfaces auto eth0#iface eth0 inet dhcp(默认是DHCP被注释掉)iface eth0 inet staticaddress 192.168.8.110netmask 255.255.255.0gateway 192 ...
分类:其他好文   时间:2020-02-06 00:57:21    阅读次数:164
PP: A dual-stage attention-based recurrent neural network for time series prediction
Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregressive exogenous (NARX) model, which predicts the ...
分类:Web程序   时间:2020-02-05 23:44:53    阅读次数:149
A - Wireless Network POJ - 2236-kuangbin带你飞
A - Wireless Network POJ - 2236 Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 50348 Accepted: 20619 Description An earthquake takes plac ...
分类:Web程序   时间:2020-02-05 16:19:13    阅读次数:94
docker--网络和特权模式
前戏 查看网络模式: docker network ls 默认的三种网络模式: bridge:桥接模式 host:主机模式 none:无网络模式 bridge桥接模式 桥接模式是docker 的默认网络设置,当Docker服务启动时,会在主机上创建一个名为docker0的虚拟网桥,并选择一个和宿主机 ...
分类:其他好文   时间:2020-02-05 13:42:03    阅读次数:338
YUM仓库在线简易安装单节点K8S(纯实战)
使用YUM仓库在线简易安装单节点K8S实验环境:使用系统:centos7.4名称角色IP地址centos7-min2master192.168.142.220centos7-4node192.168.142.136实验实施步骤:一、配置步骤目录master端配置node端配置实验结果检查二、master端配置使用yum仓库安装atcd数据库、kubernetes组件、flannel网络组件[roo
分类:其他好文   时间:2020-02-04 12:26:12    阅读次数:80
11507条   上一页 1 ... 90 91 92 93 94 ... 1151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!