Wednesday 2 April 2014

How can Aircrack-ng in install in Ubuntu


1st Step :


Just Download Aircrack-ng from here....
Aircrack-ng 1.2 Beta 2 Download

it will be in compressed format .

2nd Step :


when you will download it it will be downloaded in Downloads directory.
Thats you you have to change your directory for install and unzipped .
just follow the it

open your terminal and type

` sudo -s `
it will change you into Root. and will ask for Password .Just enter the password and hit Enter.

NOTE : PASSWORD WILL NOT BE SHOWN BY TERMINAL

After change in to Root just type Following Commands
Before Install Aircrack-ng you have to Update your APT
just type following Command

` sudo apt-get update `
After its updating you have to install Build-essential in ubuntu
just type Following command
sudo apt-get install build-essential `
After installation of this process we are going to extract your downloaded file
Just type following cmd
` cd Downloads `
this command will change your Directory in to Downloads .Here should be your Downloaded File name with Aircrack 1.2 Beta 2 Or anything else .

3rd Step :

you have to unzip files  from .tar.gz
Just type Following Command

` tar -zxvf aircrack-ng-1.2-beta2.tar.gz `
this command will unzipped your file and will make a folder in same directory with name Aircrack-ng-1.2-beta2

4rh Step :

next step is to change your Directory from Downloads to Aircrack-ng-1.2-beta2
type Following command
 ` cd Aircrack-ng-1.2-beta2 `
then
hit enter
after it
type a command
` nano common.mak `
this is a file which have to change like this ....

  1.  CFLAGS         ?= -g -W -Wall -Werror -O3 

we have to remove WORD " -Werror " it will like this after changing

  1.  CFLAGS         ?= -g -W -Wall  -O3 

then you have to save this file and type following Cmd

` make `
hit enter

last Step is to make install
type Following command

` make install `

now your AIRCRACK-NG-1.2-BETA2 is installed now
enjoy ...... and share it with your Friends

Installation & System Requirements

Ubuntu Desktop Edition

  • 700 MHz processor (about Intel Celeron or better)
  • 512 MiB RAM (system memory)
  • 5 GB of hard-drive space (or USB stick, memory card or external drive but see LiveCD for an alternative approach)
  • VGA capable of 1024x768 screen resolution
  • Either a CD/DVD drive or a USB port for the installer media
  • Internet access is helpful
Screen resolution will be set at the highest your graphics card can handle but when you boot-up you should be given a "Low graphics mode" option which allows you to set it to something better for your monitor.
Hardware produced in the last few years or with an efficient architecture or machines built for a specific purpose can often work well with less. For example, a netbook with an 8 GB SSD will work well although there wont be much room for saving stuff directly onto the drive so Ubuntu's free 2 GBcloud could help a lot. A machine with a crumbling, 15 year-old, slow, 8 GB, IDE hard-drive probably won't work and doesn't really compare with the netbook anyway. It might be worth trying Ubuntu but really start looking at other distros.
All 64-bit (x86-64) CPUs should be fast enough to run Ubuntu and can run the 32-bit (x86) version as well. For an optimized installation (and especially for those wishing to run more than ~3 GiB of RAM) however, a 64-bit installation CD is available. The 32-bit version tends to be easier to use and runs into less problems.
Ubuntu Desktop 11.04 and up uses Unity as the default GUI while the previous releases used GNOME Panel by default. In order to run Unity the system needs a more capable graphics adapter – see more here or below:
* 1000 ΜHz processor (about Intel Celeron or better)
* 1024 MiB RAM (system memory)
* 3D Acceleration Capable Videocard with at least 256 MB
From experience, we all know that it is recommended to have 2048 MiB RAM to properly run a day to day Ubuntu.
A good start should be with minimum 1024 and recommended 2048 MiB RAM.
Machines that are 10 or more years old (originally preloaded with "Windows ME" or "Windows 2000") that don't meet these guideline will probably require some work to revive (the RAM usually needs to be upgraded to the level described above). You could try a lighter-weight distro or a minimal install of Ubuntu.

The easiest and most effective step towards a minimal install of Ubuntu is to install a lighter-weight Desktop Environment such as Xfce (see Xubuntubelow), LxDE (see Lubuntu (officially supported from 11.10 onward)) or Enlightenment to name just a few of the most popular. Some of the larger applications, such as LibreOffice, could be swapped for very much lighter equivalents but for more information about doing a minimal install please see the guides at https://help.ubuntu.com/community/Installation#Minimal%20installations.

Reaver-1.4.tar Download and Install


Reaver-1.4.tar Download and Install

1st Step :


Just Download
Reaver-1.4.tar

  from here....
Reaver-1.4.tar Download

it will be in compressed format .

2nd Step :


when you will download it it will be downloaded in Downloads directory.
Thats you you have to change your directory for install and unzipped .
just follow the it

open your terminal and type

` sudo -s `
it will change you into Root. and will ask for Password .Just enter the password and hit Enter.

NOTE : PASSWORD WILL NOT BE SHOWN BY TERMINAL

After change in to Root just type Following Commands

` cd Downloads `
this command will change your Directory in to Downloads .Here should be your Downloaded File name with Reaver-1.4.tar.gz Or anything else .

3rd Step :


you have to unzip files  from .tar.gz
Just type Following Command

` tar -zxvf reaver-1.4.tar.gz `
this command will unzipped your file and will make a folder in same directory with name reaver-1.4

4rh Step :


next step is to change your Directory from Downloads to  reaver-1.4
type Following command
 ` cd  reaver-1.4/src `
then
hit enter
after it
type a command

` ./configure `

Last Step :

type command

` make `
and then

` make install `

now your Reaver-1.4 is installed now
enjoy ...... and share it with your Friends