CPU的頻數(shù) 點我的電腦-右鍵-屬性 就能看到你說的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? 內(nèi)存?? 金士頓?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 在接電源 安裝系統(tǒng) 就行 了
以太網(wǎng)交換機配置命令全,。
交換機配置命令華為,思科,,北電,,邁普等配置命令各有不同,以下先以思科設備為例:
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:設置虛擬局域網(wǎng)vlan 1 interface vlan 1 和網(wǎng)關地址
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和子網(wǎng)掩碼
aptech2950(conf-if)#no shut 是配置處于運行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.254 設置網(wǎng)關地址
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 察看系統(tǒng)中的所有版本信息
show interface vlan 1 查看交換機有關ip 協(xié)議的配置信息
show running-configure 查看交換機當前起作用的配置信息
show interface fastethernet 0/1 察看交換機1接口具體配置和統(tǒng)計信息
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包的統(tǒng)計信息
show cdp nerghbors 列出與設備相連的cisco設備
|