2012年5月24日 星期四

修復遺失的 DLL files

Dll-error-fixes : http://www.dll-error-fixes.com
Dll fixes : http://www.dll-files.com

找出Windows 當機禍首 (memory dump)


Step:
1. Windows memory dump dir : Windows/Minidump  filetype: .dmp
2. download BlueScreenView : http://www.nirsoft.net/utils/blue_screen_view.html
3. Run BlueScreenView
4. Click dmp file -> find Cause By Driver and File Description field
可以得知為何當機!! XD

免費office (free office)

Libreoffice
Kinfsoft office
openoffice

2012年5月16日 星期三

2012年5月9日 星期三

環控門禁系統setup

cd \ocx
regsvr32 DigitBox.ocx
regsvr32 SwitchButon.ocx
regsvr32 Gauge.ocx


IE browser setup:
1.將 ip address 加入 信任網域
2.將網際網路選項中安全性之信任網域>改為自定等級
3.將 Active X 選項 全改為 啟用 即可

****************************************
reg.bat(以系統管理者執行)


copy *.* C:\WINDOWS\system32
regsvr32 /s C:\WINDOWS\system32\DigitBox.ocx
regsvr32 /s C:\WINDOWS\system32\Gauge.ocx
regsvr32 /s C:\WINDOWS\system32\SwitchBouton.ocx
regsvr32 /s C:\WINDOWS\system32\bmscal.ocx
regsvr32 /s C:\WINDOWS\system32\Bmsmap.ocx
regsvr32 /s C:\WINDOWS\system32\BMSPMRX.ocx
regsvr32 /s C:\WINDOWS\system32\bmspx.ocx
regsvr32 /s C:\WINDOWS\system32\bmsschedule.ocx
regsvr32 /s C:\WINDOWS\system32\bmssearch.ocx
******************************************************

LLDP (CDP FDP) setup 即可使用 fluke

Brocade
Ref:
http://community.brocade.com/thread/5072?start=0&tstart=0 

cdp run
fdp run

 
To enable a Brocade device to globally send FDP packets, enter the following command at the

global CONFIG level of the CLI.
FastIron(config)# fdp run

Enabling FDP at the interface level
You can enable FDP at the interface level by entering commands such as the following.
FastIron(config)# int e 2/1
FastIron(config-if-2/1)# fdp enable



To enable the device to intercept and display CDP packets, enter the following command at the global CONFIG level of the CLI.FastIron(config)# cdp runEnabling interception of CDP packets on an interfaceYou can disable and enable CDP at the interface level. You can enter commands such as the following.FastIron(config)# int e 2/1
FastIron(config-if-2/1)# cdp enable

Syntax: show fdp neighbors [detail | ethernet [<slotnum>/]<portnum>]
 To display CDP entries for all neighbors, enter the following command.FastIron# show fdp neighbors
Displaying CDP entries

Displaying neighbors
Enabling interception of CDP packets globally
Reading CDP packets

**********************************************************
lldp is not avail
**********************************************************
Configure LLDP values.
Enable LLDP on the switch ports.
Start LLDP.
Write the running configuration to the startup configuration.

Control_Room # config t
Control_Room (config)# lldp enable ports all   (default configure ;不需執行)
Control_Room (config)# lldp run
Control_Room (config)# wr mem

no lldp run
no lldp enable ports all



Control_Room#show lldp

Control_Room(config)#show lldp neighbors

Control_Room(config)#show lldp neighbors detail ports ethernet 1/1


Enabling FDP globally

****************************************************************
CISCO CDP
ref:  http://www.netadmin.com.tw/article_content.aspx?sn=1412100003&jump=2
2014/12/24

自動協尋附近所有設備 相互交換資訊以供管理維運

管理大型網路利器 Cisco設備專屬CDP協定

胡凱智

show cdp neighbors這個指令而言,可以取得以下這些資訊:

1. 鄰近設備的Device ID
2. 本地端的介面
3. Hold-time值,單位是秒
4. 鄰近設備的種類代碼
5. 鄰近設備的硬體平台
6. 鄰近設備的遠端埠ID
表1 鄰近設備的種類代碼及其代表意義


2012年5月7日 星期一

proxmox v2.0 guild

PROXMOX v 2.0  

 http://www.proxmox.com
user: root
http://203.68.0.76:8006


virtual machine:
1.vmware
2.KVM (create vm)
3.Xen (create CT)
4.Hyper-V

setup directory:
1. /etc/pve : config file
    for example: /etc/pve/qumu-server : guest os config

2./var/lib/vz : guest os images
    foe example:  /var/lib/vz/images : guest os images