Monday, 2024-04-29, 11:26 AM
Welcome Guest | RSS
Statistics

Total online: 1
Guests: 1
Users: 0
Site menu
Our Documentations
1* METASPLOIT
Blog Category
# Only for beginners [39]
This category contains some introductions and tutorials about UBUNTU and BACKTRACK for those who just start using LINUX.
# Computer Security [11]
In this category, you will find all courses about the Informatique Security
# LINUX [2]
EVERYTHING ABOUT LINUX - UBUNTU & BACKTRACK - (NEWS, VIDEOS, TUTORIALS, ... )
# BackTrack 5 Tutorials [6]
In this categorie, I will post all tutorials about BackTrack5 (Installation, Configuration, Update, Hacking...)
# TechnicDynamic Tutorials [12]
Technic Dynamic is a source of education focused in the following categories of technology: (Computer - Design - Gadgets - Networking - Security) Link : http://technicdynamic.com
# Vishnuvalentino Tutorials [2]
He is a computer security specialist, and also freelance website designer. Read more : http://vishnuvalentino.com/about/
# Hackers News [6]
All news about the hackers of the world ...
# Tools [18]
All Security Tools
MEMES PICTURES [0]
Entries archive
Shopping


Follow us
facebook
Main » # Only for beginners

Preparing Files for USB Memory Stick Booting

There are two installation methods possible when booting from USB stick. The first is to install completely from the network. The second is to also copy a CD image onto the USB stick and use that as a source for packages, possibly in combination with a mirror. This second method is the more common.

For the first installation method you'll need to download an installer image from the netboot directory (at the location mentioned in the section called "Where to Find Installation Images”) and use the "flexible way explained below to copy the files to the USB stick.

Installation images for the second installation method can be found in the hd-media directory and either the "easy way or the "flexible way can be used to copy the image to the USB stick. For this installation method you will also need to download a CD image. The installation image and the CD image must be based on the same release of debian-installer. If they do not match you are likely to get errors[6] during the installation.

To prepare the USB stick, you will need a system where GNU/Linux is already running and where USB is supported. With current GNU/Linux systems the USB stick should be automatically recognized when you insert it. If it is not you should check that the usb-storage kernel module is loaded. When the USB stick is inserted, it will be mapped to a device named /dev/sdX, where the "X is a letter in the range a-z. You should be able to see to which device the USB stick was mapped by running the command dmesg after inserting it. To write to your stick, you may have to turn off its write protection switch.

... Read more »

Category: # Only for beginners | Views: 766 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Downloading Files from Ubuntu Mirrors

To find the nearest (and thus probably the fastest) mirror, see the list of Ubuntu mirrors.

When downloading files from an Ubuntu mirror using FTP, be sure to download the files in binary mode, not text or automatic mode.

Where to Find Installation Images

The installation images are located on each Ubuntu mirror in the directory ubuntu/dists/maverick/main/installer-i386/current/images/ — the MANIFEST lists each image and its purpose.

Category: # Only for beginners | Views: 638 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Official Ubuntu CD-ROMs

By far the easiest way to install Ubuntu is from an Official Ubuntu CD-ROM. You may download the CD-ROM image from an Ubuntu mirror and make your own CD, if you have a fast network connection and a CD burner. If you have an Ubuntu CD and CDs are bootable on your machine, you can skip right to Chapter 5, Booting the Installation System; much effort has been expended to ensure the files most people need are there on the CD.

If your machine doesn't support CD booting, but you do have a CD, you can use an alternative strategy such as hard disk, usb stick, net boot, or manually loading the kernel from the CD to initially boot the system installer. The files you need for booting by another means are also on the CD; the Ubuntu network archive and CD folder organization are identical. So when archive file paths are given below for particular files you need for booting, look for those files in the same directories and subdirectories on your CD.

Once the installer is booted, it will be able to obtain all the other files it needs from the CD.

If you don't have a CD, then you will need to download the installer system files and place them on the hard disk or usb stick or a connected computer so they can be used to boot the installer.

Category: # Only for beginners | Views: 705 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Pre-Installation Hardware and Operating System Setup

