几个国内速度最快的centos yum(更新源) 2011-11-03 2026-07-23 技术相关 / 服务器运维 centos / yum / 更新源 国科技大学源 cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.save wget http://centos.ustc.edu.cn/CentOS-Base.repo.5 mv CentOS-Base.repo.5 CentOS-Ba 0 | 0
CentOS 5.4 yum 更新国内镜像 2011-11-03 2026-07-23 技术相关 / 服务器运维 centos / yum / 更新源 搜狐的开源镜像 http://mirrors.sohu.com/ 感觉蛮快的 不错!! 按以下步骤进行: 1、备份并清空 /etc/yum.repos.d/CentOS-Base.repo echo "" > /etc/yum.repos.d/CentOS-Base.repo 或者(如果第一次使用的 0 | 0
LINUX修改eth0、eth1顺序的方法 2011-10-31 2026-07-23 技术相关 / 服务器运维 eth0 / eth1 / linux / 调换 Redhat系统的网络配置文件是/etc/sysconfig/network-scripts/ifcfg-eth*(*为数字) DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.1.123 NETMASK=255.255.255.0 GAT 0 | 0
centos yum无法使用问题 2011-10-18 2026-07-23 技术相关 / 服务器运维 centos / yum 运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046 问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: anothe 0 | 0
路由矢量RIP 2011-09-30 2026-07-23 技术相关 / 网络设备 rip路由 进入系统视图 配置接口IP(接口IP不能为同一类地址) 进入rip network 接IP段 ——————————————rip 动态路由—————————— [route -rip -1]version 2(rip版本2) silent-interface e 0/0 (针对e0/0不广播) [r 0 | 0
路由引入(H3C) 2011-09-30 2026-07-23 技术相关 / 网络设备 H3C / ospf / rip / 路由引入 路由引入 [H3C-ospf-1]import-route rip ospf引入rip [H3C-rip-1]import-route ospf rip引入ospf 其他同理,引入静态路由等。。。 0 | 0
华为交换机基于用户名和密码的telnet 2011-09-30 2026-07-23 技术相关 / 网络设备 quidway / telnet / 华为交换机 基于用户名和密码的telnet [Quidway]user vty 0 4 [Quidway-ui-vty0-4]authentication-mode scheme [Quidway]local-user AA [Quidway-luser-AA]password cipher 321 [Quid 0 | 0
H3C链路聚合 2011-09-30 2026-07-23 技术相关 / 网络设备 H3C交换机 / 链路聚合 link-aggregation group 1 mode manual interface Ethernet 1/0/1 duplex full speed 100 port link-aggregation group 1 同样,另一台也这样设置。 0 | 0
H3C交换机级联命令 2011-09-30 2026-07-23 技术相关 / 网络设备 H3C交换机 / 交换机级联 [Sw1]interface Ethernet 1/0/16 [Sw1-Ethernet1/0/16]port link-type trunk [Sw1-Ethernet1/0/16]port trunk permit vlan all 另一交换机同样设置。 0 | 0
H3C单臂路由 2011-09-30 2026-07-23 技术相关 / 网络设备 单臂路由 单臂路由 1、把路由设置封装. interface ethernet 0/0.1 vlan-type dot1q vid 100 2、把交换机划分vlan 3、设置交换机某端口trunk模式 port link-type trunk port trunk permit vlan all 虽然很简单, 0 | 0