Translate

Thursday, October 26, 2017

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 time.


Memory and Disk Space Requirements for Debian Linux installation

Memory and Disk Space Requirements for Debian Linux installation

You must have at least 80MB of memory and 580MB of hard disk space to perform a normal installation.
Note that these are fairly minimal numbers.

Tuesday, March 17, 2009

Password Recovery ASA 5520

Password Recovery Process for Cisco ASA 5520.

  1. Reboot Power
  2. When prompted , press Esc to interrupt the boot process and enter ROM monitor mode.You should see a Rommon Prompt (rommon#0> ).
  3. rommon#0>confreg (press enter).
  4. current configure register should be default of 0x01. Device will ask if you want to make changes to the configuration register.
    Answer : NO
  5. You must change the configuration Register to 0x41.
  6. rommon#1>confreg 0x41
  7. Reset the device.
  8. rommon#2> boot
  9. Now after booting you will see a general user mode like. ciscoasa>
  10. ciscoasa> enable password
  11. ciscoasa#
  12. ciscoasa#copy startup-config running-config
  13. ciscoasa#config t
  14. ciscoasa(config)#enable password
  15. Reset the configuration to default value 0x01.
  16. ciscoasa(config)#config-register 0x01
  17. View the configuration register setup
  18. ciscoasa#show run startup-config
  19. reload
  20. ciscoasa#reload
  21. System config has been modified,save [Yes][No]
  22. press Yes.