This section will walk you through pre-installation hardware setup, if any, that you will need to do prior to installing Ubuntu. Generally, this involves checking and possibly changing firmware settings for your system. The "firmware is the core software used by the hardware; it is most critically invoked during the bootstrap process (after power-up). Known hardware issues affecting the reliability of Ubuntu on your system are also highlighted.

Invoking the BIOS Set-Up Menu

BIOS provides the basic functions needed to boot your machine to allow your operating system to access your hardware. Your system probably provides a BIOS setup menu, which is used to configure the BIOS. Before installing, you must ensure that your BIOS is set up correctly; not doing so can lead to intermittent crashes or an inability to install Ubuntu.

The rest of this section is lifted from the http://www.faqs.org/faqs/pc-hardware-faq/part1/, answering the question, "How do I enter the CMOS configuration menu?. How you access the BIOS (or "CMOS) configuration menu depends on who wrote your BIOS software:

AMI BIOS

Delete key during the POST (power on self test)

Award BIOS

Ctrl+Alt+Esc, or Delete key during the POST

DTK BIOS

Esc key during the POST

IBM PS/2 BIOS

Ctrl+Alt+Insert after Ctrl+Alt+Delete

Phoenix BIOS

Ctrl+Alt+Esc or Ctrl+Alt+S or F1

... Read more »
Category: # Only for beginners | Views: 1168 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Pre-Partitioning for Multi-Boot Systems

Partitioning your disk simply refers to the act of breaking up your disk into sections. Each section is then independent of the others.javascript:// It's roughly equivalent to putting up walls inside a house; if you add furniture to one room it doesn't affect any other room.

If you already have an operating system on your system (Windows 9x, Windows NT/2000/XP, OS/2, MacOS, Solaris, FreeBSD, …) and want to stick Linux on the same disk, you will need to repartition the disk. Ubuntu requires its own hard disk partitions. It cannot be installed on Windows or MacOS partitions. It may be able to share some partitions with other Linux systems, but that's not covered here. At the very least you will need a dedicated partition for the Ubuntu root.

You can find information about your current partition setup by using a partitioning tool for your current operating system, such as fdisk or PartitionMagic. Partitioning tools always provide a way to show existing partitions without making changes.

In general, changing a partition with a file system already on it will destroy any information there. Thus you should always make backups before doing any repartitioning. Using the analogy of the house, you would probably want to move all the furniture out of the way before moving a wall or you risk destroying it.

If your computer has more than one hard disk, you may want to dedicate one of the hard disks completely to Ubuntu. If so, you don't need to partition that disk before booting the installation system; the installer's included partitioning program can handle the job nicely.

