1.
修改对应网卡IP的配置文件vi/etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容DEVICE=eth0
#描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项...
分类:
系统相关 时间:
2014-06-07 03:56:40
阅读次数:
293
Bonding:Ethernet Channel Bonding enables two or
more Network Interfaces Card (NIC) to a single virtual NIC card which may
increase the bandwidth and p...
分类:
Web程序 时间:
2014-06-07 03:38:59
阅读次数:
267
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:
系统相关 时间:
2014-06-05 08:36:26
阅读次数:
450
我曾经为Mozilla Developer
Network开发一个新功能,它需要加载一个基本的脚本文件的同时加载一个JSON请求。因为我们使用的是jQuery,意味着要使用
jQuery.getScript和jQuery.getJSON。我知道这两者都是异步的并返回一个Deferred(jQue.....
分类:
Web程序 时间:
2014-05-31 17:48:06
阅读次数:
213
1.BT5默认用户名:root.密码:toor(公司是yeslabccies)2.进入图形化界面命令:startx3.更改密码:sudo
passwd
root扫描工具第一部分网络配置:4.网络配置文件有两个:/etc/network/interfaces和/etc/resolv.conf前一个存放...
分类:
其他好文 时间:
2014-05-31 08:00:19
阅读次数:
685
[root@www ~]# vim
/etc/sysconfig/network-scripts/ifcfg-eth0静态IP设置DEVICE="eth0" <==网络卡代号,必须要
ifcfg-eth0 相对应HWADDR="08:00:27:71:85:BD"...
分类:
系统相关 时间:
2014-05-29 15:47:42
阅读次数:
378
参考架构Architecture from OpenStack Install
GuideReference Architecture Network
Isolation在本次部署中,我们采用了OpenStack中新的网络管理组件(neutron),具体参见安装指导。右图为该网络部署结构的示意,分为...
分类:
其他好文 时间:
2014-05-29 11:48:19
阅读次数:
289
using System;using System.Collections.Generic;using
System.Diagnostics;using System.Runtime.InteropServices;using System.Text;using
System.Windows;usi...
主要是虚拟机中安装CentOS每次总会做一些设置,记录下来方便以后。纯粹基本设置,比如本地SecureCRT可以连接虚拟机中的CentOS。复杂的非基本设置见:Linux
命令集锦设置网络自动连接#cat /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOO...
分类:
其他好文 时间:
2014-05-28 11:51:22
阅读次数:
337
我曾经为Mozilla Developer
Network开发一个新功能,它需要加载一个基本的脚本文件的同时加载一个JSON请求。因为我们使用的是jQuery,意味着要使用
jQuery.getScript和jQuery.getJSON。我知道这两者都是异步的并返回一个Deferred(jQuery...
分类:
Web程序 时间:
2014-05-28 11:43:03
阅读次数:
318