码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
RHEL/CentOS 6 (command line) Networking
RHEL/CentOS 6 does not configure network interfaces on default installation. Also, it is configured to use NetworkManager. To enable networking interf...
分类:Web程序   时间:2015-07-18 21:08:28    阅读次数:189
Ubuntu配置和修改IP地址
@Ubuntu配置和修改IP地址1、修改配置文件/etc/network/interfacesroot@ubuntu:~#sudo gedit /etc/network/interfaces添加以下内容:auto eth0 #设置自动启动eth0接口iface eth0 inet static #配...
分类:系统相关   时间:2015-07-17 13:42:26    阅读次数:132
【转】[fix] Wireshark error: There are no interfaces on which a capture can be done. on Mac OS X
I got the following error message when trying to open a network interface for capture using Wireshark on Mac OS X (Wireshark 1.5.1 Intel 64 beta and 1...
分类:系统相关   时间:2015-07-15 10:40:17    阅读次数:270
ubuntu的两种网络连接模式
ubuntu的网络连接分成两种类型,一种是modern 模式, 这种模式的配置通过ifconfig命令来进行配置,重启之后失效,这种模式就是在destop 下右上角的网络连接。如图所示modern模式的配置在/etc/network/interfaces 配置文件中不会产生对应的项,在interfa...
分类:系统相关   时间:2015-07-14 15:18:07    阅读次数:252
Go语言获取网卡MAC地址
package?main import?( "fmt" "net" ) func?main()?{ interfaces,?err?:=?net.Interfaces() if?err?!=?nil?{ panic("Error:"?+?err.Error()) } for?_,?inter?:=?range?interfaces?{...
分类:编程语言   时间:2015-07-13 12:26:23    阅读次数:271
Ubuntu 14.04静态ip设置
找到文件interfaces,路径:/etc/network/interfaces打开interfaces文件,看到以下内容:auto loiface lo inet loopbackauto dsl-provideriface dsl-provider inet ppppre-up /sbin/i...
分类:系统相关   时间:2015-07-12 12:36:29    阅读次数:185
INITIALIZING DIRECT3D
初始化Direct3D需要一下几个步骤:1. Create the ID3D11Device and ID3D11DeviceContext interfaces using the D3D11CreateDevice function.2. Check 4X MSAA quality level ...
分类:其他好文   时间:2015-07-10 02:07:39    阅读次数:392
Design Pattern Explain 读书笔记二—— Facade 模式
what? Provide a unified interface to a set of interfaces in a sub- system. Facade defines a higher-level interface that makes the subsystem easier to use. ——GOF 给子系统中的一堆接口提供一个统一,标准的接口——更高层次的接口—...
分类:其他好文   时间:2015-07-09 00:50:42    阅读次数:107
【Ubuntu 14.04】修改网络地址
//修改网络地址root@ubuntu:/etc/network#vi/etc/network/interfaces#Thisfiledescribesthenetworkinterfacesavailableonyoursystem#andhowtoactivatethem.Formoreinformation,seeinterfaces(5).#Theloopbacknetworkinterfaceautoloifaceloinetloopbackautoeth0ifaceeth0inetst..
分类:系统相关   时间:2015-07-07 07:07:59    阅读次数:197
Debian 里设置 IP 地址、网关、DNS
1、设置IP地址、网关 cp /etc/network/interfaces /etc/network/interfaces.bak? # 备份原有配置文件 vi /etc/network/interfaces?? # 编辑网网卡配置文件 # The loopback network interface auto lo iface l...
分类:其他好文   时间:2015-07-05 08:24:23    阅读次数:143
768条   上一页 1 ... 53 54 55 56 57 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!