CPU的频数 点我的电脑-右键-属性 就能看到你说的CPU的GHZ GPU-Z(软件)也行
显卡的话建议多比较比较 看看GPU-Z www.duote.com能下到 还有就是跑跑3DMARK05 06 测试下
建议显卡主板 买知名品牌的 如 板子用技嘉之类的 至于显卡 很多了 蓝宝石 昂达 影驰 都还行
DIY一台标准配置电脑的设计方案
液晶显示器 AOC 2330V+ *1 ¥1299 主板 技嘉 GA-870A-UD3 *1 ¥870 显卡 迪兰恒进 HD5830酷能+ 1G *1 ¥1799 CPU AMD 羿龙 II X6 1035T(盒) *1 ¥1180 内存 金士顿 2G DDR3 1333(白金条) *2 ¥650 硬盘 希捷 1TB/7200.12/32M/串口(ST31000528AS *1 ¥520 机箱 酷冷 毁灭者(RC-K100-KKN1-GP) *1 ¥215 电源 长城 btx-600SE 650 音箱 漫步者 R201T08 *1 ¥230 键鼠套装 罗技 G1游戏键盘鼠标套装 *1 ¥199 光驱 三星 TS-H663C *1 ¥199
安装就是 先把主板安好 接 DVD 在接电源 安装系统 就行 了
以太网交换机配置命令全。
交换机配置命令华为,思科,北电,迈普等配置命令各有不同,以下先以思科设备为例:
switch> 用户模式
1:进入特权模式 enable
switch> enable
switch#
2:进入全局配置模式 configure terminal
switch> enable
switch#configure terminal
switch(conf)#
3:交换机命名 hostname aptech2950 以aptech2950为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch-2950
aptech2950(conf)#
4:配置使能口令 enable password cisco 以cisco为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable password cisco
5:配置使能密码 enable secret ciscolab 以cicsolab为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable secret ciscolab
6:设置虚拟局域网vlan 1 interface vlan 1 和网关地址
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# interface vlan 1
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码
aptech2950(conf-if)#no shut 是配置处于运行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.254 设置网关地址
7:进入交换机某一端口 interface fastehernet 0/17 以17端口为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# interface fastehernet 0/17
aptech2950(conf-if)#
8:查看命令 show
switch> enable
switch# show version 察看系统中的所有版本信息
show interface vlan 1 查看交换机有关ip 协议的配置信息
show running-configure 查看交换机当前起作用的配置信息
show interface fastethernet 0/1 察看交换机1接口具体配置和统计信息
show mac-address-table 查看mac地址表
show mac-address-table aging-time 查看mac地址表自动老化时间
9:交换机恢复出厂默认恢复命令
switch> enable
switch# erase startup-configure
switch# reload
10:双工模式设置
switch> enable
switch#configure terminal
switch2950(conf)#hostname aptch-2950
aptech2950(conf)# interface fastehernet 0/17 以17端口为例
aptech2950(conf-if)#duplex full/half/auto 有full , half, auto 三个可选项
11:cdp相关命令
switch> enable
switch# show cdp 查看设备的cdp全局配置信息
show cdp interface fastethernet 0/17 查看17端口的cdp配置信息
show cdp traffic 查看有关cdp包的统计信息
show cdp nerghbors 列出与设备相连的cisco设备
|