实验环境:TP-Link、XP SP3 (计算机名:MyXP)、Windows 8.1
Pro(计算机名:MyWin8)。在windows 8.1上,资源管理器/网络
直接可以看到MyXP,点击进入即可看到MyXP上共享的文件。在win8上共享文件,设定权限给Everyone或者MyXP。可以开启G...
分类:
其他好文 时间:
2014-06-07 05:59:08
阅读次数:
220
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
1.减少HTTP请求次数合并图片、CSS、JS,改进首次访问用户等待时间。2.使用CDN就近缓存==>智能路由==>负载均衡==>WSA全站动态加速3.避免空的src和href当link标签的href属性为空、script标签的src属性为空的时候,浏览器渲染的时候会把当前页面的URL作为它们的属性...
分类:
其他好文 时间:
2014-06-04 22:45:48
阅读次数:
230
ifconfig |grep "inet addr"|cut -f 2 -d":"|cut
-f 1 -d " "|head -n 1ifconfigeth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.1.100 ....
分类:
系统相关 时间:
2014-05-29 20:55:58
阅读次数:
435
When creating a Windows form in C#, we would
like to create a hyperlink so that when the user click on the link it would open
up a web browser and dis...
Original link: How to check if Directory
already Exists in MFC(VC++)?MSDN Links:CreateDirectory functionGetFileAttributes
functionGetLastError functio...
分类:
其他好文 时间:
2014-05-29 17:49:25
阅读次数:
371
[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