参考:http://www.cnblogs.com/see7di/archive/2011/06/17/2239722.html内容如下:理解linux下的 eth0,eth1,eth2,lo 网卡配置eth0,eth1,eth2……代表网卡一,网卡二,网卡三……lo代表127.0.0.1,即loc...
分类:
系统相关 时间:
2014-07-16 23:22:21
阅读次数:
391
两台机器:172.16.91.101 172.16.91.107在91.101上增加虚拟ip,92网段的ifconfig eth0:1 172.16.92.2 netmask 255.255.255.0 up由于不再同一个网段需要添加路由(与vip交互的机器上):增加路由:route add -ne...
分类:
其他好文 时间:
2014-07-16 23:21:32
阅读次数:
284
一、安装OEL 5.6二、安装VMware Tools 1)选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。2) 回到操作系统,将光驱挂载到/mnt 下[root@tyger~]# mount /dev/cdrom /mntmount:block device...
分类:
其他好文 时间:
2014-07-16 23:18:11
阅读次数:
397
Ins sys: 1.next all, then reboot. 2.login system use rootCfg sys: 1.keep etc0 work: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 change: ONBOOT=yes ...
分类:
其他好文 时间:
2014-07-16 23:12:27
阅读次数:
378
查询rman备份信息经常使用指令----登陆到rman$rman target /----以精简的格式查看备份信息RMAN> list backup of database summary;List of Backups===============Key TY LV S Device Type C...
分类:
其他好文 时间:
2014-07-10 14:07:55
阅读次数:
289
wireshark要监控eth0,但是必须要root权限才行。但是,直接用root运行程序是相当危险,也是非常不方便的。 解决方法如下: 1.添加wireshark用户组 sudo groupadd wireshark 2.将dumpcap更改为wireshark用户组 sudo chgrp wir...
分类:
其他好文 时间:
2014-07-10 13:48:24
阅读次数:
258
分析UIWindowThe UIWindow class defines an object known as a window that manages and coordinates the views an app displays on a device screen. Unless an ...
VMware里克隆出来的CentOS Linux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
系统相关 时间:
2014-07-10 11:40:11
阅读次数:
301
接续《debian内核代码执行流程(二)》未完成部分下面这行输出信息是启动udevd进程产生的输出信息:[ 3.306217] udevd[49]: starting version 175175是udevd的版本号。根据《essential linux device drivers》中关于u...
分类:
其他好文 时间:
2014-07-10 00:55:36
阅读次数:
350
1:flash_image介绍
也许很少人使用该工具,但flash_image对于调试uboot或者kernel和root相关的人来说用处还是比较大。falsh_image的使用方法:
usage: flash_image type [partition|device] [image_file_path]
type: MTD、EMMC、INAND
partition:根据平...
分类:
其他好文 时间:
2014-06-28 09:17:22
阅读次数:
231