Friday, 23 November 2012
How to Install Deepin Software Center in Ubuntu 12.04
Description:
Commands :
sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-software-center
For More Information go to - http://adf.ly/FBPbL
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
Subscribe to:
Comments (Atom)