If your machine has only one hard disk, and you would like to completely replace the current operating system with Ubuntu, you also can wait to partition as part of the installation process (the section called "Partitioning and Mount Point Selection”), after you have booted the installation system. However this only works if you plan to boot the installer system from tapes, CD-ROM or files on a connected machine. Consider: if you boot from files placed on the hard disk, and then partition that same hard disk within the installation system, thus erasing the boot files, you'd better hope the installation is successful the first time around. At the least in this case, you should have some alternate means of reviving your machine like the original system's installation tapes or CDs.

If your machine already has multiple partitions, and enough space can be provided by deleting and replacing one or more of them, then you too can wait and use the Ubuntu installer's partitioning program. You should still read through the material below, because there may be special circumstances like the order of the existing partitions within the partition map, that force you to partition before installing anyway.

If your machine has a FAT or NTFS filesystem, as used by DOS and Windows, you can wait and use Ubuntu installer's partitioning program to resize the filesystem.

... Read more »

Category: # Only for beginners | Views: 1441 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Meeting Minimum Hardware Requirements

Once you have gathered information about your computer's hardware, check that your hardware will let you do the type of installation that you want to do.

Depending on your needs, you might manage with less than some of the recommended hardware listed in the table below. However, most users risk being frustrated if they ignore these suggestions.

A Pentium 4, 1GHz system is the minimum recommended for a desktop system.

Table 3.2. Recommended Minimum System Requirements

Install Type RAM (minimal) RAM (recommended) Hard Drive
No desktop 64 megabytes 256 megabytes 1 gigabyte
With Desktop 64 megabytes 512 megabytes 5 gigabytes

The actual minimum memory requirements are a lot less then the numbers listed in this table. Depending on the architecture, it is possible to install Ubuntu with as little as 20MB (for s390) to 48MB (for i386 and amd64). The same goes for the disk space requirements, especially if you pick and choose which applications to install; see the section called "Disk Space Needed” for additional information on disk space requirements.

... Read more »

Category: # Only for beginners | Views: 974 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Information You Will Need

Documentation

Installation Manual

The document you are now reading, which is the official version of the Installation Guide for the maverick release of Ubuntu.

Hardware documentation

Often contains useful information on configuring or using your hardware.

Finding Sources of Hardware Information

In many cases, the installer will be able to automatically detect your hardware. But to be prepared, we do recommend familiarizing yourself with your hardware before the install.

Hardware information can be gathered from:

  • The manuals that come with each piece of hardware.

  • The BIOS setup screens of your computer. You can view these screens when you start your computer by pressing a combination of keys. Check your manual for the combination. Often, it is the Delete key.

  • The cases and boxes for each piece of hardware.

  • The System window in the Windows Control Panel.

  • System commands or tools in another operating system, including file manager displays. This source is especially useful for information about RAM and hard drive memory.

  • Your system administrator or Internet Service Provider. These sources can tell you the settings you need to set up your networking and e-mail.

Category: # Only for beginners | Views: 706 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Back Up Your Existing Data!

Before you start, make sure to back up every file that is now on your system. If this is the first time a non-native operating system has been installed on your computer, it's quite likely you will need to re-partition your disk to make room for Ubuntu. Anytime you partition your disk, you run a risk of losing everything on the disk, no matter what program you use to do it. The programs used in installation are quite reliable and most have seen years of use; but they are also quite powerful and a false move can cost you. Even after backing up, be careful and think about your answers and actions. Two minutes of thinking can save hours of unnecessary work.

If you are creating a multi-boot system, make sure that you have the distribution media of any other present operating systems on hand. Especially if you repartition your boot drive, you might find that you have to reinstall your operating system's boot loader, or in many cases the whole operating system itself and all files on the affected partitions.

Category: # Only for beginners | Views: 741 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Overview of the Installation Process

First, just a note about re-installations. With Ubuntu, a circumstance that will require a complete re-installation of your system is very rare; perhaps mechanical failure of the hard disk would be the most common case.

Many common operating systems may require a complete installation to be performed when critical failures take place or for upgrades to new OS versions. Even if a completely new installation isn't required, often the programs you use must be re-installed to operate properly in the new OS.

Under Ubuntu, it is much more likely that your OS can be repaired rather than replaced if things go wrong. Upgrades never require a wholesale installation; you can always upgrade in-place. And the programs are almost always compatible with successive OS releases. If a new program version requires newer supporting software, the Ubuntu packaging system ensures that all the necessary software is automatically identified and installed. The point is, much effort has been put into avoiding the need for re-installation, so think of it as your very last option. The installer is not designed to re-install over an existing system.

Here's a road map for the steps you will take during the installation process.

  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. Create partitionable space for Ubuntu on your hard disk.

  4. Locate and/or download the installer software and any specialized driver files your machine requires (except Ubuntu CD users).

  5. Set up boot tapes/floppies/USB sticks, or place boot files (most Ubuntu CD users can boot from one of the CDs).

  6. Boot the installation system.

  7. Select the installation language.

  8. Activate the ethernet network connection, if available.

  9. Create and mount the partitions on which Ubuntu will be installed.

  10. Watch the automatic download/install/setup of the base system.

  11. Install a boot loader which can start up Ubuntu and/or your existing system.

  12. Load the newly installed system for the first time.

... Read more »

Category: # Only for beginners | Views: 1033 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

Memory and Disk Space Requirements

You must have at least 44MB of memory and 500MB of hard disk space to perform a normal installation. Note that these are fairly minimal numbers. For more realistic figures, see the section called "Meeting Minimum Hardware Requirements”.

Installation on systems with less memory or disk space available may be possible but is only advised for experienced users.

Category: # Only for beginners | Views: 644 | Added by: Administrator | Date: 2012-02-07 | Comments (0)

« 1 2 3 4 »
Visitors

Share This On:
Google Translator
Search
Login form
Our poll
Rate my site
Total of answers: 20
Clock & Calendar

«  April 2024  »
SuMoTuWeThFrSa
 123456
78910111213
14151617181920
21222324252627
282930