Friday, 23 November 2012

How to install Dock and Gadgets in Ubuntu 12.04



Description:

For More Information go to - http://adf.ly/FBQ2q

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 Animted Background in Ubuntu 12.04



Description:

Download Link - http://adf.ly/E8HBY

For More Information go to - http://adf.ly/FBPRM

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