2012年1月28日

iBooks 2

Apple號稱iPad是「電子閱讀器」,果然,官方那套iBooks讓人閱讀到生氣。

所以iPad到手沒幾天(感謝老妹),我就在Apple Store買了Good Reader。
Picture 8

2012年1月15日

Password Recovery Procedure 2600

1.Press Break(CTRL+Break) on the terminal keyboard within 60 seconds of power up in order to put the router into ROMmon.


2.hostname confreg 0x2142This step bypasses the startup configuration where the passwords are stored.


3.hostname > reset
The router reboots, but ignores the saved configuration.


4.Type no after each setup question, or press Ctrl-C in order to skip the initial setup procedure.


5.hostname > enable 


6.hostname# configure memory or copy startup-config running-config 
in order to copy the NVRAM into memory.


Warning: Do not type copy running-config startup-config or write. These commands erase your startup configuration.


7.Type show running-config.
The show running-config command shows the configuration of the router. In this configuration, the shutdown command appears under all interfaces, which indicates all interfaces are currently shut down. In addition, the passwords (enable password, enable secret, vty, console passwords) are in either an encrypted or unencrypted format. You can reuse unencrypted passwords. You must change encrypted passwords to a new password.

8.hostname(config)# configure terminal

9.hostname(config)# enable secret 00000


10.Issue the no shutdown command on every interface that you use.


11.hostname(config)# config-register 0x2102


12.hostname# write memory or copy running-config startup-config