编辑配置文件: #sudo vim /etc/network/interfaces #sudo vim /etc/network/interfaces auto ens33 #没有这句网卡不能启动 iface ens33 inet static address 192.168.100.16 netm ...
分类:
系统相关 时间:
2017-01-08 22:33:00
阅读次数:
213
gateway / 网关 gateway account / 网关帐户 Gateway Service for NetWare / NetWare 网关服务 GDI objects / GDI 对象 Generic Application resource / 一般应用程序资源 Generic Se ...
分类:
其他好文 时间:
2017-01-07 00:31:31
阅读次数:
189
属于笔记1.首先把网线插入Dell2950DRAC网口2.启动机器,然后机器开始自检,要特别注意屏幕上的提示,等出现有CRTL+E的时候,马上按CRTL+E进入设置界面。3.进入管理界面之后设置如下:1、将蓝色的光条移动到IPMIOverLAN选项,按空格键,出现一个!!WARNING!!的提示,不管它敲回车略过,然..
分类:
其他好文 时间:
2017-01-05 08:14:30
阅读次数:
194
1 CGI (1)什么是CGI: CGI(Common Gateway Interface)公共网关接口, 是WWW技术中最重要的技术之一,有着不可替代的重要地位, CGI是外部应用程序(CGI程序)与Web服务器之间的接口标准,是在CGI程序和Web服务器之间传递消息的规程。CGI规范允许WEB服 ...
分类:
Web程序 时间:
2017-01-04 10:49:37
阅读次数:
186
not on top of a bond Environment Red Hat Enterprise Linux 7 NetworkManager Issue Need an 802.1q VLAN in RHEL 7 when using NetworkManager. Resolution R ...
分类:
Web程序 时间:
2016-12-31 07:25:26
阅读次数:
313
早上收到502报警,设置的报警规则是502错误两分钟超过500就报警。 排障流程: 日志分析系统报障-->查看日志系统日志-->nginx错误日志-->php错误日志-->php-fpm.log日志 在日志分析系统里面看到产生502报警的机器只有一台xxx.xxx.xxx.170,客户端IP也只有一 ...
分类:
其他好文 时间:
2016-12-29 11:16:26
阅读次数:
305
一、504 Gateway Time-out问题常见于使用nginx作为web server的服务器的网站 我遇到这个问题是在升级discuz论坛的时候遇到的 一般看来, 这种情况可能是由于nginx默认的fastcgi进程响应的缓冲区太小造成的, 这将导致fastcgi进程被挂起, 如果你的fas ...
分类:
其他好文 时间:
2016-12-28 19:07:13
阅读次数:
214
《Windows Azure Platform 系列文章目录》 本文将介绍如果使用Azure PowerShell,创建Azure Application Gateway URL Routing 请读者在使用之前,请先查看笔者之前的文章:Azure Application Gateway (3) 设 ...
分类:
移动开发 时间:
2016-12-27 23:12:41
阅读次数:
506
#!/usr/bin/python
#encoding:utf-8
#-*-coding:utf8-*-
"""
CreateDate:2016/12/26
CreateTime:17:53
showWindowsorLinuxnetworkNicstatus,suchasMACaddress,Gateway,IPaddress,etc
#pythongetNetworkStatus.py
RoutingGateway:10.0.0.1
RoutingNICName:enp3s0
RoutingNICMACA..
分类:
编程语言 时间:
2016-12-27 01:39:51
阅读次数:
721
1. 找到文件并作如下修改: sudo vim /etc/network/interfaces 修改如下部分: auto eth0 iface eth0 inet static address 192.168.0.117 gateway 192.168.0.1 #这个地址你要确认下 网关是不是这个地 ...
分类:
系统相关 时间:
2016-12-25 01:52:54
阅读次数:
192