Skip to main content

Posts

Step by Step Easy Guide to Install Debian Linux

Step by Step Easy Guide to Install Debian Linux 1. Back up any existing data or documents on the hard disk where you plan to install. 2. Gather information about your computer and any needed documentation, before starting the installation. 3. Locate and/or download the installer software and any specialized driver or firmware files your machine requires. 4. Set up boot media such as CDs/DVDs/USB sticks or provide a network boot infrastructure fromwhich the installer can be booted. 5. Boot the installation system. 6. Select the installation language. 7. Activate the ethernet network connection, if available. 8. If necessary, resize existing partitions on your target harddisk to make space for the installation. 9. Create and mount the partitions on which Debian will be installed. 10. Watch the automatic download/install/setup of the base system. 11. Install a boot loader which can start up Debian GNU/Linux and/or your existing system. 12. Load the newly installed system for the first ...

Password Recovery ASA 5520

Password Recovery Process for Cisco ASA 5520. Reboot Power When prompted , press Esc to interrupt the boot process and enter ROM monitor mode.You should see a Rommon Prompt (rommon#0> ). rommon#0>confreg (press enter). current configure register should be default of 0x01. Device will ask if you want to make changes to the configuration register. Answer : NO You must change the configuration Register to 0x41. rommon#1>confreg 0x41 Reset the device. rommon#2> boot Now after booting you will see a general user mode like. ciscoasa> ciscoasa> enable password ciscoasa# ciscoasa#copy startup-config running-config ciscoasa#config t ciscoasa(config)#enable password Reset the configuration to default value 0x01. ciscoasa(config)#config-register 0x01 View the configuration register setup ciscoasa#show run startup-config reload ciscoasa#reload System config has been modified,save [Yes][No] press Yes.

Show Broadcast Packets

Show Broadcast Packets on CISCO Manage Switches It is very important for Network Admin to monitor broadcast packets in his Network. Here I mention some very basic cisco manage switch command for monitoring network packets. #sh int fa 0/1 count #sh int counters #sh int counters trunk #sh int count errors #sh int count protocols status #sh int valn 1 #sh flow control #sh storm control broadcast Search for any other query regarding this topic.