Friday, 23 November 2012
How to Install Aircrack-ng in Ubuntu 12.04
Description:
commands
1 - sudo apt-get install build-essential
2 - sudo apt-get install libssl-dev
3 - wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz
4 - In the aircrack-ng-1.1 directory there is a file called common.mak,
use your favorite editor to open the file and scroll down till you see the following line :
CFLAGS ?= -g -W -Wall -Werror -O3
Delete the -Werror variable,
so that the line now looks like the following.
CFLAGS ?= -g -W -Wall -O3
Save and exit.
3 - make
4 - make install
For More Information go to - http://adf.ly/FBNMH
Installing Network Security Toolkit in Vmware
Description:
Download Network Security Toolkit ISO File
For More Information go to - http://adf.ly/FBMfs
Installing Android Using Android SDK Manager in Windows 7
Description :
Download java 7
Download Android SDK Manager
For More Information go to - http://adf.ly/FBMHI
Subscribe to:
Comments (Atom)