码迷,mamicode.com
首页 >  
搜索关键字:ifconfig    ( 2714个结果
linux下无ifconfig命令
你不是用root用户运行此命令的吧?这样试试看:$ su - password: 输入root用户口令# ifconfig还是没有的用whereis命令找找看:# whereis ifconfig如果找不到,那可能你系统没装好
分类:系统相关   时间:2014-09-13 12:02:25    阅读次数:186
Linux学习笔记3
配置网络ifconfig命令,可以在Linux中查看IP地址。Windows中可以在命令行中用ipconfig命令查看。执行ifconfig命令后,会显示网卡的信息和lo,lo是测试本机内部地址是否正常(从本机到网卡这一段的连接)网卡配置文件存放在/etc/sysconfig/network-scripts/ifcfg-eth0文件中使用..
分类:系统相关   时间:2014-09-13 03:05:14    阅读次数:356
Memcached 安装配置
#!/bin/bash ip=`/sbin/ifconfig|grep"Bcast"|awk‘{print$2}‘|awk-F:‘{print$2}‘|head-n1` cd/root/soft/memcached #安装libevent tarzxvflibevent-2.0.12-stable.tar.gz cdlibevent-2.0.12-stable ./configure--prefix=/usr/local/libevent make&&makeinstall cd/root..
分类:其他好文   时间:2014-09-12 15:18:24    阅读次数:176
Linux -- ip (转)
ip 是个命令, ip 命令的功能很多!基本上它整合了 ifconfig 与 route 这两个命令,不过ip 的功能更强大! 如果您有兴趣的话,请自行 vi /sbin/ifup 就知道整个 ifup 就是利用 ip 这个命令来实现的。下面介绍一下使用方法[root@linux ~]# ip [o...
分类:系统相关   时间:2014-09-05 17:44:21    阅读次数:322
Linux TCP/IP网络管理工具:net-tools VS iproute2
Blog:http://www.simlinux.com许多系统管理员仍然使用ifconfig、route、arp、netstat命令组合来管理和排错网络配置,这些命令有net-tools包提供,但在ArchLinux、Centos7/RHEL7等发行版里面已经使用iproute2替代了net-toolsiproute2是另外一个网络配置工具,用来取代net-tools的..
分类:Web程序   时间:2014-09-05 16:30:22    阅读次数:410
Linux TCP/IP网络管理工具:net-tools VS iproute2
许多系统管理员仍然使用ifconfig、route、arp、netstat 命令组合来管理和排错网络配置,这些命令有net-tools包提供,但在Arch Linux、Centos7/RHEL7等发行版里面已经使用iproute2替代了net-toolsiproute2是另外一个...
分类:Web程序   时间:2014-09-05 14:37:02    阅读次数:266
centos7.0 没有netstat 和 ifconfig命令问题
运行yuminstallnet-tools就OK了
分类:Web程序   时间:2014-09-04 19:18:20    阅读次数:152
eth0,eth1,eth2,lo是什么,及临时配置网卡
eth0,eth1,eth2……代表网卡一,网卡二,网卡三……lo代表127.0.0.1,即localhost参考:Linux命令:ifconfig功能说明:显示或设置网络设备 语 法:ifconfig [网络设备][down up -allmulti -arp -promisc][add][de....
分类:其他好文   时间:2014-09-04 18:56:09    阅读次数:190
Linux常用命令--网络管理篇(三)
ping –b 10.0.0.255 扫描子网网段ifconfig 查看网络信息netconfig 配置网络,配置网络后用service network restart重新启动网络ifconfig eth0 10.0.0.254 netmask 255.255.255.0 修改ip及...
分类:系统相关   时间:2014-09-04 16:23:39    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!